Skip to content
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

PSSE Raw files Version 34 #921

Open
aditya-834 opened this issue Jul 1, 2024 · 2 comments
Open

PSSE Raw files Version 34 #921

aditya-834 opened this issue Jul 1, 2024 · 2 comments

Comments

@aditya-834
Copy link

aditya-834 commented Jul 1, 2024

I have a raw file for the WECC 240 bus model created using PSSE V34 and i am facing errors when trying to parse the file. Is there support for V34 raw files? or are there ways to get rid of these errors
image

@hei06j
Copy link
Contributor

hei06j commented Jul 7, 2024

I believe PowerModels parser is for version 33, but you can convert v34 to v33 using the package https://github.com/jbarberia/PSSE34to33.

@jbarberia
Copy link
Contributor

I think this would be a great addition to the package, as adapting data coming from newer PSSE formats is quite tedious but easy.
There are not many differences between RAW 33 and RAW 34, the main changes are:

  • 12 rates instead of 3 (Rate A, B, and C).
  • The node breaker model, which could be represented as buses and switches in PowerModels.

I'm not sure about the best way to structure this addition, but one possibility could be to have separate pti33.jl and pti34.jl files in the io folder for parsing the respective files, or including a conversion step from V34 to V33 to allow code reuse.

@ccoffrin How do you think the best implementation of a parser for RAW 34 could be? How could it be integrated with what was discussed in #894?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants