R/Kr_h.R

Defines functions Kr_h

Documented in Kr_h

Kr_h <- 
function(Ks,alpha, n, h, f=0.5) 
{
    m <- 1 - (1/n)
    Se <- (1/(1+(alpha*h)^n))^m
    b <- (1-(1-Se^(n/(n-1)))^m)^2
    out <- Ks*(Se^f)*b
    return(out)

 }

Try the soilphysics package in your browser

Any scripts or data that you put into this service are public.

soilphysics documentation built on June 7, 2022, 5:06 p.m.