Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Jan 30, 2025
1 parent c4b4c63 commit 6f24097
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions hercules/python_simulators/wind_sim_long_term.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
from scipy.interpolate import interp1d
from scipy.stats import circmean

# Note time in this non-helics framework will take some thinking but thinking that it will be something like this:
# 1. The weather data will provide Timestamps per row with some actual date time
# Note time in this non-helics framework will take some thinking but thinking
# that it will be something like this:
# 1. The wind input data will provide Timestamps per row with some actual date time
# 2. Solar data should be similar
# 3. Market data should be similar
# 4. The starttime and endtime in the hercules input file will be in seconds and relative to the start of the weather data
# 4. The starttime and endtime in the hercules input file will be in seconds
# and relative to the start of the wind input data


class WindSimLongTerm:
Expand Down

0 comments on commit 6f24097

Please sign in to comment.