Description Usage Arguments Details Value See Also Examples
Ktheta calculates hydrualic conductivity
1 | Ktheta(sm, sp, timestep = 86400)
|
sm |
Soil water fraction |
sp |
a list of van Genuchten soil parameters as returned by |
timestep |
number of seconds in each time step of model run (default one day) |
Applies the van Genuchten equation to estimate the hydrualic conductivity of
unsaturated soil (van Genuchten 1980 Soil Science Society of America Journal 44:892-898).
Paramaters of the van Genuchten equation can be found in the dataset soilparams(). Ksat
and the returned value are adjusted so that returned units are in cm per timestep.
Hydraulic conductivity (cm / time-step)
1 2 | sm <- c(74:422) / 1000
plot(Ktheta(sm, getsoilparams("Loam")) ~ sm)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.