#PBS -N cpci_gdas_%CYC% #PBS -j oe #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=%WALLTIME% #PBS -S /bin/bash #PBS -l %RESOURCE_DIRECTIVE% #PBS -q %QUEUE% #PBS -l debug=true # Model info; subtask = {gdas, gefs, gfs} export model=cpci %include %include export cyc=%CYC% ####################################################################### # load modules ####################################################################### module load intel/${intel_ver} module load gempak/${gempak_ver} module load cray-pals/${cray_pals_ver} module list ####################################################################### export NET=cpci export RUN=gdas ####################################################################### # SPECIFY WHICH JOB TO RUN and run the job ${HOMEcpci}/jobs/JCPCI %include %manual Ingest GDAS data, extract certain variables, regions, and atmospheric levels, and convert to GIF files. %end