Optimize yaw in parallel for larger wind parks #680
-
Hi there, I have been trying parallel execution with 16 workers (just the cores available on my laptop, see some specs below) for a wind farm > 100 turbines, expanding on the example of 12_optimize_yaw_in_parallel.py. I noticed that it struggles with parks of 100 turbines or larger. What is your experience with it? Pieter |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Thanks for the question! I don't have a ready answer but I believe the deepest dive done on this question was done by @RHammond2 and found this was fundamentally a memory issue, but perhaps we can look at this again in v3.4 and see what we can find. @rafmudaf any thoughts? |
Beta Was this translation helpful? Give feedback.
-
How long does it take for your optimization to complete, approximately? For what it's worth, I have successfully used the parallel computing interface for well over 100 wind turbines for both AEP evaluations and yaw optimizations without problems. My local machine has an i9-11950H with 64GB RAM. Though, I do tend to move towards our HPC for 100+ turbine wind farms. If you're looking to speed things up, you could try:
|
Beta Was this translation helpful? Give feedback.
How long does it take for your optimization to complete, approximately?
For what it's worth, I have successfully used the parallel computing interface for well over 100 wind turbines for both AEP evaluations and yaw optimizations without problems. My local machine has an i9-11950H with 64GB RAM. Though, I do tend to move towards our HPC for 100+ turbine wind farms.
If you're looking to speed things up, you could try: