WISDEM / WOMBAT

Windfarm Operations & Maintenance cost-Benefit Analysis Tool
https://wisdem.github.io/WOMBAT/
Apache License 2.0
21 stars 11 forks source link

Boolean Statuses to Events and Speed Ups #49

Closed RHammond2 closed 2 years ago

RHammond2 commented 2 years ago

This PR makes significant strides in improving the speed and memory overhead of running WOMBAT for simple and complex scenarios using the following procedural improvements:

Additionally, there is a major bug fix addressing a previously unknown issue where RepairManager would dispatch multiple servicing equipment to a single system when the servicing equipment had yet to arrive at the system for maintenance and repairs. This was solved from moving to an event-basis for status checks in place of the boolean checks, which could be easily reset.