Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Dec 21, 2024
1 parent e238a90 commit 6fba5f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hercules/python_simulators/wind_sim_long_term.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ def step(self, inputs):
if self.verbose:
print("time_index = ", time_index)

#TODO THIS IS MISSING A STEP SHOULD BE SOMETHING MORE LIKE
# 1) GET FLORIS WS/WD
# 2) RUN FLORIS AND GET WAKE REDUCTIONS IN WIND SPEED AT EACH TURBINE
# 3) NOW PASS THAT WAKE REDUCED WIND SPEED TO THE FUNCTION BELOW

# Update the turbine powers given the input wind speeds and derating
self.power_mw = np.array([
self.turbine_array[t_idx].step(
Expand Down

0 comments on commit 6fba5f1

Please sign in to comment.