#PBS -N %E%hwrf%STORMNUM%_gsi_post_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:25: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 module use ${HOMEhwrf}/modulefiles/ module load HWRF/run module list ${HOMEhwrf}/jobs/JHWRF_GSI_POST %include %manual TASK gsi_post PURPOSE: Post-processes the Gridpoint Statistical Interpolation (GSI) input and output, and the inputs to the relocation jobs. Generates COM directory outputs allowing an analysis of the effects of relocation and data assimilation on the inputs to the forecast. This is intended to allow NOAA researchers and collaborators to analyze and improve the initialization of HWRF. It can also be used to diagnose the reason for failures of the initialization. %end