#PBS -N spcsref_xhail_gempak_f36_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -l walltime=01:00:00
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l select=1:ncpus=1:mem=5GB
#PBS -l debug=true
export model=spcsref
%include
%include
set -x
export job=spcsref_xhail_gempak_f36_%CYC%
export cyc=%CYC%
export prev_hr="33"
export fcst_hr="36"
export fcsthrp3="39"
export maxmem=26
module load PrgEnv-intel/$PrgEnv_intel_ver
module load craype/$craype_ver
module load intel/$intel_ver
module load gempak/$gempak_ver
$HOMEspcsref/jobs/JSPCSREF_XHAIL_GEMPAK
%include
%manual
######################################################################
#
# PURPOSE: To execute the job that runs the SPCSREF GEMPAK processing.
#
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
# include manual page below
%end