Lewis Blake

Results 87 comments of Lewis Blake

Pyaerocom 28.04.25: 1. Make a generic config function. 2. Move the important functionality of `gridded_io_aux.py` into `pyaerocom/aeroval` where the example configs are.

Check the times again for precision. More generally speaking, we should probably reconsider how we collocated with hourly data, whether we want to actually use timestamps from the model, how,...

This has to do with how variables are displayed on the maps. The renaming which occurs on the main web page does not seem to be applied to the maps...

Plan is to use the new-ish pyaro post-processing to convert `ug m-3` to `ppb` for SINCA, rather than convert the observations. In general, we should use ppb for NO2 and...

This is complicated by the fact that https://github.com/metno/pyaerocom/blob/1c2ebbbf4d2a609f9fad09eeeb4199cc78fff6f1/pyaerocom/aeroval/glob_defaults.py#L18 inherits from `NamedTuple`, so it expects everything to be the same length. I attempted to fix this by adding e.g., `scale_monthly`, but...