powered by
This function calculates the evapotranspiration based on the soil moisture, soil water retantion curve and vegetation properties.
Et_f(s, Emax, Ew, sh, sw, sstar)
Soil moisture
Maximum evapotranspiration rate
Minimum evapotranspiration rate
Soil moisture at hidroscopic point
Soil moisture at wilting point
Soil moisture below field capacity point
evapotranspiration
Evapotranspiration function based on the soil moisture
# 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