Description Usage Arguments Details Author(s)
Initializes data frame sTEMP for newly generated gap filled data and qualifiers.
1 2 |
Var.s |
Variable to be filled |
QFVar.s |
Quality flag of variable to be filled |
QFValue.n |
Value of quality flag for _good_ (original) data, other data is set to missing |
FillAll.b |
Fill all values to estimate uncertainties |
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.
AMM (Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.