#PBS -N rcdas_post_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:15:00
#PBS -l select=1:ncpus=1:mem=2GB
#PBS -l debug=true
export model=rcdas
%include
%include
set -x
module load intel/${intel_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver}
module list
export cyc=%CYC%
${HOMErcdas}/jobs/JRCDAS_POST
%include
%manual
######################################################################
#
# PURPOSE: Job to execute the CDAS DATA DUMP post-processing for the 00Z cycle
# (listing contents of dump files; conversion of dump file format)
#
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
# include manual page below
%end