peterdudfield
commited on
Update data_config.yaml
Browse files- data_config.yaml +4 -2
data_config.yaml
CHANGED
@@ -32,8 +32,10 @@ input_data:
|
|
32 |
- dlwrf
|
33 |
- dswrf
|
34 |
- duvrs
|
35 |
-
|
36 |
-
|
|
|
|
|
37 |
nwp_provider: ecmwf
|
38 |
nwp_zarr_path: PLACEHOLDER.zarr
|
39 |
time_resolution_minutes: 60
|
|
|
32 |
- dlwrf
|
33 |
- dswrf
|
34 |
- duvrs
|
35 |
+
# its actually 42, but current in ocf-datapipes, we take a spartial crop first, and then
|
36 |
+
# coardsen to 0.2 degrees (the live data is in 0.1 degrees)
|
37 |
+
nwp_image_size_pixels_height: 84
|
38 |
+
nwp_image_size_pixels_width: 84
|
39 |
nwp_provider: ecmwf
|
40 |
nwp_zarr_path: PLACEHOLDER.zarr
|
41 |
time_resolution_minutes: 60
|