Update README.md
Browse files
README.md
CHANGED
@@ -15,21 +15,23 @@ library_name: anemoi
|
|
15 |
Here, we introduce the **Artificial Intelligence Forecasting System (AIFS)**, a data driven forecast
|
16 |
model developed by the European Centre for Medium-Range Weather Forecasts (ECMWF).
|
17 |
|
18 |
-
The release of AIFS Single v1.0 marks the first operationally supported AIFS model. Version 1
|
19 |
-
|
20 |
-
The new version, 1.0, brings changes to the AIFS
|
21 |
|
22 |
-
- Improved performance for upper-level atmospheric variables (AIFS
|
23 |
-
- Improved
|
24 |
-
- Additional output variables, including 100 meter winds, snow-fall, solar-radiation and land variables such as soil-moisture and soil-temperature.
|
25 |
|
26 |
<div style="display: flex; justify-content: center;">
|
27 |
<img src="assets/radiation_cloudcover.gif" alt="AIFS 10 days Forecast" style="width: 50%;"/>
|
28 |
</div>
|
29 |
|
30 |
AIFS produces highly skilled forecasts for upper-air variables, surface weather parameters and
|
31 |
-
tropical cyclone tracks. AIFS
|
32 |
-
are available to the public under ECMWF’s open data policy
|
|
|
|
|
33 |
|
34 |
## Data Details
|
35 |
|
|
|
15 |
Here, we introduce the **Artificial Intelligence Forecasting System (AIFS)**, a data driven forecast
|
16 |
model developed by the European Centre for Medium-Range Weather Forecasts (ECMWF).
|
17 |
|
18 |
+
The release of AIFS Single v1.0 marks the first operationally supported AIFS model. Version 1
|
19 |
+
supersedes the existing experimental version, [0.2.1 AIFS-single](https://huggingface.co/ecmwf/aifs-single-0.2.1).
|
20 |
+
The new version, 1.0, brings changes to the AIFS Single model, including among many others:
|
21 |
|
22 |
+
- Improved performance for upper-level atmospheric variables (AIFS Single still uses 13 pressure-levels, so this improvement mainly refers to 50 and 100 hPa)
|
23 |
+
- Improved skill for total precipitation.
|
24 |
+
- Additional output variables, including 100 meter winds, snow-fall, surface solar-radiation and land variables such as soil-moisture and soil-temperature.
|
25 |
|
26 |
<div style="display: flex; justify-content: center;">
|
27 |
<img src="assets/radiation_cloudcover.gif" alt="AIFS 10 days Forecast" style="width: 50%;"/>
|
28 |
</div>
|
29 |
|
30 |
AIFS produces highly skilled forecasts for upper-air variables, surface weather parameters and
|
31 |
+
tropical cyclone tracks. AIFS Single is run four times daily alongside ECMWF’s physics-based NWP model and forecasts
|
32 |
+
are available to the public under ECMWF’s open data policy (https://www.ecmwf.int/en/forecasts/datasets/open-data).
|
33 |
+
Note that due to the non-determinism of GPUs, users will be unable to exactly reproduce an official AIFS forecast
|
34 |
+
when running AIFS Single themselves.
|
35 |
|
36 |
## Data Details
|
37 |
|