#BSUB -J %E%rtofs_global_forecast_post_d05 #BSUB -o /com/output/%ENVIR%/today/rtofs_global_forecast_post_d05.o%J #BSUB -e /com/output/%ENVIR%/today/rtofs_global_forecast_post_d05.o%J #BSUB -L /bin/sh #BSUB -q prod #BSUB -W 02:00 #BSUB -x #BSUB -cwd /tmpnwprd #BSUB -R "span[ptile=4]" #BSUB -n 4 #BSUB -P %PROJ% #BSUB -a poe %include # EXPORT list here set -x export envir=%ENVIR% export cyc=06 export job=rtofs_global_forecast_post_d05 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_POST %include %manual ###################################################################### # Purpose: To execute the job that runs the global ocean model forecast # step1 post on the IBMSP ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end