#BSUB -J %E%nhc_guidance_chk_%STN%
#BSUB -o %COM%/output/%ENVIR%/today/nhc_guidance_chk_%STN%.o%J
#BSUB -e %COM%/output/%ENVIR%/today/nhc_guidance_chk_%STN%.o%J
#BSUB -L /bin/sh
#BSUB -cwd /tmpnwprd
#BSUB -q %QUEUE%_shared
#BSUB -W 00:30
##BSUB -P %PROJ%
#BSUB -P HUR-T2O
#BSUB -n 1
#BSUB -R affinity[core]
#BSUB -R rusage[mem=500]
##BSUB -x
%include
%include
export model=nhc_guidance
%include
set -x
export TIME_FLAG=YES
export envir=%ENVIR%
export cyc=`date -u +%%H`
export MACHINE=wcoss
export N_TASK=$LSB_DJOB_NUMPROC
export stormlabel=storm%STN%
# PURPOSE: To execute the SREF Pre Processing
# versions file for nhc_guidance_chk model $mod_ver
VERSION_FILE=$NWROOT/versions/nhc_guidance.ver
if [ -f $VERSION_FILE ]; then
. $VERSION_FILE
else
ecflow_client --abort
exit
fi
$NWROOT/nhc_guidance.${model_ver}/jobs/JNHC_GUIDANCE_CHK
if [ $? -ne 0 ]; then
ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***"
ecflow_client --abort
exit
fi
%include
%manual
######################################################################
#
#
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
# include manual page below
%end