#!/usr/bin/env bash #BSUB -J nwm_usgs_timeslices #BSUB -o /gpfs/hps3/ptmp/Cham.Pham/com/logs/nwm_usgs_timeslices.o%J #BSUB -q dev #BSUB -cwd /gpfs/hps3/ptmp/Cham.Pham/tmpnwprd/ #BSUB -W 02:40 #BSUB -P "NWM-T2O" #BSUB -n 24 #BSUB -R span[ptile=24] #BSUB -R affinity[cpu(2):distribute=balance] #BSUB -a poe #Unlimit the stack size ulimit -c 0 ulimit -s unlimited . /usrx/local/Modules/3.2.9/init/ksh %include "/ecf/ecfnets/include/head.h" %include "/ecf/ecfnets/include/envir-xc40.h" #source $MODULESHOME/etc/modules.sh source /gpfs/hps3/nwc/noscrub/Cham.Pham/nwtest/nwm.v2.1/ecf/model_envir.h export model=nwm module load ibmpe #cfp/2.0.0 module load ncarg module load NetCDF module load python export PATH=/gpfs/tp1/u/James.R.Taft/CFP.2.0.0.new/bin:$NCARG_ROOT:$NCARG_BIN:$NCARG_LIB:$NCARG_INC:$PATH: # EXPORT list here export cyc=`date -u +%H` export min=`date -u +%M` export TIME_FLAG=YES export HOMEnwm=/gpfs/hps3/nwc/noscrub/Zhengtao.Cui/trunk_v1.1/nwm.v2.1 export OMP_NUM_THREADS=2 export CFP_PTILE=24 export CFP_NPROCS=24 export CFP_VERBOSE=1 #export CFPCOMMAND="mpirun.lsf cfp" #export CFPCOMMAND="mpirun.lsf /gpfs/tp1/u/James.R.Taft/CFP.2.0.0.new/cfp" #export CFPCOMMANDEX="mpirun.lsf cfp" #export CFPCOMMANDEX="mpirun.lsf /gpfs/tp1/u/James.R.Taft/CFP.2.0.0.new/cfp" # CALL executable job script here ${HOMEnwm}/jobs/JNWM_USGS_TIMESLICES #%include "/ecf/ecfnets/include/tail.h" #%manual ###################################################################### # # PURPOSE: # ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below #%end