james-ocf commited on
Commit
4491e1e
1 Parent(s): fa51aa1

Fix data config

Browse files
Files changed (1) hide show
  1. data_config.yaml +10 -10
data_config.yaml CHANGED
@@ -2,10 +2,10 @@ general:
2
  description: Config for training the saved PVNet model
3
  name: PVNet current
4
  input_data:
5
- default_forecast_minutes: 2160
6
  default_history_minutes: 120
7
  gsp:
8
- forecast_minutes: 2160
9
  gsp_zarr_path: PLACEHOLDER.zarr
10
  history_minutes: 120
11
  time_resolution_minutes: 30
@@ -14,7 +14,7 @@ input_data:
14
  dropout_fraction: 1.0
15
  dropout_timedeltas_minutes:
16
  - -180
17
- forecast_minutes: 1980
18
  history_minutes: 120
19
  max_staleness_minutes: null
20
  nwp_channels:
@@ -26,8 +26,8 @@ input_data:
26
  - mcc
27
  - lcc
28
  - prate
29
- nwp_image_size_pixels_height: 24
30
- nwp_image_size_pixels_width: 24
31
  nwp_provider: ecmwf
32
  nwp_zarr_path: PLACEHOLDER.zarr
33
  time_resolution_minutes: 60
@@ -35,7 +35,7 @@ input_data:
35
  dropout_fraction: 1.0
36
  dropout_timedeltas_minutes:
37
  - -180
38
- forecast_minutes: 1800
39
  history_minutes: 120
40
  max_staleness_minutes: null
41
  nwp_channels:
@@ -49,8 +49,8 @@ input_data:
49
  - vis
50
  - r
51
  - prate
52
- nwp_image_size_pixels_height: 48
53
- nwp_image_size_pixels_width: 48
54
  nwp_provider: ukv
55
  nwp_zarr_path: PLACEHOLDER.zarr
56
  time_resolution_minutes: 60
@@ -70,7 +70,7 @@ input_data:
70
  - VIS008
71
  - WV_062
72
  - WV_073
73
- satellite_image_size_pixels_height: 48
74
- satellite_image_size_pixels_width: 48
75
  satellite_zarr_path: PLACEHOLDER.zarr
76
  time_resolution_minutes: 5
 
2
  description: Config for training the saved PVNet model
3
  name: PVNet current
4
  input_data:
5
+ default_forecast_minutes: 480
6
  default_history_minutes: 120
7
  gsp:
8
+ forecast_minutes: 480
9
  gsp_zarr_path: PLACEHOLDER.zarr
10
  history_minutes: 120
11
  time_resolution_minutes: 30
 
14
  dropout_fraction: 1.0
15
  dropout_timedeltas_minutes:
16
  - -180
17
+ forecast_minutes: 480
18
  history_minutes: 120
19
  max_staleness_minutes: null
20
  nwp_channels:
 
26
  - mcc
27
  - lcc
28
  - prate
29
+ nwp_image_size_pixels_height: 12
30
+ nwp_image_size_pixels_width: 12
31
  nwp_provider: ecmwf
32
  nwp_zarr_path: PLACEHOLDER.zarr
33
  time_resolution_minutes: 60
 
35
  dropout_fraction: 1.0
36
  dropout_timedeltas_minutes:
37
  - -180
38
+ forecast_minutes: 480
39
  history_minutes: 120
40
  max_staleness_minutes: null
41
  nwp_channels:
 
49
  - vis
50
  - r
51
  - prate
52
+ nwp_image_size_pixels_height: 24
53
+ nwp_image_size_pixels_width: 24
54
  nwp_provider: ukv
55
  nwp_zarr_path: PLACEHOLDER.zarr
56
  time_resolution_minutes: 60
 
70
  - VIS008
71
  - WV_062
72
  - WV_073
73
+ satellite_image_size_pixels_height: 24
74
+ satellite_image_size_pixels_width: 24
75
  satellite_zarr_path: PLACEHOLDER.zarr
76
  time_resolution_minutes: 5