The BioCro C++ Library
photosynthesis_outputs.h
Go to the documentation of this file.
1#ifndef PHOTOSYNTHESIS_OUTPUTS_H
2#define PHOTOSYNTHESIS_OUTPUTS_H
3
9 double Assim;
10 double Assim_check;
12 double Ci;
13 double Cs;
14 double GrossAssim;
15 double Gs;
16 double RHs;
17 double RL;
18 double Rp;
19 size_t iterations;
20};
21
22#endif
A simple structure for holding the output of photosynthesis calculations.
double RL
Rate of non-photorespiratory CO2 release in the light (micromol / m^2 / s)
double Rp
Rate of photorespiration (micromol / m^2 / s)
double Assim_check
Equals zero if loop has converged (micromol / m^2 / s)
double Cs
CO2 concentration at the leaf surface (micromol / mol)
double Assim
Net CO2 assimilation rate (micromol / m^2 / s)
double Assim_conductance
Conductance-limited net CO2 assim. rate (micromol / m^2 / s)
size_t iterations
Number of iterations used by convergence loop.
double RHs
Relative humidity at the leaf surface (dimensionless)
double Ci
CO2 concentration in intercellular spaces (micromol / mol)
double GrossAssim
Gross CO2 assimilation rate (micromol / m^2 / s)
double Gs
Stomatal conductance to water vapor (mol / m^2 / s)