sEddyProc_sFillInit.Rd
Initializes data frame sTEMP for newly generated gap filled data and qualifiers.
sEddyProc_sFillInit(Var.s, QFVar.s = "none",
QFValue.n = NA_real_, FillAll.b = TRUE)
Description of newly generated variables with gap filled data and qualifiers:
VAR_orig - Original values used for gap filling
VAR_f - Original values and gaps filled with mean of selected
datapoints (condition depending on gap filling method)
VAR_fqc - Quality flag assigned depending on gap filling method and
window length (0 = original data, 1 = most reliable, 2 = medium, 3 = least reliable)
VAR_fall - All values considered as gaps (for uncertainty estimates)
VAR_fall_qc - Quality flag assigned depending on gap filling method
and window length (1 = most reliable, 2 = medium, 3 = least reliable)
VAR_fnum - Number of datapoints used for gap-filling
VAR_fsd - Standard deviation of datapoints used for gap
filling (uncertainty)
VAR_fmeth - Method used for gap filling (1 = similar meteo
condition (sFillLUT with Rg, VPD, Tair), 2 = similar meteo
(sFillLUT with Rg only), 3 = mean diurnal course (sFillMDC))
VAR_fwin - Full window length used for gap filling
Long gaps (larger than 60 days) are not filled.