James Fulton
commited on
Commit
·
805ca9b
1
Parent(s):
95cb8a7
add data config
Browse files- data_config.yaml +55 -0
data_config.yaml
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
general:
|
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 |
+
end_datetime: '2100-01-01T00:00:00'
|
9 |
+
forecast_minutes: 480
|
10 |
+
gsp_zarr_path: PLACEHOLDER.zarr
|
11 |
+
history_minutes: 120
|
12 |
+
metadata_only: false
|
13 |
+
start_datetime: '1900-01-01T00:00:00'
|
14 |
+
time_resolution_minutes: 30
|
15 |
+
hrvsatellite:
|
16 |
+
forecast_minutes: 0
|
17 |
+
history_minutes: 60
|
18 |
+
hrvsatellite_channels:
|
19 |
+
- HRV
|
20 |
+
hrvsatellite_image_size_pixels_height: 24
|
21 |
+
hrvsatellite_image_size_pixels_width: 24
|
22 |
+
hrvsatellite_zarr_path: ''
|
23 |
+
time_resolution_minutes: 5
|
24 |
+
nwp:
|
25 |
+
forecast_minutes: 480
|
26 |
+
history_minutes: 120
|
27 |
+
nwp_channels:
|
28 |
+
- t
|
29 |
+
- dswrf
|
30 |
+
nwp_image_size_pixels_height: 24
|
31 |
+
nwp_image_size_pixels_width: 24
|
32 |
+
nwp_zarr_path: PLACEHOLDER.zarr
|
33 |
+
time_resolution_minutes: 60
|
34 |
+
satellite:
|
35 |
+
forecast_minutes: 0
|
36 |
+
history_minutes: 90
|
37 |
+
live_delay_minutes: 60
|
38 |
+
satellite_channels:
|
39 |
+
- IR_016
|
40 |
+
- IR_039
|
41 |
+
- IR_087
|
42 |
+
- IR_097
|
43 |
+
- IR_108
|
44 |
+
- IR_120
|
45 |
+
- IR_134
|
46 |
+
- VIS006
|
47 |
+
- VIS008
|
48 |
+
- WV_062
|
49 |
+
- WV_073
|
50 |
+
satellite_image_size_pixels_height: 24
|
51 |
+
satellite_image_size_pixels_width: 24
|
52 |
+
satellite_zarr_path: PLACEHOLDER.zarr
|
53 |
+
time_resolution_minutes: 5
|
54 |
+
output_data:
|
55 |
+
filepath: not-needed
|