File size: 1,670 Bytes
805ca9b 4491e1e 805ca9b 4491e1e 805ca9b 062d170 4491e1e 22e5771 062d170 22e5771 062d170 22e5771 062d170 4491e1e 062d170 4491e1e 062d170 4491e1e 062d170 22e5771 805ca9b 4491e1e 805ca9b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
general:
description: Config for training the saved PVNet model
name: PVNet current
input_data:
default_forecast_minutes: 480
default_history_minutes: 120
gsp:
forecast_minutes: 480
gsp_zarr_path: PLACEHOLDER.zarr
history_minutes: 120
time_resolution_minutes: 30
nwp:
ecmwf:
dropout_fraction: 1.0
dropout_timedeltas_minutes:
- -180
forecast_minutes: 480
history_minutes: 120
max_staleness_minutes: null
nwp_channels:
- t2m
- dswrf
- dlwrf
- tcc
- hcc
- mcc
- lcc
- prate
nwp_image_size_pixels_height: 12
nwp_image_size_pixels_width: 12
nwp_provider: ecmwf
nwp_zarr_path: PLACEHOLDER.zarr
time_resolution_minutes: 60
ukv:
dropout_fraction: 1.0
dropout_timedeltas_minutes:
- -180
forecast_minutes: 480
history_minutes: 120
max_staleness_minutes: null
nwp_channels:
- t
- dswrf
- dlwrf
- hcc
- mcc
- lcc
- si10
- vis
- r
- prate
nwp_image_size_pixels_height: 24
nwp_image_size_pixels_width: 24
nwp_provider: ukv
nwp_zarr_path: PLACEHOLDER.zarr
time_resolution_minutes: 60
satellite:
forecast_minutes: 0
history_minutes: 90
live_delay_minutes: 60
satellite_channels:
- IR_016
- IR_039
- IR_087
- IR_097
- IR_108
- IR_120
- IR_134
- VIS006
- VIS008
- WV_062
- WV_073
satellite_image_size_pixels_height: 24
satellite_image_size_pixels_width: 24
satellite_zarr_path: PLACEHOLDER.zarr
time_resolution_minutes: 5
|