File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11v0.1.2 ()
22++++++++++++++++++++++++++++++
33
4+ New features
5+ ############
6+
7+
8+ Documentation
9+ #############
10+
11+
12+ Testing
13+ #######
14+
15+
16+ Bug fixes
17+ #########
18+
19+
420Other changes
521#############
622* Make windpowerlib work offline: turbine data from oedb is stored in a hdf5 file for offline usage
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class TurbineClusterModelChain(ModelChain):
2424 A :class:`~.wind_farm.WindFarm` object representing the wind farm or
2525 a :class:`~.wind_turbine_cluster.WindTurbineCluster` object
2626 representing the wind turbine cluster.
27- wake_losses_model : string
27+ wake_losses_model : string or None
2828 Defines the method for talking wake losses within the farm into
2929 consideration. Options: None, 'power_efficiency_curve' or
3030 'constant_efficiency' or the name of a wind efficiency curve like
@@ -82,7 +82,7 @@ class TurbineClusterModelChain(ModelChain):
8282 A :class:`~.wind_farm.WindFarm` object representing the wind farm or
8383 a :class:`~.wind_turbine_cluster.WindTurbineCluster` object
8484 representing the wind turbine cluster.
85- wake_losses_model : string
85+ wake_losses_model : string or None
8686 Defines the method for talking wake losses within the farm into
8787 consideration. Options: None, 'power_efficiency_curve' or
8888 'constant_efficiency' or the name of a wind efficiency curve like
You can’t perform that action at this time.
0 commit comments