pnnl / oedisi_dopf

OpenEDI - System Integration (OEDI-SI) - PNNL Distributed Optimal Power Flow (DOPF)
https://data.openei.org/oedi_si
Other
4 stars 2 forks source link

Topology output reports base_voltage_angle units is degrees but is actually radians. #24

Open nathantgray opened 2 months ago

nathantgray commented 2 months ago

This is at least the case with the OMOO output on ieee123 bus case.

nathantgray commented 2 months ago

solutions: feeder_federate/sender_cosim.py:184 -- either add units="radians" or convert phases to degrees. base_voltageangle = VoltagesAngle(values=phases, ids=list(feeder_voltages.ids.data), units="radians")