SSgampt: A Green-Ampt water infiltration model

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

This is a two- parameter function to determine water infiltration parameters contained in the Green-Ampt infiltration model

Usage

1
SSgampt(input, ks, A)

Arguments

input

Instantaneous infiltration rate

ks

Saturated hydraulic conductivity

A

Constant incorporating matric suction potential, wetting front, and antecedent moisture content

Details

This is a self-starting model for estimating Green-Ampt infiltration model using instantaneous and cumulative infiltration data

Value

A list of objects returned by standard R regression functions such as nls and lm

Author(s)

Christian Thine Omuto

References

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

See Also

SSphilip, SShorton

Examples

1
2
3
4
5
## Load the data
data(infilt)
require("minpack.lm")
gamp.ns <- nlsLM(Cumrate ~ SSgampt(Rate,ks,A), infilt)
summary(gamp.ns)

HydroMe documentation built on Jan. 13, 2021, 7:37 p.m.