View source: R/unit_conversions.r
LE.to.ET | R Documentation |
converts evaporative water flux from mass (ET=evapotranspiration) to energy (LE=latent heat flux) units, or vice versa.
LE.to.ET(LE, Tair) ET.to.LE(ET, Tair)
LE |
Latent heat flux (W m-2) |
Tair |
Air temperature (deg C) |
ET |
Evapotranspiration (kg m-2 s-1) |
The conversions are given by:
ET = LE/λ
LE = λ ET
where λ is the latent heat of vaporization (J kg-1) as calculated by
latent.heat.vaporization
.
# LE of 200 Wm-2 and air temperature of 25degC LE.to.ET(200,25)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.