R/PartitioningLasslop10Nighttime.R
partGL_FitNight_1win_E0.Rd
Estimate temperature sensitivity E0 within one window
partGL_FitNight_1win_E0(
dss,
winInfo,
prevRes,
isVerbose = TRUE,
nRecInDay = 48L,
controlGLPart = partGLControl()
)
data.frame with numeric columns NEE, sdNEE, Temp (degC) , VPD, Rg, and logical columns isNight and isDay
one-row data.frame with window information, including iWindow
component prevRes from previous result, here with item prevE0
set to FALSE to suppress messages
number of records within one day (for half-hourly data its 48)
list of further default parameters
Estimation of respiration at reference temperature (RRef) and temperature sensitivity (E0) for one window of night-time data.
The reference temperature is taken as the median of the temperatures of
valid records, unless a fixed reference temperature (in degree Celsius) is
specified by argument controlGLPart$fixedTRefAtNightTime
.