|
The BioCro C++ Library
|
A simple structure for holding the output of stomatal conductance calculations. More...
#include <stomata_outputs.h>
Public Attributes | |
| double | cs |
| CO2 concentration at the leaf surface (micromol / mol) More... | |
| double | hs |
| Relative humidity at the leaf surface (dimensionless) More... | |
| double | gsw |
| Stomatal conductance to water vapor (mmol / m^2 / s) More... | |
A simple structure for holding the output of stomatal conductance calculations.
Definition at line 8 of file stomata_outputs.h.
| double cs |
CO2 concentration at the leaf surface (micromol / mol)
Definition at line 9 of file stomata_outputs.h.
Referenced by c3photoC(), and c4photoC().
| double gsw |
Stomatal conductance to water vapor (mmol / m^2 / s)
Definition at line 11 of file stomata_outputs.h.
Referenced by c3photoC(), and c4photoC().
| double hs |
Relative humidity at the leaf surface (dimensionless)
Definition at line 10 of file stomata_outputs.h.
Referenced by c3photoC(), and c4photoC().