File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,11 @@ class TurbineClusterModelChain(ModelChain):
4242 The values of the wind speed time series are reduced by the chosen
4343 wind efficiency curve in :func:`~.run_model` before the power output
4444 calculations.
45- See :func:`~.wake_losses.reduce_wind_speed` and
46- :func:`~.wake_losses.get_wind_efficiency_curve` for more information.
47-
45+ See :func:`~.wake_losses.reduce_wind_speed` for more information.
46+ Use :func:`~.wake_losses.get_wind_efficiency_curve` to get a
47+ DataFrame of all provided wind efficiency curves and see the provided
48+ example on how to plot the wind efficiency curves.
49+
4850 Default: 'dena_mean'.
4951 smoothing : bool
5052 If True the power curves will be smoothed to account for the
You can’t perform that action at this time.
0 commit comments