partGLControlLasslopCompatible.Rd
Daytime flux partitioning parms compatible with with the pvWave
partGLControlLasslopCompatible(nBootUncertainty = 0L,
minNRecInDayWindow = 10L, isAssociateParmsToMeanOfValids = FALSE,
isLasslopPriorsApplied = TRUE, isUsingLasslopQualityConstraints = TRUE,
isBoundLowerNEEUncertainty = FALSE, fixedTRefAtNightTime = 15,
isExtendTRefWindow = FALSE, smoothTempSensEstimateAcrossTime = FALSE,
isRefitMissingVPDWithNeglectVPDEffect = FALSE,
minPropSaturation = NA, isNeglectVPDEffect = FALSE,
replaceMissingSdNEEParms = c(NA, NA),
neglectNEEUncertaintyOnMissing = TRUE,
...)
0: Derive uncertainty from curvature of a single fit, neglecting the uncertainty of previously estimated temperature sensitivity, E0
Minimum number of 10 valid records for regression in a single window
associate parameters to the first record of the window for interpolation instead of mean across valid records inside a window
Apply fixed Lasslop priors in LRC fitting.
avoid quality constraints additional to the ones in Lasslop 2010
FALSE: avoid adjustment of very low uncertainties before day-Time fitting that avoids the high leverage those records with unreasonable low uncertainty.
use fixed (degree Centigrade) temperature sensitivity instead of median data temperature as reference temperature in estimation of temperature sensitivity from night data
avoid successively extending the night-time window in order to estimate a temperature sensitivity where previous estimates failed
FALSE: use independent estimates of temperature sensitivity on each windows instead of a vector of E0 that is smoothed over time
FALSE: avoid
repeating estimation with isNeglectVPDEffect = TRUE
NA: avoid quality constraint of sufficient saturation in data This option is overruled, i.e. not considered, if option isUsingLasslopQualityConstraints = TRUE.
FALSE: do not neglect VPD effect
do not replace missing NEE, but see option
if there are records with missing uncertainty of NEE inside one window, set all sdNEE to 1. This overrules option replaceMissingSdNEEParms.
further arguments to partGLControl
partGLControlLasslopCompatible()
#> $LRCFitConvergenceTolerance
#> [1] 0.001
#>
#> $nLRCFitConvergenceTolerance
#> [1] 0.001
#>
#> $nBootUncertainty
#> [1] 0
#>
#> $minNRecInDayWindow
#> [1] 10
#>
#> $isAssociateParmsToMeanOfValids
#> [1] FALSE
#>
#> $isLasslopPriorsApplied
#> [1] TRUE
#>
#> $isUsingLasslopQualityConstraints
#> [1] TRUE
#>
#> $isSdPredComputed
#> [1] TRUE
#>
#> $isFilterMeteoQualityFlag
#> [1] FALSE
#>
#> $isBoundLowerNEEUncertainty
#> [1] FALSE
#>
#> $fixedTRefAtNightTime
#> [1] 15
#>
#> $isExtendTRefWindow
#> [1] FALSE
#>
#> $smoothTempSensEstimateAcrossTime
#> [1] FALSE
#>
#> $isNeglectPotRadForNight
#> [1] FALSE
#>
#> $isNeglectVPDEffect
#> [1] FALSE
#>
#> $isRefitMissingVPDWithNeglectVPDEffect
#> [1] FALSE
#>
#> $fixedTempSens
#> E0 sdE0 RRef
#> 1 NA NA NA
#>
#> $replaceMissingSdNEEParms
#> [1] NA NA
#>
#> $neglectNEEUncertaintyOnMissing
#> [1] TRUE
#>
#> $minPropSaturation
#> [1] NA
#>
#> $useNightimeBasalRespiration
#> [1] FALSE
#>