Skip to content

Commit

Permalink
Add tracker/genesis settings to config.base
Browse files Browse the repository at this point in the history
- Add flags to turn on/off the tracker and genesis jobs
- Add HOMEens_tracker path setting
- Settings previously found on config.vrfy

Refs NOAA-EMC#1988
  • Loading branch information
KateFriedman-NOAA committed Nov 3, 2023
1 parent eae8120 commit 3b0035d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions parm/config/gfs/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export DO_BUFRSND="NO" # BUFR sounding products
export DO_GEMPAK="NO" # GEMPAK products
export DO_AWIPS="NO" # AWIPS products
export DO_VRFY="YES" # VRFY step
export DO_TRACKER="YES" # Hurricane track verification
export DO_GENESIS="YES" # Cyclone genesis verification
export DO_GENESIS_FSU="NO" # Cyclone genesis verification (FSU)
export DO_VERFOZN="YES" # Ozone data assimilation monitoring
export DO_VERFRAD="YES" # Radiance data assimilation monitoring
export DO_VMINMON="YES" # GSI minimization monitoring
Expand Down Expand Up @@ -382,6 +385,9 @@ export INCVARS_EFOLD="5"
export netcdf_diag=".true."
export binary_diag=".false."

# Tracker/genesis package location
export HOMEens_tracker=${BASE_GIT}/TC_tracker/${tracker_ver}

# Verification options
export DO_METP="YES" # Run METPLUS jobs - set METPLUS settings in config.metp
export DO_FIT2OBS="YES" # Run fit to observations package
Expand Down

0 comments on commit 3b0035d

Please sign in to comment.