Daniel Heinesen
Daniel Heinesen
Adds possibility to add custom variables without hardcoding ## Related issue number Fix #1146 ## Checklist * [x] Start with a draft-PR * [x] The PR title is a good...
Adds possibility for extra fields from pyaro. Is dependent on PRs #1115 and #1102, so they should be merged before this PR ## Related issue number fix #1118 ## Checklist...
## Change Summary Adds some variables and emep variables need by Gunnar for pollen evaluation. ## Related issue number No related issue ## Checklist * [x] Start with a draft-PR...
Readers from pyaro can add custom metadata, as the old pyaerocom reader could do. This is as of now not supported by the pyaro reader. The reader only saves a...
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...
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...
We might want to use aggregated species that exist in variables.ini, but not in some observations. If these species have the method of aggregation in there names, we can use...
To make pyaerocom usable for external users, as well as for internal users, all assumptions that lustre is/should be connected should be removed
We need to use a scalpel to separate each part into it's own projects. It will make development, maintenance, documentation and use easier. Suggested parts should be 1. pyaerocom: colocation,...
Then colocate_time=True, model values are removed where you have nan obs. The reverse is not the case. This is to fix that. See #736