bgctw / REddyProc

Processing data from micrometeorological Eddy-Covariance systems
57 stars 31 forks source link

Use mean temperature sensitivity for years where no temperature sensitivity can be estimated. #29

Closed bgctw closed 5 years ago

bgctw commented 5 years ago

Currently, if there is a year where no respiration~temperature relationship could be established in any time window, the daytime partitioning quits with an error.

Replace this behavior by issuing a warning and use the mean temperature sensitivity of the other years for the year in question. Use a reasonable upper standard deviation: a bit higher than the a robust maximum: quantile(sdE0, 0.9) * 1.2