#PBS -N nam_mos_%CYC%
#PBS -j oe
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:10:00
#PBS -S /bin/bash
#PBS -l place=shared,select=1:prepost=true:ncpus=1:mpiprocs=1:ompthreads=1:mem=15GB
#PBS -q %QUEUE%
#PBS -l debug=true
export model=nam_mos
%include
%include
export cyc=%CYC%
#######################################################################
# load modules
#######################################################################
module load intel/${intel_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
# SPECIFY WHICH JOB TO RUN and run the job
${HOMEnam_mos}/jobs/JNAMMOS
%include
%manual
######################################################################
# Purpose: To execute the job that prepare NAM/NMM MOS guidance.
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
%end