Skip to content

Commit

Permalink
Show plots
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 26, 2019
1 parent 746b8a9 commit 4f7b945
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/example_06.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Example_06
# Step wind simulation
# Step wind simulation, and plot

from WTC_toolbox import turbine as wtc_turbine
from WTC_toolbox import sim as wtc_sim
Expand All @@ -9,7 +9,7 @@
import os

# ensure proper directory location
os.chdir('/Users/nabbas/Documents/WindEnergyToolbox/WTC_toolbox/examples')
# os.chdir('/Users/nabbas/Documents/WindEnergyToolbox/WTC_toolbox/examples')

# Load turbine model
# Initialiize a turbine class
Expand Down Expand Up @@ -46,3 +46,5 @@

# Run simulator
sim.sim_ws_series(t,ws)
plt.show()

0 comments on commit 4f7b945

Please sign in to comment.