james-ocf commited on
Commit
1f25161
1 Parent(s): 36a9bd1

Update data_config.yaml

Browse files
Files changed (1) hide show
  1. 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
- - t2m
22
- - dswrf
23
- - dlwrf
24
- - tcc
25
- - hcc
26
- - mcc
27
- - lcc
28
- - prate
 
 
 
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
- - t
43
- - dswrf
44
- - dlwrf
45
- - hcc
46
- - mcc
47
- - lcc
48
- - si10
49
- - vis
50
- - r
51
- - prate
 
 
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