Learn R Programming

Ecohydmod (version 1.0.0)

Et_f: Evapotranspiration

Description

This function calculates the evapotranspiration based on the soil moisture, soil water retantion curve and vegetation properties.

Usage

Et_f(s, Emax, Ew, sh, sw, sstar)

Arguments

s

Soil moisture

Emax

Maximum evapotranspiration rate

Ew

Minimum evapotranspiration rate

sh

Soil moisture at hidroscopic point

sw

Soil moisture at wilting point

sstar

Soil moisture below field capacity point

Value

evapotranspiration

Details

Evapotranspiration function based on the soil moisture

Examples

Run this code
# NOT RUN {
Et_f(s = 0.25, Emax = 5, Ew = 0.5, sh = 0.01, sw = 0.15, sstar = 0.40)
# }

Run the code above in your browser using DataLab