#PBS -N hwrf%STORMNUM%_wave_post_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:35: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 source ${HOMEhwrf}/versions/run.ver module use ${HOMEhwrf}/modulefiles/ module load HWRF/run module list ${HOMEhwrf}/jobs/JHWRF_WAVE_POST %include %manual TASK wave_post PURPOSE: Runs post-processing programs on the wave component of the forecast model, delivering results to COM. This job only runs if the wave model is enabled, and has completed successfully. %end