#PBS -N gfs_mos_datachk_ext1deg_%CYC% #PBS -j oe #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=04:00:00 #PBS -S /bin/bash #PBS -l place=vscatter:shared,select=1:ncpus=1:mpiprocs=1:ompthreads=1:mem=10GB #PBS -q %QUEUE% #PBS -l debug=true export model=gfs_mos %include %include export cyc=%CYC% module list export FORT_BUFFERED=TRUE export OMP_NUM_THREADS=1 # EXPORT list here export job=gfs_mos_datachk_ext1deg_%CYC% # SPECIFY WHICH JOB TO RUN and run the job ${HOMEgfs_mos}/ecf/datachk/datachk_ext1deg.sh %include %manual ###################################################################### # Purpose: To execute the job that checks for model data ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### %end