Is your feature request related to a problem? Please describe.
Variables from different sources/datasets may have different units. In inferene we need to ensure that the variables we provide as inputs to the model have the expected units, i.e. the units used during training.
Describe the solution you'd like
PR ecmwf/anemoi-transform#258 adds 'units' to the variable class and functionality to check for compatibility of units. This information is part of the "dataset" metadata of the checkpoint, and we want to use it to better handle units in inference.
Steps:
Describe alternatives you've considered
No response
Additional context
Related issue in anemoi-core: ecmwf/anemoi-core#1134
Organisation
No response
Is your feature request related to a problem? Please describe.
Variables from different sources/datasets may have different units. In inferene we need to ensure that the variables we provide as inputs to the model have the expected units, i.e. the units used during training.
Describe the solution you'd like
PR ecmwf/anemoi-transform#258 adds 'units' to the variable class and functionality to check for compatibility of units. This information is part of the "dataset" metadata of the checkpoint, and we want to use it to better handle units in inference.
Steps:
Describe alternatives you've considered
No response
Additional context
Related issue in anemoi-core: ecmwf/anemoi-core#1134
Organisation
No response