| 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: [] |
|
|