#PBS -N %E%hwrf%STORMNUM%_bdy_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=01:00:00
#PBS -l select=1:ncpus=24:mpiprocs=24
export NODES=1
export TOTAL_TASKS=24
%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
export INIT_MODEL=GFS INIT_FHR=0 INIT_PARTS=BDY
${HOMEhwrf}/jobs/JHWRF_INIT
%include
%manual
TASK bdy
NOTE: This task is critical; it is impossible to start the forecast
even in a degraded mode if this task fails.
PURPOSE: Reads GFS analysis and forecast six-hourly files, and
produces boundary conditions for the HWRF forecast job.
Meters:
input - displays the last GFS hour seen. If it stays on one hour
for more than a few minutes, then the job is having trouble finding
GFS data, or it has hung.
TROUBLESHOOTING:
PROBLEM: Trouble finding GFS data?
See the input meter note above.
%end