#PBS -N obsproc_%JTYP%_prep_post_%TMMARK%_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:10:00
#PBS -l place=vscatter,select=1:ncpus=1:mem=1GB
#PBS -l debug=true
export model=obsproc
%include
%include
export cyc=%CYC%
JTYP=%JTYP% #=nam
export tmmark=%TMMARK%
#########################################
#Now load the modules
#########################################
module load intel/${intel_ver}
module load prepobs/${prepobs_ver}
module list
$HOMEobsproc/jobs/JOBSPROC_NAM_PREP_POST
%include
%manual
######################################################################
# Purpose: Job to execute the NAM PREPBUFR post-processing for the %CYC%Z cycle
# (creating unrestricted PREPBUFR files)
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
%end