R/Kr_theta.R

Defines functions Kr_theta

Documented in Kr_theta

Kr_theta <- function(theta,thetaS,thetaR,n,Ks,f=0.5) {
   m <- 1-(1/n)
   Se <- (theta-thetaR)/(thetaS-thetaR)
   a <- (1-(1-Se^(1/m))^m)^2
   out <- Ks*(Se^f)*a
   return(out)
  }
arsilva87/soilphysics documentation built on July 30, 2022, 8:46 p.m.