Skip to content

Commit

Permalink
Turn off reducedgrid in the EnKF (NOAA-EMC#2456)
Browse files Browse the repository at this point in the history
The reducedgrid feature no longer results in reduced runtime for the
current EnKF configuration. This feature also cannot be used in soil DA
due to masked fields. It will be set to .false. by default.

Resolves NOAA-EMC#2455
  • Loading branch information
CatherineThomas-NOAA committed Apr 4, 2024
1 parent 108ce2a commit 90502b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exgdas_enkf_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ corrlength=${corrlength:-1250}
lnsigcutoff=${lnsigcutoff:-2.5}
analpertwt=${analpertwt:-0.85}
readin_localization_enkf=${readin_localization_enkf:-".true."}
reducedgrid=${reducedgrid:-".true."}
reducedgrid=${reducedgrid:-".false."}
letkf_flag=${letkf_flag:-".false."}
getkf=${getkf:-".false."}
denkf=${denkf:-".false."}
Expand Down

0 comments on commit 90502b3

Please sign in to comment.