#PBS -N etss_griddat_%CYC%
#PBS -j oe
#PBS -A %PROJ%-%PROJENVIR%
#PBS -q %QUEUE%
#PBS -l walltime=00:10:00
#PBS -l place=shared,select=1:ncpus=3:mpiprocs=3:ompthreads=1:mem=1500MB
#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}
# CALL executable job script here
${HOMEetss}/jobs/JETSS_GRIDDAT
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