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:
|
bus['Bs'] = b['MVAR Shunt B'] |
and
|
buses[ind, 5] = b['MVAR Shunt B'] |
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:
RTS-GMLC/RTS_Data/FormattedData/MATPOWER/script.py
Line 109 in 8688552
and
RTS-GMLC/RTS_Data/FormattedData/pandapower/source_data_to_pp.py
Line 72 in 8688552
respectively.
(Or change the sign in the source data in the repositiory.)