You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_spacing input variable is not ever set to anything beyond the default
create_grid() and make_grid_lines() functions in wind_layout_tools had discrepancy in grid_angle (input as degrees in create_grid and passed as degrees into make_grid_lines - although make_grid_lines appears to assume its input as radians.
How to reproduce
set rotor diameter in hopp_config and run with floris (example):
Bugs in WindPlant and WindLayout
min_spacing
input variable is not ever set to anything beyond the defaultcreate_grid()
andmake_grid_lines()
functions in wind_layout_tools had discrepancy in grid_angle (input as degrees increate_grid
and passed as degrees intomake_grid_lines
- althoughmake_grid_lines
appears to assume its input as radians.How to reproduce
The text was updated successfully, but these errors were encountered: