Skip to content

Commit

Permalink
Redo v16.3 config.base changes for DA increments (NOAA-EMC#2304)
Browse files Browse the repository at this point in the history
Include the additional hydrometeors to the
INCREMENTS_TO_ZERO and INCVARS_ZERO_STRAT
variables in config.base that were modified
in v16.3.

Resolves: NOAA-EMC#2303
  • Loading branch information
CatherineThomas-NOAA committed Feb 12, 2024
1 parent 061992b commit bb4ca65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/gfs/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -360,13 +360,13 @@ export MAKE_NSSTBUFR="@MAKE_NSSTBUFR@"
export MAKE_ACFTBUFR="@MAKE_ACFTBUFR@"

# Analysis increments to zero in CALCINCEXEC
export INCREMENTS_TO_ZERO="'liq_wat_inc','icmr_inc'"
export INCREMENTS_TO_ZERO="'liq_wat_inc','icmr_inc','rwmr_inc','snmr_inc','grle_inc'"

# Write analysis files for early cycle EnKF
export DO_CALC_INCREMENT_ENKF_GFS="YES"

# Stratospheric increments to zero
export INCVARS_ZERO_STRAT="'sphum_inc','liq_wat_inc','icmr_inc'"
export INCVARS_ZERO_STRAT="'sphum_inc','liq_wat_inc','icmr_inc','rwmr_inc','snmr_inc','grle_inc'"
export INCVARS_EFOLD="5"

# Swith to generate netcdf or binary diagnostic files. If not specified,
Expand Down

0 comments on commit bb4ca65

Please sign in to comment.