saburq commited on
Commit
7e2d22e
Β·
1 Parent(s): 9ebc452
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: AIFS Weather Forecast 🌍
3
+ emoji: 🌦️
4
+ colorFrom: blue
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: "4.14.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ 🌍 **AIFS Weather Forecast**
13
+ Interactive visualization of ECMWF AIFS weather forecasts.
14
+
15
+ πŸ” Select how many hours ahead you want to forecast and which meteorological variable to visualize (e.g., 2m Temperature).
16
+ πŸ•’ Starting from the latest available data (2025-04-01 06:00 UTC).
17
+ πŸ“₯ Download forecast output in NetCDF format.
18
+
19
+ ![AIFS Forecast Example](./Gradio.png)
20
+