#PBS -N nam_mos_prep_%CYC% #PBS -j oe #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:05:00 #PBS -S /bin/bash #PBS -l place=vscatter:shared,select=1:ncpus=2:mpiprocs=2:ompthreads=1:mem=10GB #PBS -q %QUEUE% #PBS -l debug=true export model=nam_mos %include %include export cyc=%CYC% ####################################################################### # load modules ####################################################################### module load intel/${intel_ver} module load libjpeg/${libjpeg_ver} module load grib_util/${grib_util_ver} module load cray-pals/${cray_pals_ver} module load wgrib2/${wgrib2_ver} module use /apps/ops/prod/nco/models/modulefiles/ module load mos_shared/${mos_shared_ver} module list export FORT_BUFFERED=TRUE export OMP_NUM_THREADS=1 # EXPORT list here export job=nam_mos_prep_%CYC% # SPECIFY WHICH JOB TO RUN and run the job ${HOMEnam_mos}/jobs/JNAMMOS_PREP %include %manual ###################################################################### # Purpose: To execute the job that prepare NAM/NMM MOS guidance. ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### %end