epi.temperature {rLakeAnalyzer} | R Documentation |
Get volumetrically averaged epilimnion temp
Description
Calculates volumetrically weighted average epilimnetic temperature using the supplied water temperature timeseries. If the lake is not stratified, the bottom of the epilimnion is calculated as the full depth of the lake.
Usage
epi.temperature(wtr, depths, bthA, bthD)
Arguments
wtr |
a numeric vector of water temperature in degrees C. |
depths |
a numeric vector corresponding to the depths (in m) of the wtr measurements |
bthA |
a numeric vector of cross sectional areas (m^2) corresponding to bthD depths |
bthD |
a numeric vector of depths (m) which correspond to areal measures in bthA |
See Also
hypo.temperature
whole.lake.temperature
[Package rLakeAnalyzer version 1.11.4.1 Index]