#PBS -N hwrf%STORMNUM%_output_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:30:00
#PBS -l select=1:ncpus=1:mpiprocs=1:mem=6G
export NODES=1
export TOTAL_TASKS=1
%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
source ${HOMEhwrf}/versions/run.ver
module use ${HOMEhwrf}/modulefiles/
module load HWRF/run
module list
if [ -n "%HWRF_TRACK_EMAIL_LIST:%" ]; then
export HWRF_TRACK_EMAIL_LIST=%HWRF_TRACK_EMAIL_LIST:%
fi
${HOMEhwrf}/jobs/JHWRF_OUTPUT
%include
%manual
TASK output
PURPOSE: Delivers the wrfdiag files to COM, plus a number of other
files required either by the next HWRF cycle, or by HWRF developers
for diagnosing problems. The only files with downstream usage are the
three wrfdiag files. However, the various other files must be
delivered before the hwrf[1-7]/init families start.
Events
wrfdiag - set after the wrfdiag files are delivered to COM. These
are the files required by the NCEP Hurricane Wave model, along
with the track which has already been delivered by this point.
%end