-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Manual merge with the mainline. In this first step, the goal was t…
…o reconcile some of the parallel efforts between Xiangtao and myself, which led to some important code changes too. This is not a working version, I need to run simulations first and see if it works before I make the official merge. 2. Main change: vegetation heat capacity. Now that the internal water is dynamic, we must make sure water and energy is conserved. The easiest way was to remove internal leaf and sapwood water from the bulk specific heat of plant tissues, and add them separately. There are still some inconsistencies to be resolved (e.g. now all internal sapwood water is added to energy, whereas only the branch oven-dry biomass is accounted for), but this is the easiest approach to conserve water and energy. 3. To account for addition/losses of internal water due to demography (growth, mortality, and recruitment), I added new budget variables wbudget_wcapeffect and ebudget_wcapeffect 4. Code housekeeping: eliminated multiple code redundancies and removed obsolete preprocessor checks for HDF5 (which is required, so no need to check).
- Loading branch information
Showing
93 changed files
with
9,452 additions
and
1,939 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
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
Oops, something went wrong.