-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Bugs in WindPlant and WindLayout
- WindPlant throws an error if certain inputs are provided in WindConfig when using FLORIS
- num_turbines is ignored if running floris, will just assume that number of turbines reflected in the farm layout provided in floris_config (in example 5 - folks may think they're running 4 turbines but they're really only running 3)
- WindLayout is not constrained to site layout and
min_spacinginput variable is not ever set to anything beyond the default create_grid()andmake_grid_lines()functions in wind_layout_tools had discrepancy in grid_angle (input as degrees increate_gridand passed as degrees intomake_grid_lines- althoughmake_grid_linesappears to assume its input as radians.
How to reproduce
- set rotor diameter in hopp_config and run with floris (example):
technologies:
wind:
rotor_diameter: 100
model_name: floris
timestep: [0,8760]
floris_config: inputs/floris/gch.yaml
- set num_turbines in hopp_config and run with with floris (example):
technologies:
wind:
num_turbines: 4
model_name: floris
timestep: [0,8760]
floris_config: inputs/floris/gch.yaml
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels