Skip to content

mdekauwe/Coupled_Canopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coupled_Canopy: Solve coupled Ci, gs, E, An and Tleaf.

Overview

Iteratively solve the intercellular CO2 concentration (Ci), stomatal conductance (gs), transpiration (E), net leaf assimilation (An) and leaf temperature (Tleaf).

Structure

coupled_canopy/
├── __init__.py
├── models/              # Model code
│   ├── __init__.py
│   ├── farquhar.py
│   └── penman_monteith_leaf.py
├── utils/               # Utility functions and constants
│   ├── __init__.py
│   ├── constants.py
│   └── utils.py
examples/                # Example scripts 
├── plot_A_vs_Ca.py
└── ...

## Running examples

From the top directory, run:

```bash
python -m examples.plot_A_vs_Ca

## Contacts

- Martin De Kauwe: mdekauwe at gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages