how to get fi.get_farm_power for no wake conditions #792
Unanswered
Teddybear0227
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@Teddybear0227 which version of FLORIS are you currently using? You can check with these commands in your terminal: $ python
Python 3.10.4 (main, Mar 31 2022, 03:38:35) [Clang 12.0.0 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import floris
>>> floris.__version__
'3.5' |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think this is also discussed in #895 so just wanted to link |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to quantify the wake effect on wind farm power by finding the difference in power output vs wind direction with wake effect and without wake effect.
The FLORIS version I am using does not allow fi.calculate_wake(no_wake=True).
Is there any other methods which I can use fi.get_farm_power for no wake conditions? If the only option is to update FLORIS, how do I update? (I have a few turbine data inputs which I do not want to lose because of the update!!)
Sincerely,
Beta Was this translation helpful? Give feedback.
All reactions