#PBS -N 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 #PBS -l debug=true export NODES=1 export TOTAL_TASKS=1 model=hwrf %include %include export cyc="%CYC%" export storm_num="%STORMNUM%" # versions file for hwrf sets $model_ver and $code_ver module load envvar/$::env(envvar_ver) module load PrgEnv-intel/$::env(PrgEnv_intel_ver) module load craype/$::env(craype_ver) module load intel/$::env(intel_ver) module load cray-pals/$::env(cray_pals_ver) module load libpng/$::env(libpng_ver) module load zlib/$::env(zlib_ver) module load jasper/$::env(jasper_ver) module load libjpeg/$::env(libjpeg_ver) module load grib_util/$::env(grib_util_ver) module load wgrib2/$::env(wgrib2_ver) module load w3emc/$::env(w3emc_ver) module load w3nco/$::env(w3nco_ver) module load bufr/$::env(bufr_ver) module load hdf5/$::env(hdf5_ver) module load netcdf/$::env(netcdf_ver) module load pnetcdf/$::env(pnetcdf_ver) module load udunits/$::env(udunits_ver) module load nco/$::env(nco_ver) module load python/$::env(python_ver) module load cfp/$::env(cfp_ver) 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