File size: 845 Bytes
d194488
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86e64e5
d194488
 
 
 
 
2237c64
 
d194488
 
 
 
 
 
 
 
 
 
 
 
 
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: 2880
  default_history_minutes: 60
  nwp:
    ecmwf:
      forecast_minutes: 2880
      history_minutes: 60
      nwp_channels:
      - hcc
      - lcc
      - mcc
      - prate
      - sde
      - sr
      - t2m
      - tcc
      - u10
      - v10
      - dlwrf
      - dswrf
      nwp_image_size_pixels_height: 64
      nwp_image_size_pixels_width: 64
      nwp_provider: ecmwf
      nwp_zarr_path: PLACEHOLDER.zarr
      time_resolution_minutes: 60
      x_dim_name: longitude
      y_dim_name: latitude
  pv:
    n_pv_systems_per_example: 1
    pv_files_groups:
    - label: india
      pv_filename: PLACEHOLDER.netcdf
      pv_metadata_filename: PLACEHOLDER.csv
    pv_ml_ids: []
    time_resolution_minutes: 15