#PBS -N %E%hwrf%STORMNUM%_bufrprep_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:05:00 #PBS -l select=1:ncpus=1:mpiprocs=1 export NODES=1 export TOTAL_TASKS=1 %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_BUFRPREP %include %manual PURPOSE: This job prepares the prepbufr file for input to the gsi_d02 and gsi_d03 jobs. It also decides whether GSI is to be run for one, both or neither domain. Information on whether domains should use GSI is passed on via ecFlow events: GsiD02 - set if domain 2 (6km intermediate domain) GSI should be run, clear otherwise GsiD03 - set if domain 3 (2km innermost domain) GSI should be run, clear otherwise. %end