fill_mdc: Execute the Mean Diurnal Course (MDC) Algorithm

Description Usage Arguments Details Value

Description

Mean Diurnal Course (MDC) algorithm based on average values within +/- one hour of adjacent days. Original name: sEddyProc_sFillMDC.

Usage

1
fill_mdc(temp, win_days, verbose = TRUE)

Arguments

win_days

The window size for filling in number of days.

verbose

A logical value whether to print status information to screen.

Details

Quality flags: * 1: nDay <= 1 * 2: nDay [2,5) * 3: nDay > 5

Value

MDC filling results in sTEMP data frame.


grahamstewart12/tidyflux documentation built on June 4, 2019, 7:44 a.m.