4.5. Actual Evapotranspiration¶
ADELM diagnoses total actual evapotranspiration and converts the individual mass-based fluxes to a latent heat flux.
Coupling to other components
Canopy Hydrology provides
canopy_evaporation_mmdayandcanopy_solid_sublimation_mmday.Snow Hydrology provides
snow_sublimation_mmday.Soil Hydrology provides
soil_evaporation_mmdayandtranspiration_mmday.Atmospheric Thermodynamics provides
latent_heat_of_vaporization.
1. Total evapotranspiration¶
Total actual evapotranspiration total_et_mmday is the sum of all
five actual water-vapour fluxes:
where \(E_{\mathrm{snow}}\) is snow_sublimation_mmday,
\(E_{\mathrm{sub}}\) is canopy_solid_sublimation_mmday,
\(E_{\mathrm{can,liq}}\) is canopy_liquid_evaporation_mmday,
\(E_{\mathrm{soil}}\) is soil_evaporation_mmday, and
\(E_{\mathrm{tr}}\) is canopy_transpiration_mmday.
2. Latent heat flux¶
The latent heat flux latent_heat_flux_Wm2 converts mass-based ET
fluxes to an energy flux. Liquid-phase and solid-phase fluxes use different
latent heats:
where \(\lambda_{\mathrm{v}}\) is latent_heat_of_vaporization,
\(\lambda_{\mathrm{s}}\) is latent_heat_of_sublimation, and
\(\Delta t_{\mathrm{day}}\) is seconds_per_day. The denominator
converts mm day⁻¹ to kg m⁻² s⁻¹ (equivalently W m⁻²), using a water
density of 1000 kg m⁻³.