#PBS -N sref_cleanup_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -l select=1:ncpus=1:mem=1GB
#PBS -l walltime=00:10:00
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l debug=true
export model=sref
%include
%include
export cyc=%CYC%
module load intel/$intel_ver
$HOMEsref/jobs/JSREF_CLEANUP
%include
%manual
######################################################################
# PURPOSE: To execute the SREF Post Processing
######################################################################
%end