Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from mvertens/feature/fix_budget_output
### Description of changes Fixes #188 where budgets are not written out for December or annually for a 1 year run ### Specific notes The fix is to use nexttime rather than currtime to trigger budget output. This is consistent with the time stamp of history and restart files as well in cmeps. Contributors other than yourself, if any: None Fixes: #188 Are changes expected to change answers? - [x] bit for bit - [ ] different at roundoff level - [ ] more substantial Any User Interface Changes (namelist or namelist defaults changes)? - [ ] Yes - [x] No Testing performed if application target is CESM:(either UFS-S2S or CESM testing is required): This only effects CESM configurations. - Verified that an A compset at f19_g17 run for a year with budgets turned on produced both annual budget information as well as a budget entry for month 12. - Verified that for a 3 month run, B1850 at f19_g17, budgets were created for month 3 and that the results were bfb with a run without these cmeps changes. Hashes used for testing: - [x] CESM: - repository to check out: https://github.com/ESCOMP/CESM.git - tag: cesm2_3_beta02
- Loading branch information