View source: R/unit_conversions.r
ms.to.mol | R Documentation |
Converts conductances from mass (m s-1) to molar units (mol m-2 s-1), or vice versa.
ms.to.mol(G_ms, Tair, pressure, constants = bigleaf.constants()) mol.to.ms(G_mol, Tair, pressure, constants = bigleaf.constants())
G_ms |
Conductance (m s-1) |
Tair |
Air temperature (deg C) |
pressure |
Atmospheric pressure (kPa) |
constants |
Kelvin - conversion degree Celsius to Kelvin |
G_mol |
Conductance (mol m-2 s-1) |
The conversions are given by:
G_mol = G_ms * pressure / (Rgas * Tair)
G_ms = G_mol * (Rgas * Tair) / pressure
where Tair is in Kelvin and pressure in Pa (converted from kPa internally)
Jones, H.G. 1992. Plants and microclimate: a quantitative approach to environmental plant physiology. 2nd Edition., Cambridge University Press, Cambridge. 428 p
ms.to.mol(0.005,25,100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.