#PBS -N gfs_mos_datachk_short_%CYC%
#PBS -j oe
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=04:00:00
#PBS -S /bin/bash
#PBS -l place=vscatter:shared,select=1:ncpus=1:mpiprocs=1:ompthreads=1:mem=10GB
#PBS -q %QUEUE%
#PBS -l debug=true

export model=gfs_mos
%include <head.h>
%include <envir-p1.h>

export cyc=%CYC%

module list

export FORT_BUFFERED=TRUE
export OMP_NUM_THREADS=1

# EXPORT list here
export job=gfs_mos_datachk_short_%CYC%

# SPECIFY WHICH JOB TO RUN and run the job
${HOMEgfs_mos}/ecf/datachk/datachk_short.sh

%include <tail.h>
%manual
######################################################################
# Purpose: To execute the job that checks for model data
######################################################################

######################################################################
# Job specific troubleshooting instructions:
#  see generic troubleshoot manual page
#
######################################################################

%end