Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add the mean EnKF soil increment to the deterministic member #3295
base: develop
Are you sure you want to change the base?
Add the mean EnKF soil increment to the deterministic member #3295
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
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking for the current ensemble update analysis stat directory correct? Does having
RUN="enkgdas"
cause a failure during the gfs cycle?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've turned off DO_GSISOILDA for the gfs runs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The 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.
DO_SOI_INC -> DO_SOIL_INC
orDO_SOILINC
to be (in)consistent withDO_LNDINC
or something. EvenINC
is sometimesINCR
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.