The BioCro C++ Library
stomata_outputs Struct Reference

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

Detailed Description

A simple structure for holding the output of stomatal conductance calculations.

Definition at line 8 of file stomata_outputs.h.

Member Data Documentation

◆ cs

double cs

CO2 concentration at the leaf surface (micromol / mol)

Definition at line 9 of file stomata_outputs.h.

Referenced by c3photoC(), and c4photoC().

◆ gsw

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

◆ hs

double hs

Relative humidity at the leaf surface (dimensionless)

Definition at line 10 of file stomata_outputs.h.

Referenced by c3photoC(), and c4photoC().


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