#!/bin/bash
#PBS -N wave_nfcens_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -l walltime=00:30:00
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l select=1:ncpus=1:mem=2500MB:ompthreads=1
#PBS -l debug=true
export model=wave_nfcens
%include
%include
# EXPORT list here
set -x
module load intel/${intel_ver}
module load wgrib2/${wgrib2_ver}
export cyc=%CYC%
#CALL executable job script here
$HOMEwave_nfcens/jobs/JWAVE_NFCENS
%include
%manual
######################################################################
# Purpose: Post-processing for NCEP.FNMOC COMBINED WAVE ENSEMBLE
#
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
# include manual page below
%end