SSgampt | R Documentation |
This is a two- parameter function to determine water infiltration parameters contained in the Green-Ampt infiltration model
SSgampt(input, ks, A)
input |
Instantaneous infiltration rate |
ks |
Saturated hydraulic conductivity |
A |
Constant incorporating matric suction potential, wetting front, and antecedent moisture content |
This is a self-starting model for estimating Green-Ampt infiltration model using instantaneous and cumulative infiltration data
A list of objects returned by standard R regression functions such as nls and lm
Christian Thine Omuto
Green WA and Ampt GA. 1911. Studies on soil physics: 1. The flow of air and water through soils. Journal of Agricultural Science 4: 1-24
SSphilip
, SShorton
## Load the data
data(infilt)
library(minpack.lm)
gamp.ns <- nlsLM(Cumrate ~ SSgampt(Rate,ks,A), infilt)
summary(gamp.ns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.