#PBS -N %E%hwrf%STORMNUM%_mean_hx_%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
export NODES=1
export TOTAL_TASKS=42
%include
module purge
module load ecflow
%include
export cyc="%CYC%"
export storm_num="%STORMNUM%"
# versions file for hwrf sets $model_ver and $code_ver
model=hwrf
%include
module use ${HOMEhwrf}/modulefiles/
module load HWRF/run
module list
${HOMEhwrf}/jobs/JHWRF_MEAN_HX
%include
%manual
TASK mean_hx
PURPOSE:
%end