Iteratively solve the intercellular CO2 concentration (Ci), stomatal conductance (gs), transpiration (E), net leaf assimilation (An) and leaf temperature (Tleaf).
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