Graph Machine Learning
AnemoI
English
jpxkqx commited on
Commit
18e6b7d
·
verified ·
1 Parent(s): 29e5c90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -86,7 +86,17 @@ Use the code below to get started with the model.
86
 
87
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
 
89
- {{ training_data | default("[More Information Needed]", true)}}
 
 
 
 
 
 
 
 
 
 
90
 
91
  ### Training Procedure
92
 
 
86
 
87
  <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
 
89
+ AIFS is trained to produce 6-hour forecasts. It receives as input a representation of the atmospheric states
90
+ at \\(t_{−6h}\\), \\(t_{0}\\), and then forecasts the state at time \\(t_{+6h}\\).
91
+
92
+ The full list of input and output fields is shown below:
93
+
94
+ | Field | Level type | Input/Output |
95
+ |-------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|--------------|
96
+ | Geopotential, horizontal and vertical wind components, specific humidity, temperature | Pressure level: 50,100, 150, 200, 250,300, 400, 500, 600,700, 850, 925, 1000 | Both |
97
+ | Surface pressure, mean sea-level pressure, skin temperature, 2 m temperature, 2 m dewpoint temperature, 10 m horizontal wind components, total column water | Surface | Both |
98
+ | Total precipitation, convective precipitation | Surface | Output |
99
+ | Land-sea mask, orography, standard deviation of sub-grid orography, slope of sub-scale orography, insolation, latitude/longitude, time of day/day of year | Surface | Input |
100
 
101
  ### Training Procedure
102