File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ New functions
1313
1414 * power curve smoothing for taking into account the spatial distribution of wind speed
1515 * application of wake losses to a power curve
16- * application of wake losses to a wind speed time series
16+ * application of wake losses to a wind speed time series by using wind efficiency curves which are provided in the data directory
1717 * logarithmic interpolation/extrapolation for wind speed time series
1818 * gauss distribution
1919 * estimation of turbulence intensity by roughness length
@@ -31,10 +31,22 @@ Documentation
3131 * added second example section and jupyter notebook
3232
3333
34+ API changes
35+ ###########
36+
37+ * renamed attribute 'turbine_name' of WindTurbine object to 'name' to match with 'name' attribute of WindFarm and WindTurbineCluster
38+ * renamed `basic_example` to `modelchain_example`
39+ * renamed column 'values' of power curves to 'power' and column 'values' of power coefficient curves to 'power coefficient'
40+ * renamed `run_basic_example()` to `run_example()`
41+ * renamed parameter `wind_turbine` of `ModelChain` object to `power_plant`
42+ * removed parameter `density_correction` from `power_plant.power_coefficient()`
43+
44+
3445Other changes
3546#############
3647 * removed deprecated attributes (.ix)
37- * renamed examples according to modelchains
48+ * added `turbine_cluster_modelchain_example` showing the usage of the TurbineClusterModelChain
49+
3850
3951Contributors
4052############
Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ class that provides all necessary steps to calculate the power output of a
130130 Contains weather data time series.
131131 example_farm : WindFarm
132132 WindFarm object.
133- example_farm_2 : WindFarm
134- WindFarm object constant wind farm efficiency and coordinates .
133+ example_cluster : WindTurbineCluster
134+ WindTurbineCluster object.
135135
136136 """
137137
You can’t perform that action at this time.
0 commit comments