Estimate temperature sensitivity E0 within one window

partGL_FitNight_1win_E0(
  dss,
  winInfo,
  prevRes,
  isVerbose = TRUE,
  nRecInDay = 48L,
  controlGLPart = partGLControl()
)

Arguments

dss

data.frame with numeric columns NEE, sdNEE, Temp (degC) , VPD, Rg, and logical columns isNight and isDay

winInfo

one-row data.frame with window information, including iWindow

prevRes

component prevRes from previous result, here with item prevE0

isVerbose

set to FALSE to suppress messages

nRecInDay

number of records within one day (for half-hourly data its 48)

controlGLPart

list of further default parameters

Details

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.