#PBS -N nhc_guidance_ecm_grib_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:55:00
#PBS -l place=vscatter:shared,select=1:ncpus=1:mem=5GB
#PBS -l debug=true


export model=nhcg
%include <head.h>
%include <envir-p1.h>



export N_TASK=$LSB_DJOB_NUMPROC
export envir=%ENVIR%
export cyc=%CYC%
export MACHINE=wcoss
export machine=wcoss



#  PURPOSE:      To execute the NHC Guidance pre Processing

module load intel/${intel_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}

${HOMEnhcg}/jobs/JNHC_GUIDANCE_ECM_GRIB

%include <tail.h>
%manual
######################################################################
#
#
######################################################################

######################################################################
# Job specific troubleshooting instructions:
#  see generic troubleshoot manual page
#
######################################################################

# include manual page below
%end