4
4
5
5
input_data :
6
6
gsp :
7
- gsp_zarr_path : /mnt/disks/nwp_rechunk/pv_gsp/pvlive_gsp.zarr
7
+ zarr_path : /mnt/disks/nwp_rechunk/pv_gsp/pvlive_gsp.zarr
8
8
interval_start_minutes : -120
9
9
interval_end_minutes : 480
10
10
time_resolution_minutes : 30
@@ -16,16 +16,16 @@ input_data:
16
16
17
17
nwp :
18
18
ukv :
19
- nwp_provider : ukv
20
- nwp_zarr_path :
19
+ provider : ukv
20
+ zarr_path :
21
21
- /mnt/disks/nwp_rechunk/nwp/ukv/UKV_intermediate_version_7.1.zarr
22
22
- /mnt/disks/nwp_rechunk/nwp/ukv/UKV_2021_missing.zarr
23
23
- /mnt/disks/nwp_rechunk/nwp/ukv/UKV_2022.zarr
24
24
- /mnt/disks/nwp_rechunk/nwp/ukv/UKV_2023.zarr
25
25
interval_start_minutes : -120
26
26
interval_end_minutes : 480
27
27
time_resolution_minutes : 60
28
- nwp_channels :
28
+ channels :
29
29
# These variables exist in the CEDA training set and in the live MetOffice live service
30
30
- t # 2-metre temperature
31
31
- dswrf # downwards short-wave radiation flux
@@ -38,20 +38,20 @@ input_data:
38
38
- vis # visibility
39
39
- si10 # 10-metre wind speed
40
40
- prate # precipitation rate
41
- nwp_image_size_pixels_height : 24
42
- nwp_image_size_pixels_width : 24
41
+ image_size_pixels_height : 24
42
+ image_size_pixels_width : 24
43
43
dropout_timedeltas_minutes : [-180]
44
44
dropout_fraction : 1.0
45
45
max_staleness_minutes : null
46
46
47
47
ecmwf :
48
- nwp_provider : ecmwf
49
- nwp_zarr_path : /mnt/disks/nwp_rechunk/nwp/ecmwf/UK_v2.zarr
48
+ provider : ecmwf
49
+ zarr_path : /mnt/disks/nwp_rechunk/nwp/ecmwf/UK_v2.zarr
50
50
interval_start_minutes : -120
51
51
interval_end_minutes : 480
52
52
time_resolution_minutes : 60
53
53
54
- nwp_channels :
54
+ channels :
55
55
- t2m # 2-metre temperature
56
56
- dswrf # downwards short-wave radiation flux
57
57
- dlwrf # downwards long-wave radiation flux
@@ -66,25 +66,25 @@ input_data:
66
66
- v10 # 10-metre V component of wind speed
67
67
68
68
# The following channels are accumulated and need to be diffed
69
- nwp_accum_channels :
69
+ accum_channels :
70
70
- dswrf
71
71
- dlwrf
72
72
- sr
73
73
- duvrs
74
74
75
- nwp_image_size_pixels_height : 12 # roughly equivalent to ukv 48
76
- nwp_image_size_pixels_width : 12 # roughly equivalent to ukv 48
75
+ image_size_pixels_height : 12 # roughly equivalent to ukv 48
76
+ image_size_pixels_width : 12 # roughly equivalent to ukv 48
77
77
dropout_timedeltas_minutes : [-360]
78
78
dropout_fraction : 1.0
79
79
max_staleness_minutes : null
80
80
81
81
sat_pred :
82
- nwp_provider : sat_pred
83
- nwp_zarr_path : /mnt/disks/sat_preds/simvp_preds/*.zarr
82
+ provider : sat_pred
83
+ zarr_path : /mnt/disks/sat_preds/simvp_preds/*.zarr
84
84
interval_start_minutes : 15
85
85
interval_end_minutes : 180
86
86
time_resolution_minutes : 15
87
- nwp_channels :
87
+ channels :
88
88
- IR_016
89
89
- IR_039
90
90
- IR_087
@@ -96,14 +96,14 @@ input_data:
96
96
- VIS008
97
97
- WV_062
98
98
- WV_073
99
- nwp_image_size_pixels_height : 24
100
- nwp_image_size_pixels_width : 24
99
+ image_size_pixels_height : 24
100
+ image_size_pixels_width : 24
101
101
dropout_timedeltas_minutes : null
102
102
dropout_fraction : 0
103
103
max_staleness_minutes : null
104
104
105
105
satellite :
106
- satellite_zarr_path :
106
+ zarr_path :
107
107
- /mnt/disks/nwp_rechunk/sat/2019_nonhrv.zarr
108
108
- /mnt/disks/nwp_rechunk/sat/2020_nonhrv.zarr
109
109
- /mnt/disks/nwp_rechunk/sat/2021_nonhrv.zarr
@@ -112,7 +112,7 @@ input_data:
112
112
interval_start_minutes : -30
113
113
interval_end_minutes : 0
114
114
time_resolution_minutes : 5
115
- satellite_channels :
115
+ channels :
116
116
- IR_016
117
117
- IR_039
118
118
- IR_087
@@ -124,7 +124,7 @@ input_data:
124
124
- VIS008
125
125
- WV_062
126
126
- WV_073
127
- satellite_image_size_pixels_height : 24
128
- satellite_image_size_pixels_width : 24
127
+ image_size_pixels_height : 24
128
+ image_size_pixels_width : 24
129
129
dropout_timedeltas_minutes : null
130
130
dropout_fraction : 0.
0 commit comments