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
Proofing/styling
#2
by willbecker - opened
Fixed some typos, rearranged some text and tweaked some formatting. Note: in the data section, not sure what " If one wants to retrieve precipitation from Open data, the units will be mm" means - does this mean retrieving from our forecasts? If so, we could put a link there. Also isn't mm^3/mm^2 the same as mm? (likely ignorant question from engineer POV :-))
Yeah retrieving from IFS for initial conditions, and yes they are the same, but mean something from a spatial point of view
hcookie129 changed pull request status to merged