-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: clm history files always instantaneous with ED on
Bugfix for incorrect ED history files. Changeset eb26be6 incorrectly moved the history buffer updates inside an if (use_ed .and. is_day_boundry) block. This caused all clm history variables to only be written at the day boundary, giving the appearence of instantaneous output. Discussin with clm SE group and Rosie proposed removing the if block around the hist buff update and moving the call to ed_driver earlier in the call sequence. Fixes: #24 User interface changes?: Yes history output changes Code review: self, clm SE discussion, needs further science review Test suite: ed, yellowstone - intel, gnu, pgi Test baseline: d8a9ee5 Test namelist changes: none Test answer changes: yes, history output bug fix. order of operations change (call to ed driver moved)? Test summary: answer changing, baseline failures, expecetd failures in f09 and f10 restarts.
- Loading branch information
1 parent
d8a9ee5
commit 45cf097
Showing
1 changed file
with
21 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters