Instructions to use ecmwf/aifs-ens-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AnemoI
How to use ecmwf/aifs-ens-1.0 with AnemoI:
from anemoi.inference.runners.default import DefaultRunner from anemoi.inference.config.run import RunConfiguration # Create Configuration config = RunConfiguration(checkpoint = {"huggingface":"ecmwf/aifs-ens-1.0"}) # Load Runner runner = DefaultRunner(config) - Notebooks
- Google Colab
- Kaggle
Obtaining Identical Model Output using MARS Input Data?
#14
by shroffr-pw - opened
While the differing interpolation techniques of the ECMWF open data API lead to different model output compared to the official ECMWF product, would it be possible to obtain identical or very similar output compared to the official ECMWF AIFS product when using input data from MARS instead?
Hi,
Yes, if initialised from data obtained from MARS, except for GPU noise, one could expect to obtain similar output to the official product which is provided freely on opendata.
hcookie129 changed discussion status to closed