wetland_pond_depth: Calculates Hayashi-van der Kamp maximum depth of water in a...

View source: R/wetland_pond_depth.R

wetland_pond_depthR Documentation

Calculates Hayashi-van der Kamp maximum depth of water in a Prairie pond

Description

Calculates Hayashi-van der Kamp maximum depth of water in a Prairie pond

Usage

wetland_pond_depth(pond_volume = NULL, p = NULL, s = NULL)

Arguments

pond_volume

Required. Volume of water in ponds (in m^3). May be a vector of values.

p

Required. Value of p exponent for ponds. May be a vector of values.

s

Required. Value of s parameter (pond area for a depth of 1 m) in m^2) for pond. May be a vector of values.

Value

If successful, returns a vector of the pond maximum depths, for the given volumes. If unsuccessful, returns FALSE.

Author(s)

Kevin Shook

References

Hayashi, M., and G. van der Kamp (2000), Simple equations to represent the volume–area–depth relations of shallow wetlands in small topographic depressions, J. Hydrol., 237(1–2), 74–85, doi:10.1016/S0022-1694(00)00300-0.

See Also

Other wetland_functions: wetland_h_s(), wetland_pond_area(), wetland_pond_size()

Examples

wetland_pond_depth(100, 1.72, 100)

CentreForHydrology/CRHMr documentation built on April 6, 2024, 5:27 p.m.