#PBS -N hwrf%STORMNUM%_wrf_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=02:20:00 #PBS -l select=15:mpiprocs=128:ncpus=128+1:mpiprocs=12:ncpus=12 #PBS -l debug=true export NODES=16 export TOTAL_TASKS=1932 model=hwrf %include %include export FORECAST_CONF_OVERRIDE=" %FORECAST_CONF_OVERRIDE%" export cyc="%CYC%" export storm_num="%STORMNUM%" # versions file for hwrf sets $model_ver and $code_ver module use ${HOMEhwrf}/modulefiles/ module load HWRF/run module list ${HOMEhwrf}/jobs/JHWRF_FORECAST %include %manual TASK wrf PURPOSE: Runs the atmosphere-only forecast job. This job is typically run only in basins that are not the National Weather Service Area of Responsibility for tropical cyclone forecasting. That includes the southern hemisphere, the Indian Ocean and the North West Pacific. However, this job can also be run if the ocean initialization fails. TROUBLESHOOTING WARNING: MAKE SURE THE POST FAMILY IS REQUEUED when resubmitting a forecast job. This ensures the post-processing proceeds in the correct order. CAUTION: Submitting this job, in and of itself, is not enough to cause an atmosphere-only forecast if the ocean_init succeeded. If the ocean_init or wave_init succeeded, it is likely the system will fail if you force this job to submit. Follow this procedure to force an atmosphere-only forecast: 1. Edit the relevant storm*.conf for this storm in the COM directory. In the [config] section of the file, you must set run_wave=no and run_ocean=no like so: [config] run_ocean=no ;; Disable ocean coupling run_wave=no ;; Disable wave coupling 2. Manually clear the Pom and Wave flags in the init/ocean_init and init/wave_init jobs. 3. Make sure no jobs in the forecast family are running. 4. Resubmit the entire forecast family. %end