#BSUB -J %E%gfsmos_akwx_extprdgen_%CYC% #BSUB -o /com/output/%ENVIR%/today/gfsmos_akwx_extprdgen_%CYC%.o%J #BSUB -e /com/output/%ENVIR%/today/gfsmos_akwx_extprdgen_%CYC%.o%J #BSUB -cwd /tmpnwprd #BSUB -q prod_shared #BSUB -a openmp #BSUB -n 4 #BSUB -R span[ptile=4] #BSUB -W 00:30 #BSUB -L /bin/sh #BSUB -P %PROJ% #BSUB -R rusage[mem=2000] #BSUB -R affinity[core] %include # EXPORT list here set -x export envir=%ENVIR% export cyc=%CYC% export job=jgfsmos_akwx_extprdgen_%CYC% export rg=ak VERSION_FILE=/nw${envir}/versions/gfs_mos.ver if [ -f $VERSION_FILE ]; then . $VERSION_FILE else ecflow_client --msg="***JOB ${ECF_NAME} ERROR: Version File $VERSION_FILE does not exist ***" ecflow_client --abort exit fi # CALL executable job script here /nw${envir}/gfs_mos.${model_ver}/jobs/JGFSMOS_WX_EXTPRDGEN %include %manual ###################################################################### # Purpose: To execute the job that generates GFS WXPRDGEN ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end