hypo.temperature: Get volumetrically averaged hypolimnion temp

Description Usage Arguments See Also

View source: R/hypo.temperature.R

Description

Calculates volumetrically weighted average hypolimnetic temperature using the supplied water temperature timeseries. If the lake is not stratified, an NA value is returned.

Usage

1
hypo.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

epi.temperature, whole.lake.temperature


GLEON/rLakeAnalyzer documentation built on May 3, 2021, 1:32 p.m.