|
The BioCro C++ Library
|
A simple structure for holding the output of canopy photosynthesis calculations. More...
#include <canopy_photosynthesis_outputs.h>
Public Attributes | |
| double | Assim |
| Net CO2 assimilation rate (micromol / m^2 / s) More... | |
| double | canopy_conductance |
| Stomatal conductance to water vapor (mol / m^2 / s) More... | |
| double | canopy_transpiration_penman |
| P-M transpiration rate (mmol / m^2 / s) More... | |
| double | canopy_transpiration_priestly |
| Priestly transpiration rate (mmol / m^2 / s) More... | |
| double | GrossAssim |
| Gross CO2 assimilation rate (micromol / m^2 / s) 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... | |
| double | Trans |
| Transpiration rate (Mg / ha / hr) More... | |
| double | whole_plant_gr |
| Whole-plant growth respiration rate (micromol / m^2 / s) More... | |
A simple structure for holding the output of canopy photosynthesis calculations.
Definition at line 8 of file canopy_photosynthesis_outputs.h.
| double Assim |
Net CO2 assimilation rate (micromol / m^2 / s)
Definition at line 9 of file canopy_photosynthesis_outputs.h.
| double canopy_conductance |
Stomatal conductance to water vapor (mol / m^2 / s)
Definition at line 10 of file canopy_photosynthesis_outputs.h.
| double canopy_transpiration_penman |
P-M transpiration rate (mmol / m^2 / s)
Definition at line 11 of file canopy_photosynthesis_outputs.h.
| double canopy_transpiration_priestly |
Priestly transpiration rate (mmol / m^2 / s)
Definition at line 12 of file canopy_photosynthesis_outputs.h.
| double GrossAssim |
Gross CO2 assimilation rate (micromol / m^2 / s)
Definition at line 13 of file canopy_photosynthesis_outputs.h.
| double RL |
Rate of non-photorespiratory CO2 release in the light (micromol / m^2 / s)
Definition at line 14 of file canopy_photosynthesis_outputs.h.
| double Rp |
Rate of photorespiration (micromol / m^2 / s)
Definition at line 15 of file canopy_photosynthesis_outputs.h.
| double Trans |
Transpiration rate (Mg / ha / hr)
Definition at line 16 of file canopy_photosynthesis_outputs.h.
| double whole_plant_gr |
Whole-plant growth respiration rate (micromol / m^2 / s)
Definition at line 17 of file canopy_photosynthesis_outputs.h.