-
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. Bug fixes: a. Budget_utils is now a module. Some compilers do not like when functions have pointers as arguments, unless they are inside a module. b. In disturbance.f90, variable mask was not allocated when cpatch%ncohorts was zero, so the debugger would crash if it tried to use mask. c. In average_utils.f90, daylight was used in divisions, but the number can be zero- this should happen only in polar nights so it should be fixed. d. Several disturbance-related variables were not properly set to zero, leading to some crazy values in the big leaf model whenever fires happened. 2. Added some diagnostic variables (means and mean sum of squares, mostly radiation and u*) 3. Modified INCLUDE_FIRE = 3, now the water deficit threshold is relative to the total rainfall instead of the absolute number. 4. Corrected some R scripts
- Loading branch information
Showing
55 changed files
with
11,153 additions
and
5,449 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.