-
Notifications
You must be signed in to change notification settings - Fork 6
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
Chris Muir
committed
May 14, 2019
1 parent
1d34e38
commit b1991ca
Showing
2 changed files
with
6 additions
and
4 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,6 +1,6 @@ | ||
Package: photosynthesis | ||
Version: 1.0.0.9000 | ||
Date: 2019-05-09 | ||
Version: 1.0.1 | ||
Date: 2019-05-14 | ||
Title: Model C3 Photosynthesis | ||
Authors@R: person("Chris", "Muir", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-2555-3878")) | ||
Depends: R (>= 3.5.0), units (>= 0.6.0) | ||
|
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,7 +1,9 @@ | ||
# photosynthesis (development version) | ||
# photosynthesis 1.0.1 | ||
|
||
Release to be archived with revision of "Is amphistomy an adaptation to high light? Optimality models of stomatal traits along light gradients." | ||
|
||
# photosynthesis 1.0.0 | ||
|
||
Description: Simulate C$_3$ photosynthesis using the Farquhar, von Caemmerer, Berry (1980) model as described in Buckley and Diaz-Espejo (2015). It uses units to ensure that parameters are properly specified and transformed before calculations. Temperature response functions get automatically "baked" into all parameters based on leaf temperature following Bernacchi et al. (2002). The package includes boundary layer, cuticular, stomatal, and mesophyll conductances to CO$_2$, which each can vary on the upper and lower portions of the leaf. Use straightforward functions to simulate photosynthesis over environmental gradients such as Photosynthetic Photon Flux Density (PPFD) and leaf temperature, or over trait gradients such as CO$_2$ conductance or photochemistry. | ||
|
||
* Added a `NEWS.md` file to track changes to the package. | ||
* Added a `NEWS.md` file to track changes to the package. |