pyaerocom
pyaerocom copied to clipboard
Python tools for climate and air quality model evaluation
Closes #965. Based on the requirements presented there, a default it set to `["maps", "evaluation", "intercomp", "overall", "infos"]`. If this default is overridden by providing a `pages` argument, **all** the...
Right now, there is a default set of AeroVal pages rendered for each experiment: - maps.php - evaluation.php - intercomp.php - overall.php - infos.php This list is harcoded in AeroVal....
MDA8
Hi everyone, The daily maximum of the 8-hourly running mean ozone concentration (MDA8) is a metric often used by the WHO, and it would be really great if the observed...
The FAIRMODE plots should be based on hourly mean data for NO2 (and not on daily or monthly means as they are now), and for ozone they should be based...
**Describe the bug** The `obs_only` and `coldata_dir` used for an obs network can not handle multiple models as it stands. Maybe make `coldata_dir` into a `col_datadirs` dict in which the...
for the moment this issue is nor my internal testing
As part of the PMF issue we want to read data from Chen 2022. It is mostly done, but requires other issues/PRs to finish Depends on: - [ ] #1118...
**Is your feature request related to a problem? Please describe.** pyaerocom has tests for the latest 3 python versions, while the main libraries, e.g. pandas, xarray, numpy require the latest...
Add possibility to add custom variables without hardcoding Hilde and others have asked for the possibility for users to add custom variables. As of now this can only be done...
## Change Summary Another step towards allowing users to specify their own custom statistics implementations. `pyaerocom.stats.stats` now provides a `register_custom_statistic()` method which allows adding a custom implementation for a statistic....