calc_stratified_periods: Calculate all stratified periods based on temp threshold

Description Usage Arguments

View source: R/calc_stratified_periods.R

Description

A function to calculate

Usage

1
calc_stratified_periods(surfT, botT, temp_thresh = 1, force_positive = TRUE)

Arguments

surfT

data.frame with two columns, datetime and surface temperature

botT

data.frame with two columns, datetime and bottom temperature (must be same nrow as surfT)

temp_thresh

Threshold to define stratified in deg C (default = 1)

force_positive

Is only warm stratified periods to be considered (drop winter when 0 is above 4 deg water, default TRUE)


USGS-R/mda.lakes documentation built on Nov. 13, 2020, 8:28 p.m.