streamDepletr (version 0.1.1)

streambed_conductance: Estimate streambed conductance.

Description

Estimate streambed conductance.

Usage

streambed_conductance(w, Kriv, briv)

Value

A numeric of lmda, the streambed conductance term [L/T]

Arguments

w

stream width [L]

Kriv

streambed semipervious layer hydraulic conductivity [L/T]. Reeves et al. (2009) estimate this as the vertical hydraulic conductivity of the aquifer (Kv; L/T), which is itself often estimated as 10% of the horizontal hydraulic conductivity (Kh*0.1; L/T)

briv

streambed semipervious layer thickness [L] Reeves et al. (2009) estimate this as the vertical distance from the streambed to the top of the well screen, or the length of the well screen, whichever is greater [L].

References

Reeves, HW, DA Hamilton, PW Seelbach, and AJ Asher (2009). Ground-Water-Withdrawal Component of the Michigan Water-Withdrawal Screening Tool. USGS Scientific Investigations Report, Reston VA. https://pubs.usgs.gov/sir/2009/5003/.

Examples

Run this code
streambed_conductance(w = 10, Kriv = 0.0864, briv = 1)
streambed_conductance(w = 5, Kriv = 0.0864, briv = 1)
streambed_conductance(w = 10, Kriv = 0.864, briv = 1)
streambed_conductance(w = 10, Kriv = 0.0864, briv = 0.1)

Run the code above in your browser using DataCamp Workspace