Iterations on PSSE parser#194
Conversation
8838e48 to
4839148
Compare
|
Applied ./pflow -netfile for three different files, including Hawaii 40 https://electricgrids.engr.tamu.edu/hawaii40/. |
|
Here is what I am getting with the updated PSSE parser. The case The file that should trigger failure, Question: Why are we throwing an exception after reading poorly structured input? We could just return. |
55e2afe to
9eadd6c
Compare
|
A few questions not specific to changes:
|
118d243 to
6e38f73
Compare
I copied this logic from here.
This was also copied from the original reader. It combines the logic used for both branches and transformers here. I see that My goal has been to reproduce the result of the original reader. Any changes needed will be for you experts to decide. 😺 And I'll be happy to implement them. |
e1c04ee to
26a0fbc
Compare
|
Hawaii40 case successfully loads in pflow in both psse and matpower format. Application converges in same number of iterations but with slight differences between psse and matpower cases. Hawaii40 case also successfully loads in opflow in both psse and matpower format, but does not converge in psse format which is expected due to lack cost information Vmax and Vmin appear to be reversed when importing from raw files (see below...formatting is worse in a code block) but output correctly when importing from m files. %% bus data |
26a0fbc to
5921fee
Compare
@hambrickjc These were indeed swapped in my code. I fixed that just now. I also removed the test comparing these values, because they were also swapped in the original parser: |
5921fee to
2382212
Compare
hambrickjc
left a comment
There was a problem hiding this comment.
concerns have been addressed and the updated parser has been successfully tested against sample RAW files.
Merge request type
Relates to
This MR updates
Summary
Multiple improvements to PSSE parser:
PS)load.areadefaults to area of bus referenced byload.i)Linked Issue(s)