#!/usr/bin/env bash
#PBS -N nwm_cfs_watch_%CYC%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -l walltime=00:35:00
#PBS -l place=vscatter,select=1:ncpus=1:mpiprocs=1:mem=1gb
#PBS -l debug=true
export model=nwm
%include
%include
#Unlimit the stack size
ulimit -s unlimited
# EXPORT list here
export cyc=%CYC%
export INPUT_MODEL=cfs
# CALL executable job script here
${HOMEnwm}/jobs/JNWM_WATCH
%include
%manual
######################################################################
#
# PURPOSE:
#
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
# include manual page below
%end