-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SOPFLOW able to read contingencies in PSS/E format #111
base: develop
Are you sure you want to change the base?
Conversation
@cameronrutherford, in this PR I've added a utility script. I did not see an appropriate place to put it, so made a new directory, |
The Python script I've added converts ExaGO/PTI contingency format files to PSS/E format. This was used to generate input to PowerWorld from ExaGO cases. The script should be modified, or another script added, to go the other way. At this time, I don't have time to do that. |
a68de7c
to
900f502
Compare
@abhyshr there are conflicts with the user manual that don't allow an auto-rebase, but with a re-review and perhaps some more documentation to explain the scripts added this is good to merge. |
Merge request type
Relates to
This MR updates
Summary
This PR makes SOPFLOW understand contingencies in PSS/E format. Like SCOPFLOW, the contingency file format is determined by the file extension:
.con
indicates PSSE,.cont
is the ExaGONATIVE
(PTI) format.Closes #107.