Grid Solutions updates - #41
Open
abdelrahman-ayad wants to merge 143 commits into
Open
Conversation
…s! before add_psy_ordc! to provide time series.
…n case service keys don't exist
…ed to 15 years. + formatting.
…ct to `run_investor_iteration`
purboday
reviewed
Jul 17, 2026
| # PRAS.SystemModel is plain arrays — safe to serialize and send to a remote worker. | ||
| # generate_pras_system is in SiennaPRASInterface (SPI), not in PRASCore (PRAS). | ||
| @timeit EMIS_TIMER "attach_outage_data" attach_outage_data_from_ext!(sys) | ||
| pras_system = @timeit EMIS_TIMER "generate_pras_system" SPI.generate_pras_system(sys, PSY.Area) |
Collaborator
There was a problem hiding this comment.
@abdelrahman-ayad Do you need to generate a PRAs system here? I thought we can directly pass a PSY system to PRAS.assess and SPI is called internally?
Pg/grid solutions
Pg/thermal capacity credits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades PSI/PSY dependencies, migrates the reliability pipeline from PSY2PRAS to SPI, adds HDF5-based results serialization, multi-threads PRAS, and refactors core simulation-creation code — plus a batch of correctness fixes and new tests.
Key changes
spi_utils.jlreplaces PSY2PRAS for outage handling and PRAS system construction..h5format.