#PBS -N spcsref_gempak_f16_%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_gempak_f16_%CYC%
export cyc=%CYC%
export fcst_hr="16"
export fcsthrp3="30"
export lag_hr=00
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_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