#BSUB -J %E%gfsmos_copopo3_prdgen_%CYC%
#BSUB -o /com/output/%ENVIR%/today/gfsmos_copopo3_prdgen_%CYC%.o%J
#BSUB -e /com/output/%ENVIR%/today/gfsmos_copopo3_prdgen_%CYC%.o%J
#BSUB -cwd /tmpnwprd
#BSUB -q prod_shared
#BSUB -W 00:45
#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=jgfsmos_copopo3_prdgen_%CYC%
export modelfcst=copopo3
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_POPO_PTYPE_PRDGEN
%include
%manual
######################################################################
# Purpose: To execute the job that generates GFS MOS POPO/PTYPE
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
# include manual page below
%end