Skip to content

Commit

Permalink
Add config for windnet batches
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Nov 28, 2023
1 parent 929f65d commit 72e3329
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions configs/datamodule/configuration/leonardo_wind_configuration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
general:
description: WindNet configuration for Leonardo
name: windnet_india

input_data:
default_forecast_minutes: 480
default_history_minutes: 60

sensor:
sensor_filename: /mnt/storage_ssd_4tb/ASOS/asos_india.nc
sensor_variables:
- wind_speed_knots
nwp:
nwp_zarr_path: "/mnt/storage_b/data/ocf/solar_pv_nowcasting/nowcasting_dataset_pipeline/NWP/ECMWF/nw-india/zarr/*.zarr.zip"
history_minutes: 60
forecast_minutes: 480
time_resolution_minutes: 60
nwp_channels:
- t # live = t2m
- dswrf
- dlwrf
- hcc
- mcc
- lcc
- vis
- r # live = r2
- prate # live ~= rprate
- si10 # 10-metre wind speed | live = unknown
nwp_image_size_pixels_height: 96
nwp_image_size_pixels_width: 96

output_data:
filepath: "not-needed"

0 comments on commit 72e3329

Please sign in to comment.