Learn R Programming

LakeMetabolizer (version 1.5.5)

watts.in: Simple estimate of energy gained by a layer of water

Description

Estimate the amount of energy gained by a layer of water as the difference between energy entering from the top of the layer and energy leaving at the bottom. Energy gained/ lost is calculated from photosynthetically active radiation (PAR, which is then converted to watts) and an estimate of kd (light attenuation coefficient) which is derived from the depth of 1 percent surface light.

Usage

watts.in(top, bot, irr, z1perc)

Value

numeric vector of estimates of energy gain

Arguments

top

Depth of the top of the layer, in meters

bot

Depth of the bottom of the layer, in meters

irr

PAR in uE/s (umol / m^2 / s)

z1perc

Depth of 1 percent of surface light, in meters

Author

Ryan Batt, Luke Winslow

Details

This rough estimate is used in the Kalman filter/ smoother for water temperature. It does not account for a variety of potentially important factors, and is made specifically for use with temp.kalman(), which uses maximum likelihood to fit a linear coefficient that converts this heat gain estimate into temperature change.

References

Batt, Ryan D. and Stephen R. Carpenter. 2012. Free-water lake metabolism: addressing noisy time series with a Kalman filter. Limnology and Oceanography: Methods 10: 20-30. doi: 10.4319/lom.2012.10.20

See Also

temp.kalman metab.kalman

Examples

Run this code
watts.in(3.2, 4, 1200, 4.5)

Run the code above in your browser using DataLab