NREL / hercules

Hercules
https://nrel.github.io/hercules/
Apache License 2.0
3 stars 7 forks source link

Provide external driving signals to various py_sims #82

Open misi9170 opened 6 months ago

misi9170 commented 6 months ago

FlorisStandin, PySAM, etc could be driven by external weather signals, for example:

as well as grid signals, for example:

These should be read in to the Hercules simulator as external_signals, similar to the way that the "wind_power_reference" is read in the WHOC example wind_farm_power_tracking_florisstandin here.

Ideally, each signals will have it's own time column, so that different signal resolutions may be passed. Also, each pysim will need to be updated to accept the external_signals

genevievestarke commented 4 months ago

@misi9170 We can close this issue, right? I think this has been addressed

misi9170 commented 4 months ago

@misi9170 We can close this issue, right? I think this has been addressed

@genevievestarke agreed, this is addressed in #76 and used in #104, and this can be treated as complete.