#PBS -N obsproc_%JTYP%_atmos_prep_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:20:00
#PBS -l place=vscatter,select=1:ncpus=14:mem=520gb:prepost=true
#PBS -l debug=true
export model=obsproc
%include
%include
export cyc=%CYC%
JTYP=%JTYP% #=[gfs, gdas]
#Load the modules
module load intel/${intel_ver}
module load craype/${craype_ver}
module load cray-mpich/${cray_mpich_ver}
module load cray-pals/${cray_pals_ver}
module load cfp/${cfp_ver}
module load netcdf/${netcdf_ver}
module load bufr_dump/${bufr_dump_ver}
module load prepobs/${prepobs_ver}
module list
#Uncomment if Serial Run is desired
#export BACK=NO
#export POE=NO
#export PARALLEL=NO
#export NSPLIT=1
# CALL executable job script here
$HOMEobsproc/jobs/JOBSPROC_GLOBAL_PREP
%include
%manual
######################################################################
# Purpose:
#
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
%end