-
Notifications
You must be signed in to change notification settings - Fork 374
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
Writes/reads C budget related variables in history file #6273
Conversation
The `TCS_MONTH_BEGIN` variable is written and read from the ELM restart file. [BFB]
|
The TCS_MONTH_BEGIN variable is written and read from the ELM restart file. [BFB]
The TCS_MONTH_BEGIN variable is written and read from the ELM restart file. [BFB]
This typo wasn't fixed completely. As I mentioned in the slack discussion, this will cause FILLDIFFs with In addition, the time check for the end of the month is not correct: I assume (not been tested yet) that this PR will cause DIFFs for any tests that compare elm history files as TCS_MONTH_END is going to be calculated differently. But it's past 1am here so I'll run comparions tomorrow |
Second merge of this branch with more complete fix.
From the
Edit: I expect any tests that compare elm.h0 files to also diff -- depending on finidat and such (FATES doesn't diff) |
The subroutines for water and carbon are made consistent.
For the record, tests that run for a at least one month will compare elm.h0 files by default. |
The
TCS_MONTH_BEGIN
andTCS_MONTH_END
variables are written and read from the ELM restart file.[non-BFB] just for those variables. No change in answers otherwise.