Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,8 @@ license: cc-by-4.0
|
|
| 3 |
metrics:
|
| 4 |
- mse
|
| 5 |
pipeline_tag: graph-ml
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# AIFS Single - v0.2.1
|
|
@@ -50,7 +52,7 @@ To view a copy of this licence, visit https://creativecommons.org/licenses/by/4.
|
|
| 50 |
|
| 51 |
|
| 52 |
- **Repository:** [Anemoi](https://anemoi-docs.readthedocs.io/en/latest/index.html)
|
| 53 |
-
|
| 54 |
- **Paper:** https://arxiv.org/pdf/2406.01465
|
| 55 |
|
| 56 |
## How to Get Started with the Model
|
|
@@ -64,7 +66,7 @@ step-by-step workflow is specified to run the AIFS using the HuggingFace model:
|
|
| 64 |
- Get the data from the [ECMWF Open Data API](https://www.ecmwf.int/en/forecasts/datasets/open-data)
|
| 65 |
- Get input fields
|
| 66 |
- Add the single levels fields and pressure levels fields
|
| 67 |
-
- Convert geopotential height into
|
| 68 |
- Create the initial state
|
| 69 |
3. **Load the Model and Run the Forecast**
|
| 70 |
- Download the Model's Checkpoint from Hugging Face
|
|
@@ -220,5 +222,4 @@ Lang, S., Alexe, M., Chantry, M., Dramsch, J., Pinault, F., Raoult, B., ... & Ra
|
|
| 220 |
|
| 221 |
## More Information
|
| 222 |
|
| 223 |
-
[More Information Needed](https://arxiv.org/pdf/2406.01465)
|
| 224 |
-
|
|
|
|
| 3 |
metrics:
|
| 4 |
- mse
|
| 5 |
pipeline_tag: graph-ml
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
---
|
| 9 |
|
| 10 |
# AIFS Single - v0.2.1
|
|
|
|
| 52 |
|
| 53 |
|
| 54 |
- **Repository:** [Anemoi](https://anemoi-docs.readthedocs.io/en/latest/index.html)
|
| 55 |
+
is an open-source framework for creating machine learning (ML) weather forecasting systems, which ECMWF and a range of national meteorological services across Europe have co-developed.
|
| 56 |
- **Paper:** https://arxiv.org/pdf/2406.01465
|
| 57 |
|
| 58 |
## How to Get Started with the Model
|
|
|
|
| 66 |
- Get the data from the [ECMWF Open Data API](https://www.ecmwf.int/en/forecasts/datasets/open-data)
|
| 67 |
- Get input fields
|
| 68 |
- Add the single levels fields and pressure levels fields
|
| 69 |
+
- Convert geopotential height into geopotential
|
| 70 |
- Create the initial state
|
| 71 |
3. **Load the Model and Run the Forecast**
|
| 72 |
- Download the Model's Checkpoint from Hugging Face
|
|
|
|
| 222 |
|
| 223 |
## More Information
|
| 224 |
|
| 225 |
+
[More Information Needed](https://arxiv.org/pdf/2406.01465)
|
|
|