-
Notifications
You must be signed in to change notification settings - Fork 217
Add the mean EnKF soil increment to the deterministic member #3295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 25 commits
ab09ab1
f9e9a49
8120fb6
0f150a9
ea61f31
1f3c8df
0bf0a90
e478210
3856b1f
d8e945f
45c6cc1
86e0deb
59e82b7
3d5b6ee
b02e8af
7ffee90
5cccc3f
04e542e
fae30c6
6cda29c
255cf33
660fc4c
01072aa
65e8cc4
376cf33
4f50aae
0f3b810
a19d56d
d726dbe
c22a8c8
fd16035
36d21a6
8e9d193
1bd8014
ef0f65d
e413ff8
37d0960
dc2634f
2d92509
58512e3
f51ab82
8bd1c8b
f7641b1
f85c42d
66ced9e
3eb4954
c83379d
8a7e1cf
f1e6776
1147c56
5d5ca86
83f5227
59cc8ff
1eb8871
fc105c3
f555978
7fd68e8
93541a0
4fd0ec1
056e9b3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,5 +12,11 @@ echo "BEGIN: config.sfcanl" | |
| if [[ "${DO_JEDIATMVAR}" == "YES" ]]; then | ||
| export DONST="NO" | ||
| fi | ||
| if [[ "${GSI_SOILANAL}" = "YES" ]]; then | ||
| export DO_LNDINC=".true." | ||
| export DO_SOI_INC=".true." | ||
| export GCYCLE_INTERP_LNDINC=".false." | ||
| export LSOIL_INCR=2 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a nitpicky comment - and is a case in the global-workflow in general - variables do not need to be 3 characters long e.g.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is not nitpicky at all! Or at least, it has been annoying me too. Also the mix of YES/NO, and true/false. Some of it is coming from the namelists used in submodules. I'll at least establish consistent variable names for most of the workflow, then try to clean it up over time.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm preparing to fix this, with a second PR to UFS_UTILS, resolving issue 1021 |
||
| fi | ||
|
|
||
| echo "END: config.sfcanl" | ||
Uh oh!
There was an error while loading. Please reload this page.