Description Usage Arguments Details Value Examples
Convert g_c (μmol CO2/m^2/s/Pa) to g_w (μmol H2O /m^2/s/Pa)
Convert g_c (umol CO2/m^2/s/Pa) to g_w (umol H2O /m^2/s/Pa)
1 2 3 |
g_w |
conductance to water vapor in units (μmol H2O / (m^2 s Pa)) of class |
D_c |
diffusion coefficient for CO2 in air in units of m^2/s of call |
D_w |
diffusion coefficient for H2O in air in units of m^2/s of call |
unitless |
Logical. Should |
g_c |
conductance to CO2 in units (μmol H2O / (m^2 s Pa)) of class |
Diffusive conductance to CO2 is generally about ~1.6x that of H2O because of the higher molecular weight. To convert, multiply conductance by the ratio of diffusion coefficients:
g_c = g_w D_c / D_w
g_w = g_c D_w / D_c
Value with units μmol / (m^2 s Pa) of class units
.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.