Instructions to use ecmwf/aifs-single-1.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AnemoI
How to use ecmwf/aifs-single-1.1 with AnemoI:
from anemoi.inference.runners.default import DefaultRunner from anemoi.inference.config.run import RunConfiguration # Create Configuration config = RunConfiguration(checkpoint = {"huggingface":"ecmwf/aifs-single-1.1"}) # Load Runner runner = DefaultRunner(config) - Notebooks
- Google Colab
- Kaggle
How to interpolate from N320 to 0.25°longitude-latitude grid?
#6
by alexandermakarov - opened
Hello everyone,
I'm now trying to interpolate from the model's output(N320) to 0.25°longitude-latitude grid.
I have tried with earthkit.regrid module, but the result isn't good enough.
Can anybody explain me about the spatial interpolation method the ECMWF is using?
Thanks
Please could you clarify what you mean by the results not being good enough?