#PBS -N hwrf%STORMNUM%_ensda_relocate06_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:20:00
#PBS -l select=1:mpiprocs=1:ompthreads=24:ncpus=24

export NODES=1
export TOTAL_TASKS=24

%include <head.h>
module purge
module load ecflow
%include <envir-xc40.h>

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

# versions file for hwrf sets $model_ver and $code_ver
model=hwrf
%include <model_ver.h>

source ${HOMEhwrf}/versions/run.ver
module use ${HOMEhwrf}/modulefiles/
module load HWRF/run
module list

export PURE_OPENMP_THREADS='24'
export OMP_NUM_THREADS='24'
export KMP_NUM_THREADS='24'
export ENSDA_MEMB="06"
${HOMEhwrf}/jobs/JHWRF_ENSDA_RELOCATE

%include <tail.h>

%manual

TASK ensda_relocate06

PURPOSE:

TRIGGER NOTES: These jobs are grouped into four groups of ten.  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