#PBS -N hwrf%STORMNUM%_ensda_relocate_pre_%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=1:mpiprocs=1:mem=1G
#PBS -l debug=true
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_ENSDA_RELOCATE_PRE
%include
%manual
TASK ensda_relocate_pre
PURPOSE:
TROBLESHOOTING:
%end