#PBS -N etss_prewnd_%CYC%
#PBS -j oe
#PBS -A %PROJ%-%PROJENVIR%
#PBS -q %QUEUE%
#PBS -l walltime=00:10:00
#PBS -l place=shared,select=1:ncpus=13:mpiprocs=13:ompthreads=1:mem=35GB
#PBS -l debug=true
model=etss
%include
%include
export cyc=%CYC%
module load intel/${intel_ver}
#module load craype/${craype_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}
module load wgrib2/${wgrib2_ver}
# CALL executable job script here
${HOMEetss}/jobs/JETSS_PREWND
if [ $? -ne 0 ]; then
ecflow_client --abort="ERROR running J-job"
exit
fi
%include
%manual
#######################################################################
# Purpose: To execute the job that runs the ETSS model on WCOSS
#######################################################################
%end