anaprietonem
commited on
Commit
•
56aecad
1
Parent(s):
db54c52
Update README.md
Browse files
README.md
CHANGED
@@ -123,11 +123,12 @@ map_scatter(data_v021_2t_xr.latitude, data_v021_2t_xr.longitude, data_v021_2t_xr
|
|
123 |
cmap_label="Temperature (K)"
|
124 |
)
|
125 |
|
|
|
126 |
<div style="display: flex; justify-content: center;">
|
127 |
-
<img src="2t_aifs_v021.
|
128 |
</div>
|
129 |
|
130 |
-
|
131 |
|
132 |
## Training Details
|
133 |
|
@@ -139,7 +140,7 @@ AIFS is trained to produce 6-hour forecasts. It receives as input a representati
|
|
139 |
at \\(t_{−6h}\\), \\(t_{0}\\), and then forecasts the state at time \\(t_{+6h}\\).
|
140 |
|
141 |
<div style="display: flex; justify-content: center;">
|
142 |
-
<img src="aifs_diagram.png" alt="
|
143 |
</div>
|
144 |
|
145 |
The full list of input and output fields is shown below:
|
|
|
123 |
cmap_label="Temperature (K)"
|
124 |
)
|
125 |
|
126 |
+
```
|
127 |
<div style="display: flex; justify-content: center;">
|
128 |
+
<img src="2t_aifs_v021.png" alt="AIFS 2m Temperature" style="width: 50%;"/>
|
129 |
</div>
|
130 |
|
131 |
+
|
132 |
|
133 |
## Training Details
|
134 |
|
|
|
140 |
at \\(t_{−6h}\\), \\(t_{0}\\), and then forecasts the state at time \\(t_{+6h}\\).
|
141 |
|
142 |
<div style="display: flex; justify-content: center;">
|
143 |
+
<img src="aifs_diagram.png" alt="AIFS 2m Temperature" style="width: 80%;"/>
|
144 |
</div>
|
145 |
|
146 |
The full list of input and output fields is shown below:
|