#BSUB -J %E%rtofs_global_forecast_reg_post_d5 #BSUB -o /com/output/%ENVIR%/today/rtofs_global_forecast_reg_post_d5.o%J #BSUB -e /com/output/%ENVIR%/today/rtofs_global_forecast_reg_post_d5.o%J #BSUB -L /bin/sh #BSUB -q prod #BSUB -cwd /tmpnwprd #BSUB -W 02:45 #BSUB -P %PROJ% #BSUB -n 1 #BSUB -R affinity[core] #BSUB -a poe #BSUB -x %include # EXPORT list here set -x export envir=%ENVIR% export cyc=06 export job=rtofs_global_forecast_reg_post_d5 export startdate=`/nwprod/util/exec/ndate +96 | cut -c1-8` module load NetCDF/3.6.3 export LANG=en_US export MP_EAGER_LIMIT=65536 export MP_COREFILE_FORMAT=core.txt export MP_EUIDEVELOP=min export MP_EUIDEVICE=sn_all export MP_EUILIB=us export MP_MPILIB=mpich2 export MP_LABELIO=yes export MP_SINGLE_THREAD=yes export MP_USE_BULK_XFER=yes export MPICH_ALLTOALL_THROTTLE=0 # CALL executable job script here VERSION_FILE=/nw${envir}/versions/rtofs_glo.ver if [ -f $VERSION_FILE ]; then . $VERSION_FILE else ecflow_client --msg="***JOB ${ECFNAME} ERROR: Version File $VERSION_FILE does not exist ***" ecflow_client --abort exit fi /nw$envir/rtofs_glo.${model_ver}/jobs/JRTOFS_GLO_FORECAST_REG_POST %include %manual ###################################################################### # Purpose: To execute the job that runs the global ocean model reg post # on the IBMSP ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end