-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
# DynACof 1.0.2 | ||
|
||
* Add templates for input parameters | ||
* Simulation saved using saveRDS (better coding practice) | ||
* Clean old comments in the model | ||
* Update documentation | ||
* Update Website | ||
|
||
# DynACof 1.0.1 | ||
|
||
Several imrpovements: | ||
|
||
* epsilon parameters are now true growth cost coefficients (1/previous_espilon) | ||
* Renaming : RainForBudBreak -> R_break ; Reserves_Tree -> RE_Tree | ||
* Tree allometries are now into metamodels | ||
* Use Ks from parameter file instead of hard coded values | ||
* Update Coffea sensible heat flux metamodel | ||
* New computation of Rn_Soil using MAESPA metamodels + replace PARcof by PAR_Trans_Tree and add PAR_Trans (PAR transmitted to soil) | ||
* Add website using pkgdown | ||
* Rm now computed using TairCanopy | ||
* Update T_Tree metamodel | ||
* Add WoodPruningRate as a parameter (it was hard coded !) | ||
* Remove unused WoodDensity_kgDMm3 | ||
|
||
|
||
# DynACof 0.1.2 | ||
|
||
First news. Will be updated from now on. |