G-PST / power-flow-exercise

Apache License 2.0
7 stars 6 forks source link

Capex->operations workflow example #7

Closed claytonpbarrows closed 2 years ago

claytonpbarrows commented 2 years ago
rbolgaryn commented 2 years ago

Hi @claytonpbarrows @kdheepak ,

What is the status of the mat file?

Roman

claytonpbarrows commented 2 years ago

@rbolgaryn added here: 77fed3a9251f3e0133d78bb5c6078e0d24fac3dc sorry for the delay

rbolgaryn commented 2 years ago

Thank you @claytonpbarrows !

rbolgaryn commented 2 years ago

I am getting deviations of voltage magnitude of -0.056...0.063. This is not satisfactory for the validation of results. We should clarify where the errors are coming from.

rbolgaryn commented 2 years ago

In the example_pandapower folder, I added a function to read the .mpc file and return the PyPSA network.

I think it should be checked if all assumptions I made are correct, first of all dropping the not in_service sgens.

Also, shunt elements are not imported to PyPSA. Should we:

1) remove shunts from the original grid? 2) extend the capability of PyPSA to add shunts while converting from pandapower? (preferred)

rbolgaryn commented 2 years ago

PF results should be checked for PyPSA grid to make sure that the conversion was OK

rbolgaryn commented 2 years ago

to check if the tap positions are imported correctly:

´´´python

before the pypsa import function is called:

net.trafo.tap_pos = 4

then check if network has tap position = 4

´´´