Metadata-Version: 2.4
Name: plant_hydraulics
Version: 0.0.9000
Summary: Python code for plant hydraulics models
Author-email: ecamo19 <erickcamo19@gmail.com>
License: Apache-2.0
Project-URL: Repository, https://github.com/ecamo19/plant_hydraulics
Project-URL: Documentation, https://ecamo19.github.io/plant_hydraulics/
Keywords: nbdev
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: itables
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: pyet
Dynamic: license-file

# plant_hydraulics


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

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](https://github.com/ecamo19/plant_hydraulics):

``` sh
$ pip install git+https://github.com/ecamo19/plant_hydraulics.git
```

or from [pypi](https://pypi.org/project/plant_hydraulics/)

``` sh
$ pip install plant_hydraulics
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/ecamo19/plant_hydraulics)’s
[pages](https://ecamo19.github.io/plant_hydraulics/). Additionally you
can find package manager specific guidelines on
[conda](https://anaconda.org/ecamo19/plant_hydraulics) and
[pypi](https://pypi.org/project/plant_hydraulics/) respectively.
