diff --git a/examples/examples_turbine/001_check_turbine.py b/examples/examples_turbine/001_check_turbine.py index 7291ca60c..52a879dab 100644 --- a/examples/examples_turbine/001_check_turbine.py +++ b/examples/examples_turbine/001_check_turbine.py @@ -43,6 +43,7 @@ for t in turbines: # Set t as the turbine fmodel.set(turbine_type=[t]) + fmodel.reset_operation() # Remove any previously applied yaw angles # Since we are changing the turbine type, make a matching change to the reference wind height fmodel.assign_hub_height_to_ref_height() @@ -80,6 +81,7 @@ wind_directions=wd_array, turbulence_intensities=turbulence_intensities, ) + fmodel.reset_operation() # Remove any previously applied yaw angles fmodel.run() turbine_powers = fmodel.get_turbine_powers().flatten() / 1e3 if density == 1.225: