peterdudfield commited on
Commit
7a179d1
·
verified ·
1 Parent(s): 0561e73

Update data_config.yaml

Browse files
Files changed (1) hide show
  1. data_config.yaml +4 -2
data_config.yaml CHANGED
@@ -32,8 +32,10 @@ input_data:
32
  - dlwrf
33
  - dswrf
34
  - duvrs
35
- nwp_image_size_pixels_height: 42
36
- nwp_image_size_pixels_width: 42
 
 
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