Skip to content

v0.83.1

Compare
Choose a tag to compare
@holukas holukas released this 23 Oct 14:14
· 24 commits to main since this release
3b3a48e

v0.83.1 | 23 Oct 2024

Changes

  • When detecting the frequency from the time delta of records, the inferred frequency is accepted if the most frequent
    timedelta was found for more than 50% of records (diive.core.times.times.timestamp_infer_freq_from_timedelta)
  • Storage terms are now gap-filled using the rolling median in an expanding time window (
    FluxStorageCorrectionSinglePointEddyPro._gapfill_storage_term)

Notebooks

  • Added notebook example for using the flux processing chain for CH4 flux from a subcanopy eddy covariance station (
    notebooks/Workbench/CH-DAS_2023_FluxProcessingChain/FluxProcessingChain_NEE_CH-DAS_2023.ipynb)

Bugfixes

  • Fixed info for storage term correction report to account for cases when more storage terms than flux records are
    available (FluxStorageCorrectionSinglePointEddyPro.report)

Tests

  • 50/50 unittests ran successfully

What's Changed

Full Changelog: v0.83.0...v0.83.1