|
The BioCro C++ Library
|
A simple structure for holding the output of photosynthesis calculations. More...
#include <photosynthesis_outputs.h>
Public Attributes | |
| double | Assim |
| Net CO2 assimilation rate (micromol / m^2 / s) More... | |
| double | Assim_check |
| Equals zero if loop has converged (micromol / m^2 / s) More... | |
| double | Assim_conductance |
| Conductance-limited net CO2 assim. rate (micromol / m^2 / s) More... | |
| double | Ci |
| CO2 concentration in intercellular spaces (micromol / mol) More... | |
| double | Cs |
| CO2 concentration at the leaf surface (micromol / mol) More... | |
| double | GrossAssim |
| Gross CO2 assimilation rate (micromol / m^2 / s) More... | |
| double | Gs |
| Stomatal conductance to water vapor (mol / m^2 / s) More... | |
| double | RHs |
| Relative humidity at the leaf surface (dimensionless) More... | |
| double | RL |
| Rate of non-photorespiratory CO2 release in the light (micromol / m^2 / s) More... | |
| double | Rp |
| Rate of photorespiration (micromol / m^2 / s) More... | |
| size_t | iterations |
| Number of iterations used by convergence loop. More... | |
A simple structure for holding the output of photosynthesis calculations.
Definition at line 8 of file photosynthesis_outputs.h.
| double Assim |
Net CO2 assimilation rate (micromol / m^2 / s)
Definition at line 9 of file photosynthesis_outputs.h.
| double Assim_check |
Equals zero if loop has converged (micromol / m^2 / s)
Definition at line 10 of file photosynthesis_outputs.h.
| double Assim_conductance |
Conductance-limited net CO2 assim. rate (micromol / m^2 / s)
Definition at line 11 of file photosynthesis_outputs.h.
| double Ci |
CO2 concentration in intercellular spaces (micromol / mol)
Definition at line 12 of file photosynthesis_outputs.h.
| double Cs |
CO2 concentration at the leaf surface (micromol / mol)
Definition at line 13 of file photosynthesis_outputs.h.
| double GrossAssim |
Gross CO2 assimilation rate (micromol / m^2 / s)
Definition at line 14 of file photosynthesis_outputs.h.
| double Gs |
Stomatal conductance to water vapor (mol / m^2 / s)
Definition at line 15 of file photosynthesis_outputs.h.
| size_t iterations |
Number of iterations used by convergence loop.
Definition at line 19 of file photosynthesis_outputs.h.
| double RHs |
Relative humidity at the leaf surface (dimensionless)
Definition at line 16 of file photosynthesis_outputs.h.
| double RL |
Rate of non-photorespiratory CO2 release in the light (micromol / m^2 / s)
Definition at line 17 of file photosynthesis_outputs.h.
| double Rp |
Rate of photorespiration (micromol / m^2 / s)
Definition at line 18 of file photosynthesis_outputs.h.