james-ocf commited on
Commit
5ed2b17
1 Parent(s): 1f25161

Update data_config.yaml

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