#PBS -N cpci_gfs_%CYC% #PBS -j oe #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=05:00:00 #PBS -S /bin/bash #PBS -l place=vscatter:exclhost,select=3:ncpus=90 #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 cfp/${cfp_ver} module load intel/${intel_ver} module load gempak/${gempak_ver} module load cray-pals/${cray_pals_ver} module list ####################################################################### export NET=cpci export RUN=gfs ####################################################################### # SPECIFY WHICH JOB TO RUN and run the job ${HOMEcpci}/jobs/JCPCI %include %manual Ingest GFS data, extract certain variables, regions, and atmospheric levels, and convert to GIF files. %end