#PBS -N hwrf%STORMNUM%_gempak_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:25:00
#PBS -l select=2:ncpus=128:mpiprocs=128
#PBS -l debug=true

export NODES=2
export PTILE=%PTILE:17%

model=hwrf
%include <head.h>
%include <envir-p1.h>

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

# versions file for hwrf sets $model_ver and $code_ver

module load gempak/${gempak_ver}
module load grib_util/${grib_util_ver}
module load cfp-intel-sandybridge

${HOMEhwrf}/jobs/JHWRF_GEMPAK

%include <tail.h>

%manual
%end