pyaerocom icon indicating copy to clipboard operation
pyaerocom copied to clipboard

Python tools for climate and air quality model evaluation

Results 137 pyaerocom issues
Sort by recently updated
recently updated
newest added

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....

aeroval-tools

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...

enhancement
good first issue
CAMS2_83

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...

enhancement
CAMS2_83

**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...

bug
CAMS2_83

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...

enhancement

**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...

enhancement

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...

enhancement

## 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....