#BSUB -J %E%nhc_windprob_early_%CYC%
#BSUB -o %COM%/output/%ENVIR%/today/nhc_windprob_early_%CYC%.o%J
#BSUB -L /bin/sh
#BSUB -q prod_transfer
#BSUB -cwd /tmp
#BSUB -P %PROJ%-%PROJENVIR%
#BSUB -W 00:20
#BSUB -R affinity[core]
#BSUB -R rusage[mem=1000]
%include
%include
set -x
# The early run should NOT send to AWIPS over the SBN
export SENDDBN_NTC=NO
if [ "${PARATEST^^}" == "YES" ]; then export SENDRZDM=NO; fi
model=nhc_wsp
%include
############################################################
## Load modules
#############################################################
#module load GrADS/${GrADS_ver:?}
module load grib_util/${grib_util_ver:?}
module list
#############################################################
# EXPORT list here
#############################################################
export cyc=%CYC%
#export NHCIN=${NHCIN:-/gpfs/hps3/nhc/save/guidance/storm-data/zfst}
#############################################################
# CALL executable job script here
#############################################################
$HOMEnhc_wsp/jobs/JNHC_WINDPROB
if [ $? -ne 0 ]; then
ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***"
ecflow_client --abort
exit
fi
%include
%manual
%end