#PBS -N hwrf%STORMNUM%_enshx24_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:10:00
#PBS -l select=1:ncpus=42:mpiprocs=42
#PBS -l debug=true

export NODES=1
export TOTAL_TASKS=42

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

export cyc="%CYC%"
export storm_num="%STORMNUM%"

# versions file for hwrf sets $model_ver and $code_ver

module use ${HOMEhwrf}/modulefiles/
module load HWRF/runensda
module list

export ENSDA_MEMB="24"
${HOMEhwrf}/jobs/JHWRF_ENSHX

%include <tail.h>

%manual

TASK enshx24

PURPOSE:

TRIGGER NOTES: These jobs are grouped into four groups of five.  The
triggers are set up so one group will run at a time, but this is not
necessary.  You can submit as many as all forty jobs in parallel.
There is no actual dependency between them.

%end