Update data_config.yaml
Browse files- data_config.yaml +9 -11
data_config.yaml
CHANGED
@@ -6,13 +6,12 @@ input_data:
|
|
6 |
dropout_fraction: 0
|
7 |
dropout_timedeltas_minutes: null
|
8 |
forecast_minutes: 480
|
9 |
-
|
10 |
-
interval_start_minutes: -120
|
11 |
time_resolution_minutes: 30
|
12 |
-
|
13 |
nwp:
|
14 |
ecmwf:
|
15 |
-
|
16 |
- t2m
|
17 |
- dswrf
|
18 |
- dlwrf
|
@@ -28,12 +27,11 @@ input_data:
|
|
28 |
dropout_fraction: 1.0
|
29 |
dropout_timedeltas_minutes:
|
30 |
- -180
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
interval_start_minutes: -120
|
36 |
max_staleness_minutes: null
|
37 |
-
|
38 |
time_resolution_minutes: 60
|
39 |
-
|
|
|
6 |
dropout_fraction: 0
|
7 |
dropout_timedeltas_minutes: null
|
8 |
forecast_minutes: 480
|
9 |
+
history_minutes: 120
|
|
|
10 |
time_resolution_minutes: 30
|
11 |
+
gsp_zarr_path: PLACEHOLDER.zarr
|
12 |
nwp:
|
13 |
ecmwf:
|
14 |
+
nwp_channels:
|
15 |
- t2m
|
16 |
- dswrf
|
17 |
- dlwrf
|
|
|
27 |
dropout_fraction: 1.0
|
28 |
dropout_timedeltas_minutes:
|
29 |
- -180
|
30 |
+
nwp_image_size_pixels_height: 12
|
31 |
+
nwp_image_size_pixels_width: 12
|
32 |
+
forecast_minutes: 480
|
33 |
+
history_minutes: 120
|
|
|
34 |
max_staleness_minutes: null
|
35 |
+
nwp_provider: ecmwf
|
36 |
time_resolution_minutes: 60
|
37 |
+
nwp_zarr_path: PLACEHOLDER.zarr
|