Skip to content

Commit e207a65

Browse files
committed
Change parameter in example
1 parent c40cd33 commit e207a65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

example/further_example.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ class that provides all necessary steps to calculate the power output of a
134134
135135
"""
136136

137+
# set efficiency of example_farm to apply wake losses
138+
example_farm.efficiency = 0.9
137139
# power output calculation for example_farm
138140
# initialise TurbineClusterModelChain with default parameters and use
139141
# run_model method to calculate power output
@@ -144,7 +146,8 @@ class that provides all necessary steps to calculate the power output of a
144146
# power output calculation for turbine_cluster
145147
# own specifications for TurbineClusterModelChain setup
146148
modelchain_data = {
147-
'wake_losses_model': 'dena_mean', # 'dena_mean' (default), None,
149+
'wake_losses_model': 'constant_efficiency', #
150+
# 'dena_mean' (default), None,
148151
# 'power_efficiency_curve',
149152
# 'constant_efficiency' or name of
150153
# a wind efficiency curve

0 commit comments

Comments
 (0)