Learn R Programming

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 (\(g_\mathrm{c,lower}\)) and upper (\(g_\mathrm{c,upper}\)) leaf portions:

$$g_\mathrm{c,total} = g_\mathrm{c,lower} + g_\mathrm{c,upper}$$

Each partial conductance consists of two parallel conductances, the cuticular conductance (\(g_\mathrm{u,c}\)) and the in-series conductances through mesophyll (\(g_\mathrm{m,c}\)), stomata (\(g_\mathrm{s,c}\)), and boundary layer (\(g_\mathrm{b,c}\)). To simplify the formula, I use substitute resistance where \(r_x = 1 / g_x\). For surface \(i\):

$$g_{\mathrm{c},i} = g_{\mathrm{u},i} + (1 / (r_{\mathrm{m},i} + r_{\mathrm{s},i} + r_{\mathrm{b},i}))$$

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

$$g_{x,\mathrm{lower}} = g_x (1 / (1 + k_x))$$ $$g_{x,\mathrm{upper}} = g_x (k_x / (1 + k_x))$$ $$g_x = g_{x,\mathrm{lower}} + g_{x,\mathrm{upper}}$$

How the partitioning factors work:

\(k_x\)description
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
\(g_\mathrm{mc}\)g_mcmesophyll conductance to CO2 (T_leaf)\(\mu\)mol CO2 / (m\(^2\) s Pa)calculated
\(g_\mathrm{sc}\)g_scstomatal conductance to CO2\(\mu\)mol CO2 / (m\(^2\) s Pa)4
\(g_\mathrm{uc}\)g_uccuticular conductance to CO2\(\mu\)mol CO2 / (m\(^2\) s Pa)0.1
\(k_\mathrm{mc}\)k_mcpartition of \(g_\mathrm{mc}\) to lower mesophyllnone1
\(k_\mathrm{sc}\)k_scpartition of \(g_\mathrm{sc}\) to lower surfacenone1
\(k_\mathrm{uc}\)k_ucpartition of \(g_\mathrm{uc}\) to lower surfacenone1