Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: time arguments to ED's GDD incrementer had badness
Merge remote-tracking branch 'ryan/rgknox/phenology/gdd0-accum' Summary: Bill Sacks identified that the month, day and second arguments are uninitialized in clm_driv when it calls ED's accumulateAndExtract subroutine. See issue #23 for discussion. This PR issues a call to retrieve the current time prior to calling the accumulateAndExtract, and corrects inconsistent ordering of the time variables in calling function and called function. Fixes: #23 User interface changes?: No Code review: Ryan Knox, Bill Sacks (identified original issue), discussion with @bandre-ucar , @rosiealice and @xuchongang Test suite: ed - yellowstone intel, pgi, gnu Test baseline: 89b8709 Test namelist changes: None Test answer changes: bit for bit Test summary: pass except for f09 and f19 restarts, #14. Interestingly, no failures associated with #43.
- Loading branch information