GridMod / RTS-GMLC

Reliability Test System - Grid Modernization Lab Consortium
159 stars 82 forks source link

Perscient X (reactance) factor #152

Open OriolRaventos opened 1 year ago

OriolRaventos commented 1 year ago

The source data for R, X and B is claimed to be p.u. (with a base 100 MVA I pressumed based on the original publication [https://ieeexplore.ieee.org/abstract/document/780914]()): [https://github.com/GridMod/RTS-GMLC/tree/master/RTS_Data/SourceData]()

In the documentation of Prescient it is claimed that R, B and X are also p.u. : [https://prescient.readthedocs.io/en/latest/reference/file_formats/rts-gmlc/branch.html#branch-csv]()

Then, why is so that in the code just X gets scaled by 100? See [https://github.com/GridMod/RTS-GMLC/blob/8688552bfc2d73ea58a6abcc99fe4d3e0b020f90/RTS_Data/FormattedData/Prescient/topysp.py#L65]() and [https://github.com/GridMod/RTS-GMLC/blob/8688552bfc2d73ea58a6abcc99fe4d3e0b020f90/RTS_Data/FormattedData/Prescient/topysp.py#L167]()