-
Notifications
You must be signed in to change notification settings - Fork 92
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
fix to logic in restarting when using a prior case's restart #171
Conversation
This change will indeed prevent the cold-start initialization sequence from happening if finitdat is not specified. |
I believe the |
After reviewing the code...
restFile_read would be called in such a case, which will ultimately lead to the calling of clm_fates%init_restart() Following up on question 2: the string comparison of finidat == ' ' seems to be the status quo in that part of the code, so I suppose it is fine, (and I'm just now reading Ben's commend above) |
closing as the change is also in #172. |
testing |
test status:
|
fix to properly restart when using finidat from a prior case
Fixes: [NGT-ED Github issue #165 ]
User interface changes?: [No]
Code review: [just me so far, @rgknox -- could you double check that this makes sense to you too?]
Test suite: ED test suite on lawrencium-lr3
Test baseline: don't have any recent baselines, so didn't run; I can't imagine this would be an issue but please double-check when testing on Yellowstone
Test namelist changes: none
Test answer changes: ought to be b4b
Test summary: all smoke, restart, etc tests pass