Skip to content

Commit

Permalink
docs: Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Jul 15, 2024
1 parent c10882b commit 8baea26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyaerocom/stats/mda8/mda8.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ def _calc_mda8(data: xr.DataArray) -> xr.DataArray:
> ends i.e. the first calculation period for any one day will be the period from
> 17:00 on the previous day to 01:00 on that day; the last calculation period for
> any one day will be the period from 16:00 to 24:00 on that day.
Note:
-----
Calculated values will only be returned for days which have at least one datapoint
in the input dataarray to ensure that the ts does not expand.
"""
mda8 = _daily_max(_rolling_average_8hr(data))
# mda8 = mda8[:, 1:, :]
Expand Down

0 comments on commit 8baea26

Please sign in to comment.