Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,6 @@ pipeline_tag: graph-ml
|
|
12 |
Here, we introduce the **Artificial Intelligence Forecasting System (AIFS)**, a data driven forecast
|
13 |
model developed by the European Centre for Medium-Range Weather Forecasts (ECMWF).
|
14 |
|
15 |
-
AIFS is based on a graph neural network (GNN) encoder and decoder, and a sliding window transformer processor,
|
16 |
-
and is trained on ECMWF’s ERA5 re-analysis and ECMWF’s operational numerical weather prediction (NWP) analyses.
|
17 |
-
It has a flexible and modular design and supports several levels of parallelism to enable training on
|
18 |
-
high resolution input data. AIFS forecast skill is assessed by comparing its forecasts to NWP analyses
|
19 |
-
and direct observational data.
|
20 |
-
|
21 |
We show that AIFS produces highly skilled forecasts for upper-air variables, surface weather parameters and
|
22 |
tropical cyclone tracks. AIFS is run four times daily alongside ECMWF’s physics-based NWP model and forecasts
|
23 |
are available to the public under ECMWF’s open data policy.
|
@@ -28,7 +22,11 @@ are available to the public under ECMWF’s open data policy.
|
|
28 |
|
29 |
<!-- Provide a longer summary of what this model is. -->
|
30 |
|
31 |
-
|
|
|
|
|
|
|
|
|
32 |
|
33 |
- **Developed by:** {{ developers | default("[More Information Needed]", true)}}
|
34 |
- **Funded by [optional]:** {{ funded_by | default("[More Information Needed]", true)}}
|
|
|
12 |
Here, we introduce the **Artificial Intelligence Forecasting System (AIFS)**, a data driven forecast
|
13 |
model developed by the European Centre for Medium-Range Weather Forecasts (ECMWF).
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
We show that AIFS produces highly skilled forecasts for upper-air variables, surface weather parameters and
|
16 |
tropical cyclone tracks. AIFS is run four times daily alongside ECMWF’s physics-based NWP model and forecasts
|
17 |
are available to the public under ECMWF’s open data policy.
|
|
|
22 |
|
23 |
<!-- Provide a longer summary of what this model is. -->
|
24 |
|
25 |
+
AIFS is based on a graph neural network (GNN) encoder and decoder, and a sliding window transformer processor,
|
26 |
+
and is trained on ECMWF’s ERA5 re-analysis and ECMWF’s operational numerical weather prediction (NWP) analyses.
|
27 |
+
It has a flexible and modular design and supports several levels of parallelism to enable training on
|
28 |
+
high resolution input data. AIFS forecast skill is assessed by comparing its forecasts to NWP analyses
|
29 |
+
and direct observational data.
|
30 |
|
31 |
- **Developed by:** {{ developers | default("[More Information Needed]", true)}}
|
32 |
- **Funded by [optional]:** {{ funded_by | default("[More Information Needed]", true)}}
|