#BSUB -J %E%nam_sminit_ak3_f00_%CYC%
#BSUB -o /com/output/%ENVIR%/today/nam_sminit_ak3_f00_%CYC%.o%J
#BSUB -e /com/output/%ENVIR%/today/nam_sminit_ak3_f00_%CYC%.o%J
#BSUB -L /bin/sh
#BSUB -q prod_shared
#BSUB -W 00:45
#BSUB -cwd /tmpnwprd
#BSUB -P %PROJ%
#BSUB -n 1
##BSUB -R span[ptile=1]
#BSUB -R affinity[core]
#BSUB -R rusage[mem=3000]
%include
# EXPORT list here
export envir=%ENVIR%
export job=nam_sminit_ak3_f00_%CYC%
export cyc=%CYC%
export ffhr=00
export RUNTYP=%RUNTYP%
# CALL executable job script here
VERSION_FILE=/nw${envir}/versions/nam_smartinit.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/nam_smartinit.${model_ver}/jobs/JNAM_SMINIT
if [ $? -ne 0 ]; then
ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***"
ecflow_client --abort
exit
fi
%include
%manual
######################################################################
# Purpose: To execute the job that runs NAM postprocessing for the
# forecast hour.
######################################################################
######################################################################
# nam_sminit_ak3km creates grib1, grib2, and awips output files
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
# include manual page below
%end