Last chance! 50% off unlimited learning
Sale ends in
Conductance to CO2 (umol / (m^2 s Pa))
- g_tc: total conductance to CO2
- g_uc: cuticular conductance to CO2
- g_bc: boundary layer conductance to CO2
- g_mc: mesophyll conductance to CO2
- g_sc: stomatal conductance to CO2
.get_gtc(pars, unitless).get_guc(pars, surface, unitless)
.get_gbc(pars, surface, unitless)
.get_gmc(pars, surface, unitless)
.get_gsc(pars, surface, unitless)
Concatenated parameters (leaf_par
, enviro_par
, and constants
)
Logical. Should units
be set? The function is faster when FALSE, but input must be in correct units or else results will be incorrect without any warning.
Leaf surface (lower or upper)
Total conductance to CO2 is the sum of parallel conductances on the lower
(
Each partial conductance consists of two parallel conductances, the
cuticular conductance (
The cuticular, stomatal, and mesophyll conductances can be the same or
different for upper and lower. The partitioning factors (
How the partitioning factors work:
description | |
0 | all conductance on lower surface/portion |
0.5 | 2/3 conductance on lower surface |
1 | conductance evenly divided between surfaces/portions |
2 | 2/3 conductance on upper surface |
Inf | all conductance on upper surface/portion |
The boundary layer conductances for each are calculated on the basis of mass and heat transfer (see .get_gbc
).
Symbol | R | Description | Units | Default |
g_mc | mesophyll conductance to CO2 (T_leaf) | calculated | ||
g_sc | stomatal conductance to CO2 | 4 | ||
g_uc | cuticular conductance to CO2 | 0.1 | ||
k_mc | partition of | none | 1 | |
k_sc | partition of | none | 1 | |
k_uc | partition of | none | 1 |