#!/usr/bin/env bash
#PBS -N nwm_hiresw_conversion_watch
#PBS -A %PROJ%-%PROJENVIR%
#PBS -j oe 
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -l walltime=00:20:00
#PBS -l place=vscatter,select=1:ncpus=1:mpiprocs=1:mem=1gb
#PBS -l debug=true

export model=nwm

%include <head.h>
%include <envir-p1.h>

#Unlimit the stack size
ulimit -s unlimited

# EXPORT list here
export cyc=%CYC%
export INPUT_MODEL=hiresw

# CALL executable job script here
${HOMEnwm}/jobs/JNWM_CONVERSION_WATCH

%include <tail.h>
%manual
######################################################################
#
#  PURPOSE:
#
######################################################################

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

# include manual page below
%end