Skip to content

Commit

Permalink
Also update config.base.nco.static for v16.3 settings
Browse files Browse the repository at this point in the history
- Update INCREMENTS_TO_ZERO and INCVARS_ZERO_STRAT similarly
to config.base.emc.dyn

Refs NOAA-EMC#1494
  • Loading branch information
KateFriedman-NOAA committed Apr 27, 2023
1 parent 08e0c7a commit 79d0861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/config.base.nco.static
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@ if [ $DONST = "YES" ]; then export FNTSFA=" "; fi
export nst_anl=.true.

# 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'"

# 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 79d0861

Please sign in to comment.