The BioCro C++ Library
photosynthesis_outputs Struct Reference

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...
 

Detailed Description

A simple structure for holding the output of photosynthesis calculations.

Definition at line 8 of file photosynthesis_outputs.h.

Member Data Documentation

◆ Assim

double Assim

Net CO2 assimilation rate (micromol / m^2 / s)

Definition at line 9 of file photosynthesis_outputs.h.

Referenced by c3CanAC(), and CanAC().

◆ Assim_check

double Assim_check

Equals zero if loop has converged (micromol / m^2 / s)

Definition at line 10 of file photosynthesis_outputs.h.

◆ Assim_conductance

double Assim_conductance

Conductance-limited net CO2 assim. rate (micromol / m^2 / s)

Definition at line 11 of file photosynthesis_outputs.h.

◆ Ci

double Ci

CO2 concentration in intercellular spaces (micromol / mol)

Definition at line 12 of file photosynthesis_outputs.h.

◆ Cs

double Cs

CO2 concentration at the leaf surface (micromol / mol)

Definition at line 13 of file photosynthesis_outputs.h.

◆ GrossAssim

double GrossAssim

Gross CO2 assimilation rate (micromol / m^2 / s)

Definition at line 14 of file photosynthesis_outputs.h.

Referenced by c3CanAC(), and CanAC().

◆ Gs

double Gs

Stomatal conductance to water vapor (mol / m^2 / s)

Definition at line 15 of file photosynthesis_outputs.h.

Referenced by c3CanAC(), and CanAC().

◆ iterations

size_t iterations

Number of iterations used by convergence loop.

Definition at line 19 of file photosynthesis_outputs.h.

◆ RHs

double RHs

Relative humidity at the leaf surface (dimensionless)

Definition at line 16 of file photosynthesis_outputs.h.

◆ RL

double RL

Rate of non-photorespiratory CO2 release in the light (micromol / m^2 / s)

Definition at line 17 of file photosynthesis_outputs.h.

Referenced by c3CanAC(), and CanAC().

◆ Rp

double Rp

Rate of photorespiration (micromol / m^2 / s)

Definition at line 18 of file photosynthesis_outputs.h.

Referenced by c3CanAC(), and CanAC().


The documentation for this struct was generated from the following file: