Kt {StreamMetabolism} | R Documentation |
Temperature Correction For Reaeration Value
Kt(K, temp)
K |
Rearation Coefficient single value or in a zoo object |
temp |
temperature value at time t in Degrees Celcius |
Single Values or zoo series
Stephen A Sefick Jr
Thyssen, N., Erlandsen, M., Jeppesen, E., Holm T. F.,1983. Modelling the reaeration capacity of low-land streams
#data USGS data(DOTemp) #velocity 0.6, depth 0.4572 d <- ODobbins(0.6, 0.4572) Kcorr <- Kt(d , DOTemp[,1])