File size: 1,332 Bytes
f8ed73e 263741e f8ed73e bfd6ccc f8ed73e 91239cd f8ed73e 8facd77 f8ed73e 91239cd 8facd77 f8ed73e 91239cd bc5bfcf 91239cd bc5bfcf 91239cd f8ed73e b1b4bf2 f8ed73e bc5bfcf 91239cd 8facd77 bc5bfcf 91239cd f8ed73e 91239cd |
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 |
general:
description: Config for training the saved PVNet model
name: PVNet current
input_data:
gsp:
dropout_fraction: 0
dropout_timedeltas_minutes: null
forecast_minutes: 2160
history_minutes: 120
time_resolution_minutes: 30
gsp_zarr_path: PLACEHOLDER.zarr
nwp:
ecmwf:
nwp_channels:
- t2m
- dswrf
- dlwrf
- hcc
- mcc
- lcc
- tcc
- sde
- sr
- duvrs
- u10
- v10
dropout_fraction: 1.0
dropout_timedeltas_minutes:
- -180
nwp_image_size_pixels_height: 12
nwp_image_size_pixels_width: 12
forecast_minutes: 2220
history_minutes: 120
max_staleness_minutes: null
nwp_provider: ecmwf
time_resolution_minutes: 60
nwp_zarr_path: PLACEHOLDER.zarr
ukv:
nwp_channels:
- t
- dswrf
- dlwrf
- hcc
- mcc
- lcc
- sde
- r
- vis
- si10
- wdir10
- prate
dropout_fraction: 1.0
dropout_timedeltas_minutes:
- -180
nwp_image_size_pixels_height: 24
nwp_image_size_pixels_width: 24
forecast_minutes: 1800
history_minutes: 120
max_staleness_minutes: null
nwp_provider: ukv
time_resolution_minutes: 60
nwp_zarr_path: PLACEHOLDER.zarr
|