File size: 1,816 Bytes
c6af802 69d189f c6af802 546bade c6af802 36610fd 69d189f c6af802 69d189f c6af802 69d189f c6af802 37226f9 c6af802 a736457 546bade c6af802 69d189f c6af802 69d189f |
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 |
general:
description: Config for training the saved PVNet model
name: PVNet current
input_data:
default_forecast_minutes: 2880
default_history_minutes: 60
nwp:
ecmwf:
coarsen_to_degrees: 0.2
dropout_fraction: 1.0
dropout_timedeltas_minutes:
- -360
forecast_minutes: 2880.0
history_minutes: 60
max_staleness_minutes: null
nwp_channels:
- t2m
- prate
- u10
- v10
- u100
- v100
- u200
- v200
nwp_image_size_pixels_height: 84
nwp_image_size_pixels_width: 84
nwp_provider: ecmwf
nwp_zarr_path: PLACEHOLDER.zarr
time_resolution_minutes: 60
gfs:
dropout_fraction: 1.0
dropout_timedeltas_minutes:
- -300
forecast_minutes: 2160.0
history_minutes: 0
nwp_channels:
- t
- prate
- u10
- v10
- u100
- v100
nwp_image_size_pixels_height: 10
nwp_image_size_pixels_width: 10
nwp_provider: gfs
nwp_zarr_path: PLACEHOLDER.zarr
time_resolution_minutes: 180
mo_global:
dropout_fraction: 1.0
dropout_timedeltas_minutes:
- -180
forecast_minutes: 1860.0
history_minutes: 60
max_staleness_minutes: null
nwp_channels:
- temperature_sl
- wind_u_component_10m
- wind_v_component_10m
nwp_image_size_pixels_height: 50
nwp_image_size_pixels_width: 50
nwp_provider: mo_global
nwp_zarr_path: PLACEHOLDER.zarr
time_resolution_minutes: 60
wind:
n_wind_systems_per_example: 1
time_resolution_minutes: 15
wind_files_groups:
- label: india
wind_filename: /mnt/storage_ssd_4tb/india_wind_data.nc
wind_metadata_filename: /mnt/storage_ssd_4tb/india_wind_metadata2.csv
wind_ml_ids: []
|