#PBS -N etss_gempak_conus_%CYC% #PBS -j oe #PBS -q %QUEUE% #PBS -l walltime=00:10:00 #PBS -A %PROJ%-%PROJENVIR% #PBS -l place=shared,select=1:ncpus=1:mem=2000mb #PBS -l debug=true model=etss %include %include export cyc=%CYC% export domain=con module load intel/${intel_ver} #module load craype/${craype_ver} #module load cray-pals/${cray_pals} module load gempak/${gempak_ver} # CALL executable job script here ${HOMEetss}/jobs/JETSS_GEMPAK if [ $? -ne 0 ]; then ecflow_client --abort="ERROR running J-job" exit fi %include %manual ####################################################################### # Purpose: To generate GEMPAK files for ETSS model on WCOSS ####################################################################### %end