Update data_config.yaml
Browse files- data_config.yaml +23 -18
data_config.yaml
CHANGED
@@ -18,14 +18,17 @@ input_data:
|
|
18 |
history_minutes: 120
|
19 |
max_staleness_minutes: null
|
20 |
nwp_channels:
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
29 |
nwp_image_size_pixels_height: 12
|
30 |
nwp_image_size_pixels_width: 12
|
31 |
nwp_provider: ecmwf
|
@@ -39,16 +42,18 @@ input_data:
|
|
39 |
history_minutes: 120
|
40 |
max_staleness_minutes: null
|
41 |
nwp_channels:
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
|
|
|
|
52 |
nwp_image_size_pixels_height: 24
|
53 |
nwp_image_size_pixels_width: 24
|
54 |
nwp_provider: ukv
|
|
|
18 |
history_minutes: 120
|
19 |
max_staleness_minutes: null
|
20 |
nwp_channels:
|
21 |
+
- t # 2-metre temperature
|
22 |
+
- dswrf # downwards short-wave radiation flux
|
23 |
+
- dlwrf # downwards long-wave radiation flux
|
24 |
+
- hcc # high cloud cover
|
25 |
+
- mcc # medium cloud cover
|
26 |
+
- lcc # low cloud cover
|
27 |
+
- sde # snow depth water equivalent
|
28 |
+
- r # relative humidty
|
29 |
+
- vis # visibility
|
30 |
+
- si10 # 10-metre wind speed
|
31 |
+
- prate # precipitation rate
|
32 |
nwp_image_size_pixels_height: 12
|
33 |
nwp_image_size_pixels_width: 12
|
34 |
nwp_provider: ecmwf
|
|
|
42 |
history_minutes: 120
|
43 |
max_staleness_minutes: null
|
44 |
nwp_channels:
|
45 |
+
- t2m # 2-metre temperature
|
46 |
+
- dswrf # downwards short-wave radiation flux
|
47 |
+
- dlwrf # downwards long-wave radiation flux
|
48 |
+
- hcc # high cloud cover
|
49 |
+
- mcc # medium cloud cover
|
50 |
+
- lcc # low cloud cover
|
51 |
+
- tcc # total cloud cover
|
52 |
+
- sde # snow depth water equivalent
|
53 |
+
- sr # direct solar radiation
|
54 |
+
- duvrs # downwards UV radiation at surface
|
55 |
+
- u10 # 10-metre U component of wind speed
|
56 |
+
- v10 # 10-metre V component of wind speed
|
57 |
nwp_image_size_pixels_height: 24
|
58 |
nwp_image_size_pixels_width: 24
|
59 |
nwp_provider: ukv
|