-
Notifications
You must be signed in to change notification settings - Fork 360
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
Limits the definition of cohort
dim in ELM restart file
#5699
Conversation
This PR removes the dimension ( |
99f5c72
to
b58a8e9
Compare
In ELM restart file, the `cohort` dimension is only defined when FATES is turned on. Fixes #5694 [non-BFB]
b58a8e9
to
4b29d5f
Compare
cohort
dim in ELM nc filescohort
dim in ELM restart file
But will this change the elm.h0 files? The tests ignore the restart files. |
That dimension in the restart file is maintained to handle information at the "cohort" level, but it also holds other data structures that have information density higher than the column level. So.. its not exclusive to cohort stuff. I suppose you could argue that its more of a fates utility dimension. |
@bishtgautam running the tests with this merged to next and didn't encounter any DIFFs so this can be changed to BFB I think. |
@peterdschwartz I have updated the description to be BFB. |
@bishtgautam @peterdschwartz do you want me to create a PR to this pointing to the latest fates tag and updating the paramfile pointer after NGEET/fates#1041 is integrated? Or should I simply create a new, separate PR since this PR has been tested already? As a reminder, the fates PR fixes the DIFFs that cropped up with #5599 (comment). |
status: @glemieux and @bishtgautam will talk. |
Per our conversation, this PR can go forward. I'll be creating a seperate PR to update to the new fates tag and reinstate some fates debug tests to the land developer tests. |
In ELM restart file, the cohort dimension is only defined when FATES is turned on. This code modification allows ELM to write elm.rh0 when hist_empty_htapes=.true. is set in user_nl_elm. Fixes #5694 [BFB]
In ELM restart file, the
cohort
dimension is only defined when FATES is turned on.This code modification allows ELM to write
elm.rh0
whenhist_empty_htapes=.true.
is set in
user_nl_elm
.Fixes #5694
[BFB]