#PBS -N spcsref_gempak_f30_%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_f30_%CYC% export cyc=%CYC% export fcst_hr="30" export fcsthrp3="33" 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