Unwaked turbine power outside of optimization? #361
-
Calling fi.get_farm_power(no_wake=True) still gives the waked farm power results. If I run fi.get_farm_power(no_wake=True) without having previously called calculate_wake(), the velocities array is empty and the power() function fails to run. I see that there is a related issue (Issue #271.), however this solution seems to only apply when working with the yaw optimizer on a wind rose. Currently, I am doing AEP calculations for standard situations (non-steering) and simply calling calculate_wake() followed by get_farm_power() and get_turbine_powers(). Is there an easy way I can obtain non-waked turbine-level powers in order to isolate my wake losses? Thanks! Edit:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @mr483. the |
Beta Was this translation helpful? Give feedback.
-
Hi @mr483. I just created #373. Please check that out and let me know if it works for your needs! |
Beta Was this translation helpful? Give feedback.
Hi @mr483. I just created #373. Please check that out and let me know if it works for your needs!