File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ New functions
1515 * application of wake losses to a power curve
1616 * 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
18- * gauss distribution
18+ * gauss distribution (needed for power curve smoothing)
1919 * estimation of turbulence intensity by roughness length
2020 * retrieve power curves from Open Energy Database
2121
@@ -36,10 +36,10 @@ Documentation
3636API changes
3737###########
3838
39- * renamed attribute ' turbine_name' of WindTurbine object to ' name' to match with ' name' attribute of WindFarm and WindTurbineCluster
39+ * renamed attribute ` turbine_name` of WindTurbine class to ` name` to match with ` name` attribute of WindFarm and WindTurbineCluster class
4040 * renamed `basic_example` to `modelchain_example`
4141 * renamed column 'values' of power curves to 'power' and column 'values' of power coefficient curves to 'power coefficient'
42- * renamed `run_basic_example()` to `run_example()`
42+ * renamed `run_basic_example()` to `run_example()` in `modelchain_example`
4343 * renamed parameter `wind_turbine` of `ModelChain` object to `power_plant`
4444 * removed parameter `density_correction` from `power_plant.power_coefficient()`
4545
You can’t perform that action at this time.
0 commit comments