#BSUB -J %E%gfsmos_higridded_extprdgen_%CYC% #BSUB -o /com/output/%ENVIR%/today/gfsmos_higridded_extprdgen_%CYC%.o%J #BSUB -e /com/output/%ENVIR%/today/gfsmos_higridded_extprdgen_%CYC%.o%J #BSUB -cwd /tmpnwprd #BSUB -q prod_serv2 #BSUB -W 00:60 #BSUB -L /bin/sh #BSUB -P %PROJ% #BSUB -R rusage[mem=1000] #BSUB -R affinity[core] %include # EXPORT list here set -x export envir=%ENVIR% export cyc=%CYC% export job=gfsmos_higridded_extprdgen_%CYC% 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_HIGRIDDED_EXTPRDGEN %include %manual ###################################################################### # Purpose: To execute the job that generates GFS MOS TDL GRID 96~384 hr ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end