#PBS -N hwrf%STORMNUM%_enkf_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:35:00
#PBS -l select=2:mpiprocs=30:ncpus=30
#PBS -l debug=true
export NODES=2
export TOTAL_TASKS=60
model=hwrf
%include
%include
export cyc="%CYC%"
export storm_num="%STORMNUM%"
# versions file for hwrf sets $model_ver and $code_ver
module use ${HOMEhwrf}/modulefiles/
module load HWRF/runensda
module list
${HOMEhwrf}/jobs/JHWRF_ENKF
%include
%manual
TASK enkf
PURPOSE:
%end