Skip to content

Commit

Permalink
Merge pull request #1318 from metno/mda8-documentation
Browse files Browse the repository at this point in the history
Add link to directive to mda8 documentation
  • Loading branch information
heikoklein authored Sep 11, 2024
2 parents 8ed621a + 71152cc commit a73537f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyaerocom/stats/mda8/mda8.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ def _calc_mda8(data: xr.DataArray) -> xr.DataArray:
-----
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.
See also:
---------
https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008L0050#ntc3-L_2008152EN.01003001-E0003 (Annex XI)
"""
mda8 = _daily_max(_rolling_average_8hr(data))

Expand Down

0 comments on commit a73537f

Please sign in to comment.