#PBS -N ecmwf_mos_ext_datachk23_%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=ecmwf_mos %include %include export cyc=%CYC% module list export FORT_BUFFERED=TRUE export OMP_NUM_THREADS=1 # EXPORT list here export job=ecmwf_mos_ext_datachk23_%CYC% # SPECIFY WHICH JOB TO RUN and run the job ${HOMEecmwf_mos}/ecf/datachk/ext_datachk23.sh %include %manual ###################################################################### # Purpose: To execute the job that checks for model data ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### %end