arras-energy / gridlabd

Arras Energy simulator
https://www.arras.energy/
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Pole module needs a warning message when `stop_on_pole_failure` is set to FALSE #19

Closed aivanova5 closed 11 months ago

aivanova5 commented 1 year ago

Background

Unless stop_on_pole_failure is set to TRUE


module poweflow {
        stop_on_pole_failure TRUE;
}

It's impossible to know whether the pole failed during a simulation unless implementing a recorder that tracks the status of all the poles. It would be nice to output a warning message to indicate that it failed, however the simulation should still continue in this scenario.