Replies: 3 comments 3 replies
-
Hi @pjireland , sorry on the long wait time for a response here. Let me look into this a bit more and try to get back to you next week. Generally speaking, we can continue to provide updates for v2, if there is a bug and the solution is clear, which may be the case here. I'll keep you posted. Misha |
Beta Was this translation helpful? Give feedback.
-
Hi @pjireland , I've now had a chance to take a look through your suggestion here and don't see any obvious issues. We do still support bug fixes to v2, and this does appear to me to be a "bug" (since wind direction heterogeneity, although nominally supported, is not correctly handled in We did something similar not too long ago, where #1008 provided a bug fix to v2, after which we released v2.5.2. If you'd like to open a pull request with your bug fix pointing at the v2 branch, we can go through the process of getting it merged and then release a v2.5.3 that includes the fix. |
Beta Was this translation helpful? Give feedback.
-
This issue has now been corrected in v2.5.3. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using FLORIS version 2 due to the inability to specify heterogeneous wind directions in later versions. Looking at the code, it seems that when optimizing under wind direction uncertainty, the baseline wind direction is taken as the first wind direction (
self.floris.farm.wind_map.input_direction[0]
), ignoring any specified wind direction heterogeneity.In
floris.tools.floris_interface.py::get_turbine_power
, I see the following:A possible solution is this following:
Is this something the team is aware of? Would there be a benefit to submitting a PR to resolve the issue, or are changes no longer being made to version 2?
Beta Was this translation helpful? Give feedback.
All reactions