Kt {StreamMetabolism}R Documentation

Temperature Correction For Reaeration Value

Description

Temperature Correction For Reaeration Value

Usage

Kt(K, temp)

Arguments

K Rearation Coefficient single value or in a zoo object
temp temperature value at time t in Degrees Celcius

Value

Single Values or zoo series

Author(s)

Stephen A Sefick Jr

References

Thyssen, N., Erlandsen, M., Jeppesen, E., Holm T. F.,1983. Modelling the reaeration capacity of low-land streams

Examples

#data USGS
data(DOTemp)
#velocity 0.6, depth 0.4572
d <- ODobbins(0.6, 0.4572)
Kcorr <- Kt(d , DOTemp[,1])

[Package StreamMetabolism version 0.03-1 Index]