#PBS -N hmon%NUM%_launch_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:05:00 #PBS -l place=shared,select=1:ncpus=1:mpiprocs=1:mem=1GB #PBS -l debug=true set -x model=hmon export cyc=%CYC% export PDY=%PDY:""% %include %include export storm_num="%NUM%" module load intel/${intel_ver} module load python/${python_ver} ${HOMEhmon}/jobs/JHMON_LAUNCH %include %manual TASK launch PURPOSE: Creates initial directory structure and configures the rest of the workflow for one storm. This job will delete and recreate the $DATA work area for one HMON storm. It sets several flags to turn on and off parts of the workflow, or disable the entire workflow if there is no storm. All logic is triggered by the message file sent by the SDM via setup_hurricane. %end