Lewis Blake
Lewis Blake
Similar related issues: #736, #755, #762
Just opening this draft PR to see files that changed. Problems with caching of const mean I'm opening a different PR
- Alternative approach https://github.com/matplotlib/matplotlib/issues/27443#issuecomment-1840542609 - @AugustinMortier's work around for CAMS2_35b https://gitlab.met.no/cams2_35b/scripts/-/blob/main/pyaeralert/utils.py?ref_type=heads
Keep in mind that in theory pyaerocom should not need to know anything about a config file to run an Aeroval experiment. Like Jan said, the year has to come...
From a discussion with Jan at our 2023-09-11 development meeting: I understand this has been a source of some confusion in the past (for myself included). There are however a...
This is still relevant, and probably should become a GitHub Project.
> Looks good. Minimal rather internal api-changes, i.e. `col.model_id` -> `col.colocation_setup.model_id` and `eval_setup.colocation_opts["start"]` to `eval_setup.colocation_opts.start`. Please document these. > > Some no longer needed comments are still in the code...
Idea: O3 and CO both need MDA8. Therefore maybe making an operator which takes a ColocatedData object and applies for example a daily maximum of the 8 hourly mean (MDA8)...
Want a way to keep both the original timeseries and the MDA8. Expand `ColocatedDataList`?
> Looks good. I juste have to implement the logic on the frontend. From which pyaerocom version should I expect this new format? Great. >v0.16.0 should have this feature implemented....