Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


bigleaf (version 0.7.0)

LE.to.ET: Conversion between Latent Heat Flux and Evapotranspiration

Description

converts evaporative water flux from mass (ET=evapotranspiration) to energy (LE=latent heat flux) units, or vice versa.

Usage

LE.to.ET(LE, Tair)

ET.to.LE(ET, Tair)

Arguments

LE

Latent heat flux (W m-2)

Tair

Air temperature (deg C)

ET

Evapotranspiration (kg m-2 s-1)

Details

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.

Examples

Run this code
# NOT RUN {
# LE of 200 Wm-2 and air temperature of 25degC
LE.to.ET(200,25)

# }

Run the code above in your browser using DataLab