Instructions to use ecmwf/aifs-ens-2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- AnemoI
How to use ecmwf/aifs-ens-2.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-2.0"}) # Load Runner runner = DefaultRunner(config) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -288,12 +288,23 @@ If you use this model in your work, please cite it as follows:
|
|
| 288 |
url={https://arxiv.org/abs/2506.10868},
|
| 289 |
}
|
| 290 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 291 |
```
|
| 292 |
|
| 293 |
**APA:**
|
| 294 |
|
| 295 |
```apa
|
| 296 |
Lang, S., Leutbecher, M., & Maciel, P. (2025). A multi-scale loss formulation for learning a probabilistic model with proper score optimisation. arXiv preprint arXiv:2506.10868.
|
|
|
|
| 297 |
|
| 298 |
```
|
| 299 |
|
|
|
|
| 288 |
url={https://arxiv.org/abs/2506.10868},
|
| 289 |
}
|
| 290 |
|
| 291 |
+
@misc{lang2024aifscrps,
|
| 292 |
+
title={AIFS-CRPS: Ensemble forecasting using a model trained with a loss function based on the Continuous Ranked Probability Score},
|
| 293 |
+
author={Simon Lang and Mihai Alexe and Mariana C. A. Clare and Christopher Roberts and Rilwan Adewoyin and Zied Ben Bouallègue and Matthew Chantry and Jesper Dramsch and Peter D. Dueben and Sara Hahner and Pedro Maciel and Ana Prieto-Nemesio and Cathal O'Brien and Florian Pinault and Jan Polster and Baudouin Raoult and Steffen Tietsche and Martin Leutbecher},
|
| 294 |
+
year={2024},
|
| 295 |
+
eprint={2412.15832},
|
| 296 |
+
archivePrefix={arXiv},
|
| 297 |
+
primaryClass={physics.ao-ph},
|
| 298 |
+
url={https://arxiv.org/abs/2412.15832},
|
| 299 |
+
}
|
| 300 |
+
|
| 301 |
```
|
| 302 |
|
| 303 |
**APA:**
|
| 304 |
|
| 305 |
```apa
|
| 306 |
Lang, S., Leutbecher, M., & Maciel, P. (2025). A multi-scale loss formulation for learning a probabilistic model with proper score optimisation. arXiv preprint arXiv:2506.10868.
|
| 307 |
+
Lang, S., Alexe, M., Clare, M. C., Roberts, C., Adewoyin, R., Bouallègue, Z. B., ... & Leutbecher, M. (2024). AIFS-CRPS: Ensemble forecasting using a model trained with a loss function based on the Continuous Ranked Probability Score. arXiv preprint arXiv:2412.15832.
|
| 308 |
|
| 309 |
```
|
| 310 |
|