Open OriolRaventos opened 1 year ago
In the paper [https://ieeexplore.ieee.org/abstract/document/780914](), the buses with MVAR Shunt B different from zero have a positive sign, whereas in the source in this repository it has negative sign.
MATLAB and PandaPower use positive numbers for the load, so I think that they probably need to change the signs of MVAR Shunt B in lines:
https://github.com/GridMod/RTS-GMLC/blob/8688552bfc2d73ea58a6abcc99fe4d3e0b020f90/RTS_Data/FormattedData/MATPOWER/script.py#L109
and
https://github.com/GridMod/RTS-GMLC/blob/8688552bfc2d73ea58a6abcc99fe4d3e0b020f90/RTS_Data/FormattedData/pandapower/source_data_to_pp.py#L72
respectively.
(Or change the sign in the source data in the repositiory.)
In the paper [https://ieeexplore.ieee.org/abstract/document/780914](), the buses with MVAR Shunt B different from zero have a positive sign, whereas in the source in this repository it has negative sign.
MATLAB and PandaPower use positive numbers for the load, so I think that they probably need to change the signs of MVAR Shunt B in lines:
https://github.com/GridMod/RTS-GMLC/blob/8688552bfc2d73ea58a6abcc99fe4d3e0b020f90/RTS_Data/FormattedData/MATPOWER/script.py#L109
and
https://github.com/GridMod/RTS-GMLC/blob/8688552bfc2d73ea58a6abcc99fe4d3e0b020f90/RTS_Data/FormattedData/pandapower/source_data_to_pp.py#L72
respectively.
(Or change the sign in the source data in the repositiory.)