#PBS -N hwrf%STORMNUM%_hycom_post_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=02:00:00
#PBS -l select=1:mpiprocs=1:ompthreads=24:ncpus=24
export NODES=1
export TOTAL_TASKS=24
%include
module purge
module load ecflow
%include
export PURE_OPENMP_THREADS='24'
export OMP_NUM_THREADS='24'
export KMP_NUM_THREADS='24'
export cyc="%CYC%"
export storm_num="%STORMNUM%"
# versions file for hwrf sets $model_ver and $code_ver
model=hwrf
%include
source ${HOMEhwrf}/versions/run.ver
module use ${HOMEhwrf}/modulefiles/
module load HWRF/run
module list
${HOMEhwrf}/jobs/JHWRF_HYCOM_POST
%include
%manual
%end