partGLExtractStandardData.Rd
Relevant columns from original input with defined names
partGLExtractStandardData(ds, NEEVar = paste0("NEE",
suffixDash, "_f"), QFNEEVar = if (!missing(QFNEEVar.s)) QFNEEVar.s else paste0("NEE",
suffixDash, "_fqc"), QFNEEValue = if (!missing(QFNEEValue.n)) QFNEEValue.n else 0,
NEESdVar = if (!missing(NEESdVar.s)) NEESdVar.s else paste0("NEE",
suffixDash, "_fsd"), TempVar = paste0("Tair_f"),
QFTempVar = if (!missing(QFTempVar.s)) QFTempVar.s else paste0("Tair_fqc"),
QFTempValue = if (!missing(QFTempValue.n)) QFTempValue.n else 0,
VPDVar = if (!missing(VPDVar.s)) VPDVar.s else paste0("VPD_f"),
QFVPDVar = if (!missing(QFVPDVar.s)) QFVPDVar.s else paste0("VPD_fqc"),
QFVPDValue = if (!missing(QFVPDValue.n)) QFVPDValue.n else 0,
RadVar = if (!missing(RadVar.s)) RadVar.s else "Rg_f",
QFRadVar = if (!missing(QFRadVar.s)) QFRadVar.s else paste0("Rg_fqc"),
QFRadValue = if (!missing(QFRadValue.n)) QFRadValue.n else 0,
PotRadVar = if (!missing(PotRadVar.s)) PotRadVar.s else "PotRad_NEW",
suffix = if (!missing(Suffix.s)) Suffix.s else "",
NEEVar.s, QFNEEVar.s, QFNEEValue.n, NEESdVar.s,
TempVar.s, QFTempVar.s, QFTempValue.n,
VPDVar.s, QFVPDVar.s, QFVPDValue.n, RadVar.s,
QFRadVar.s, QFRadValue.n, PotRadVar.s,
Suffix.s, controlGLPart = partGLControl())
dataset with all the specified input columns and full days in equidistant times
Variable of NEE
Quality flag of variable
Value of quality flag for _good_ (original) data
Variable of standard deviation of net ecosystem fluxes
Filled air or soil temperature variable (degC)
Quality flag of filled temperature variable
Value of temperature quality flag for _good_ (original) data
Filled Vapor Pressure Deficit, VPD (hPa)
Quality flag of filled VPD variable
Value of VPD quality flag for _good_ (original) data
Filled radiation variable
Quality flag of filled radiation variable
Value of radiation quality flag for _good_ (original) data
Variable name of potential rad. (W / m2)
string inserted into column names before
identifier for NEE column defaults
(see sEddyProc_sMDSGapFillAfterUstar
).
deprecated
deprecated
deprecated
deprecated
deprecated
deprecated
deprecated
deprecated
deprecated
deprecated
deprecated
deprecated
deprecated
deprecated
deprecated
further default parameters,
see partGLControl
The LRC fit usually weights NEE records by its uncertainty. In order
to also use
records with missing NEESdVar
, uncertainty of the missing values
is by default set
to a conservatively high value, parameterized by
controlGLPart$replaceMissingSdNEEParms)
.
Controlled by argument replaceMissingSdNEEParms
in
partGLControl
, but overruled
by argument neglectNEEUncertaintyOnMissing
.
a data.frame with columns
first column of ds
,
usually the time stamp
not used, but usually first column is a DateTime is kept
for aiding debug
NEE filtered for quality flay
standard deviation of NEE with missing values replaced
Temperature, quality filtered if isTRUE(controlGLPart$isFilterMeteoQualityFlag)
Water pressure deficit, quality filtered if isTRUE(controlGLPart$isFilterMeteoQualityFlag)
Incoming radiation
Flag that is true for daytime records
Flag that is true for nighttime records