bonan_hydraulics
Python code from Bonan 2019
Plant Hydraulics Model (Supplemental Program 13.1)
Calculate leaf gas exchange coupled with the leaf energy budget for C3 and C4 plants. Leaf temperature is calculated from the energy balance. Stomatal conductance is calculated from water-use efficiency optimization within the constraints imposed by plant hydraulics.
Translated from MATLAB code accompanying: Bonan, G. (2019). Climate Change and Terrestrial Ecosystem Modeling. Cambridge University Press. Chapter 13: Plant Hydraulics.
Usage
Installation
Install latest from the GitHub repository:
$ pip install git+https://github.com/ecamo19/bonan_hydraulics.gitor from pypi
$ pip install bonan_hydraulicsDocumentation
Documentation can be found hosted on this GitHub repository’s pages. Additionally you can find package manager specific guidelines on pypi.