You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using power_curve instead of power_coefficient_curve the output exceedance drops to 2,18% which exactly matches the ratio of max. power (2350.25) to the nominal power (2300).
Concerning the power curves it would be interesting how manufacturers set the nominal power of a wind turbine: obviously it's not necessarily the maximum output of the power curve
I recalculated the cp-curve of your turbine to a power curve using standard air density (see the script here):
As you can see the values originating from the cp curve are highly fluctuating around the highest power value in the power curve.
Thus, I'd like to recommend you to calculated with power curves for now.
However, lets keep up the discussion about the cp curves!
Does this problem persist or did you solve it by using the power curve.
We could add something like a "force_to_max" method that will force the output to the nominal output if the wind_speed is above a specific value. But this is only needed if there is a power coefficient curve but no power curve. Actually everybody is already free to do this in a post processing.
Activity
nesnoj commentedon Feb 7, 2019
When using
power_curve
instead ofpower_coefficient_curve
the output exceedance drops to 2,18% which exactly matches the ratio of max. power (2350.25) to the nominal power (2300).So it seems to be a cp-related issue..
SabineHaas commentedon Feb 7, 2019
Thank you for reporting and for the example!
As you can see the values originating from the cp curve are highly fluctuating around the highest power value in the power curve.
Thus, I'd like to recommend you to calculated with power curves for now.
However, lets keep up the discussion about the cp curves!
nesnoj commentedon Feb 7, 2019
Thanks for your quick reply and the plot!
That's quite some fluctuation.. I'll use the power curve for now until we have better data.
Cheers
use power_curve for WEC instead of power_coefficient curve for standa…
uvchik commentedon Feb 14, 2020
Does this problem persist or did you solve it by using the power curve.
We could add something like a "force_to_max" method that will force the output to the nominal output if the wind_speed is above a specific value. But this is only needed if there is a power coefficient curve but no power curve. Actually everybody is already free to do this in a post processing.
I cannot gauge the importance of this problem.