AEP Calculate Problem #787
Answered
by
donghyeoncheon
donghyeoncheon
asked this question in
Q&A
Replies: 2 comments 4 replies
-
@donghyeoncheon can you share the optimized yaw angle file or describe how you created it? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Please refer to the code above for the layout. I used the method of exporting the optimize values of FLORIS and other optimization algorithms to a CSV file, and then importing them to recalculate the AEP. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
donghyeoncheon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code below is part of the code I am currently working on to calculate AEP (Annual Energy Production). However, I am facing issues with setting wind direction and wind speed, specifically regarding
FlorisInterface.reinitialize
for wind directions. Can you suggest a solution?Is there anything specific to check when saving yaw optimization values to a CSV file and importing them later? The reason is that when calculating AEP, Geometrics, Scipy, and SR all produce the same values.
Below is the code that produces identical values. It may be a somewhat frustrating question, but I would appreciate your advice
Also, how can I overcome the "dimension 0, 1, 2" error in the third case? Could I get some advice?
I've tried using "reshape" and working with arrays, but the "dimension 0, 1, 2" error keeps occurring. I'm sorry for asking simple questions.
Beta Was this translation helpful? Give feedback.
All reactions