50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


photosynthesis (version 2.0.3)

CO2_conductance: Conductance to CO2 (umol / (m^2 s Pa))

Description

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

Usage

.get_gtc(pars, unitless)

.get_guc(pars, surface, unitless)

.get_gbc(pars, surface, unitless)

.get_gmc(pars, surface, unitless)

.get_gsc(pars, surface, unitless)

Arguments

pars

Concatenated parameters (leaf_par, enviro_par, and constants)

unitless

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.

surface

Leaf surface (lower or upper)

Details

Total conductance to CO2 is the sum of parallel conductances on the lower (gc,lower) and upper (gc,upper) leaf portions:

gc,total=gc,lower+gc,upper

Each partial conductance consists of two parallel conductances, the cuticular conductance (gu,c) and the in-series conductances through mesophyll (gm,c), stomata (gs,c), and boundary layer (gb,c). To simplify the formula, I use substitute resistance where rx=1/gx. For surface i:

gc,i=gu,i+(1/(rm,i+rs,i+rb,i))

The cuticular, stomatal, and mesophyll conductances can be the same or different for upper and lower. The partitioning factors (kx) divide the conductance between surfaces while keeping the total conductance constant:

gx,lower=gx(1/(1+kx)) gx,upper=gx(kx/(1+kx)) gx=gx,lower+gx,upper

How the partitioning factors work:

kxdescription
0all conductance on lower surface/portion
0.52/3 conductance on lower surface
1conductance evenly divided between surfaces/portions
22/3 conductance on upper surface
Infall conductance on upper surface/portion

The boundary layer conductances for each are calculated on the basis of mass and heat transfer (see .get_gbc).

SymbolRDescriptionUnitsDefault
gmcg_mcmesophyll conductance to CO2 (T_leaf)μmol CO2 / (m2 s Pa)calculated
gscg_scstomatal conductance to CO2μmol CO2 / (m2 s Pa)4
gucg_uccuticular conductance to CO2μmol CO2 / (m2 s Pa)0.1
kmck_mcpartition of gmc to lower mesophyllnone1
ksck_scpartition of gsc to lower surfacenone1
kuck_ucpartition of guc to lower surfacenone1