You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In pyaerocom up to current versions, units are hard-coded in variables.ini and are not user-definable. These units are used for model-input and thus the geojson contourplots on aeroval.
For collocation, the units from the measurements are used.
This makes can make units inconsistent, i.e. when plotting stations on top of contours. It might also make units inconsistent when showing All measurments at once, i.e. when different measurement-networks use different units.
To Reproduce
Steps to reproduce the behavior:
change units in variables.ini
plot contours
show contours with obs under Maps in aeroval
Expected behavior
The units from variables.ini should be used for both contours and measurements.
A modeller should be able to provide a variables.ini file overwriting the default values
Describe the bug
In pyaerocom up to current versions, units are hard-coded in
variables.ini
and are not user-definable. These units are used for model-input and thus the geojson contourplots on aeroval.For collocation, the units from the measurements are used.
This makes can make units inconsistent, i.e. when plotting stations on top of contours. It might also make units inconsistent when showing
All
measurments at once, i.e. when different measurement-networks use different units.To Reproduce
Steps to reproduce the behavior:
Maps
in aerovalExpected behavior
variables.ini
should be used for both contours and measurements.variables.ini
file overwriting the default valuesAdditional context
The text was updated successfully, but these errors were encountered: