Add OpenRESV library to repos.json#75
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new repository entry to the repo registry so the tooling can discover and classify OpenRESV releases.
Changes:
- Register
OpenRESVwith GitHub location and extra search paths. - Define branch mapping and support policy by version range.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "support": [ | ||
| ["prerelease", "noSupport"], | ||
| [">=1.0.0", "experimental"], | ||
| ["*", "obsolete"] | ||
| ] |
There was a problem hiding this comment.
Thanks for the review! The ["*", "obsolete"] wildcard catch-all is the established convention used consistently across all entries in repos.json (see e.g. OpenHPL, NeuralNetwork, ScalableTestGrids, BidiDCDC, etc.). Changing it to an explicit range for this entry alone would be inconsistent with the rest of the file. Happy to follow the maintainers' preference if they'd like a different approach.
OpenRESV (Open Instance Renewable Energy Source Validation) is an open-source Modelica library focused on modeling and validation of WECC-based renewable energy models. It includes customized renewable energy source models validated against Power Hardware-in-the-Loop (PHIL) experiments, along with a minimal set of power system components from OpenIPSL.
Support level set to
experimental. The library is designed to run in OpenModelica and the README includes step-by-step instructions for doing so.