-
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. For me this should happen only in polar nights so it should be fixed anyway, but somehow the number was zero in Petrolina! I could not find why, because daylight is a site-level variable so it should be always found (perhaps the driver is wrong). 2. Modified INCLUDE_FIRE = 3, now the water deficit threshold is relative to the total rainfall instead of the absolute number. 3. Corrected some R scripts
- Loading branch information
Marcos Longo
committed
Oct 16, 2012
1 parent
fb42ae0
commit 212f9c6
Showing
37 changed files
with
7,787 additions
and
4,250 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.