gpp(NEE, PAR, PAR.Temp, Reco.m, allow.offset = FALSE)
reco
PAR
= 0? See details.gpp
. It is a list with the following components.nls
model structure.nls
model structure.PAR.Temp
– numeric vector with the PAR.Temp
values specified in the function call; (2) Reco
- numeric vector of corresponding $R_{eco}$ values estimated with the $R_{eco}$ model (Reco.m
); (3) offset
– Numeric value giving the offset.Real $R_{eco}$ at the time of the NEE measurement is typically unkown because neither with closed chambers nor with eddy covariance is it possible to do dark and light measurements at the same time. Therefore, $R_{eco}$ has to be modelled based on dark chamber or nighttime measurements (see (reco
). For modelling GPP from NEE chamber measurements with gpp
, the function just needs the measured NEE
, the associated PAR
and PAR.Temp
erature values and the $R_{eco}$ model (Reco.m
) that shall be used for estimating $R_{eco}$ values using the PAR.Temp
data. It doesn't matter whether the $R_{eco}$ model covers the same period as the NEE
data or is derived from a longer period of time. The latter is often better to get more reliable models.
The Michaelis Menten fit to the GPP
/PAR
relationship bases on the idea that plants (at least C3 plants) do not take up $CO_2$ when there is no PAR
. However, sometimes it happens that the Reco model gives quite unrealistic estimates for $R_{eco}$ during NEE measurements leading to an alleged considerable uptake of $CO_2$ under no or very low light conditions. This in turn leeds to unrealistic and not well fitted models. Therefore, it is possible to correct the offset (default) by not allowing an offset: allow.offset = FALSE
. The offset is determined automatically by constructing a linear model using the data points until PAR
= 500 and predicting GPP at PAR
= 0. The offset is then subtracted from all GPP values and is later automatically added when doing the diagnostic plots.
The start parameters for the non-linear fit (via nls
) are derived from the data itself. For alpha (initial slope of the curve) the slope of a linear model of GPP against PAR
constructed from the data points until PAR
= 500 is used. For GPmax the mean of the five highest GPP values is taken.
It is advisable to test various configurations regarding the $R_{eco}$ model and testing the effect of allowing the offset.
reco