You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlorisStandin, PySAM, etc could be driven by external weather signals, for example:
wind speed
wind direction
solar irradiance (multiple channels)
temperature
humidity
as well as grid signals, for example:
load profile
electricity price
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: