-
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 for zeroing data and indexing grperc
Merge branch 'rgknox-bugfix36-bugfix4' Simple fixes that address issues #36 and #4. The fix to issue #4 was trivial. In the fix to #36 I also checked through the code to assess under which conditions zero'ing variables such as tlai and tsai would affect other non-ed parts of the code. The fix allows the zeroing of the LAI/SAI variables and htop/hbot variables at the patch level because ED is the only submodule that will currently touch them. However, moving forward we must be very careful of how other modules potentially use these patch vectors. It is possible that a crop model may exist on the same column, and therefore we don't want to interact with those patches. Although, as far as I know, ACME for instance may put crops on another column (now, future). Either way, the changes here should make that zeroing procedure more future proof by only zeroing natural vegetation, and should also be more efficient by not constantly zeroing things that don't need zeroing. Fixes: #36 #4 User interface changes?: No Code review: rgknox Test suite: ed - lawrencium-lr3, intel; yellowstone, gnu, intel, pgi Test baseline: 5421da5 Test namelist changes: none Test answer changes: b4b Test summary: pass except for expected fails, f19 and f09 restarts
- Loading branch information
Showing
2 changed files
with
20 additions
and
18 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
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