-
Notifications
You must be signed in to change notification settings - Fork 383
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
Removes few ELM fields that were added by default #6366
Conversation
The glacier-related fields are only added when `create_glacier_mec_landunit = .true.`. Fixes #6365
@rljacob While the answers will not change, the tests using this branch will report that the ELM restart file is missing a few fields. Should this PR be marked as BFB or non-BFB? |
restart files are not compared in testing. just history. |
I have updated the label and comment. |
@golaz please try this out. |
since @rljacob went ahead and approved, that I'll go ahead with the merge today unless there are any objections. |
The glacier-related fields should only be added when create_glacier_mec_landunit = .true.. Fixes #6365
Merged to next. Expect DIFFs due to FIELD LIST for any tests that compare elm.h0 files. |
Merged to master. hopefully got all the DIFFs |
@wlin7 will double-check that this fixes restart issue. |
The glacier-related fields should only be added when
create_glacier_mec_landunit = .true.
.Fixes #6365