Yaw optimization with disabled turbines #1016
Replies: 1 comment 2 replies
-
Hi @MiguelMarante , Thank you for raising this and sharing your example code. This is a bug, to do with the I'll try to work on a bugfix in the coming days. In the meantime, you may be able to create a workaround by using a combination of the Again, thanks for bringing this to our attention. I hope we'll be able to provide a suitable fix reasonably quickly. Misha |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I want to implement yaw optimization for a time-series, taking into account that different turbines are not operational at different time records.
Below is an example for a time-series with two records: the mid-stream turbine is disabled in the first record, and the upstream turbine is disabled in the second. The results show that this information is ignored in the optimization procedure.
Is there a workaround to ensure these turbines are completely excluded from the optimization?
Note: I am using Floris v4.1 in this example.
Best regards,
Miguel Marante
CODE:
Beta Was this translation helpful? Give feedback.
All reactions