File size: 860 Bytes
120cac3
 
 
 
 
 
 
 
 
 
 
 
 
0bc344f
eb73bf9
0bc344f
 
eb73bf9
0bc344f
 
 
 
eb73bf9
0bc344f
 
 
 
 
 
eb73bf9
 
 
 
 
 
 
0bc344f
 
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
general:
  description: Config for training the saved PVNet model
  name: PVNet current
input_data:
  default_forecast_minutes: 480
  default_history_minutes: 120
  gsp:
    dropout_fraction: 0
    dropout_timedeltas_minutes: null
    forecast_minutes: 480
    gsp_zarr_path: PLACEHOLDER.zarr
    history_minutes: 120
    time_resolution_minutes: 30
  nwp:
    ukv:
      dropout_fraction: 1.0
      dropout_timedeltas_minutes:
      - -180
      forecast_minutes: 480.0
      history_minutes: 120
      max_staleness_minutes: null
      nwp_channels:
      - t
      - dswrf
      - dlwrf
      - hcc
      - mcc
      - lcc
      - sde
      - r
      - vis
      - si10
      - 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