NREL / ROSCO_toolbox

A repository for generating ROSCO controller input files and more.
http://rosco-toolbox.readthedocs.io/
Apache License 2.0
23 stars 20 forks source link

Kp_float Update #29

Closed dzalkind closed 3 years ago

dzalkind commented 3 years ago

This PR slightly alters the way Kp_float is selected. Previously, Kp_float was based on the first above-rated index, but that can sometimes be very large, especially when we changed the array of wind speeds. Here, we interpolate to use rated wind speed + 0.5 m/s, which results in a similar gain to the one we used before; it has been tested/used in the weis branch and repo.

dzalkind commented 3 years ago

This has been updated in #31.