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.
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.