You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attached version of the IEEE 13-bus system has 3-phase storage and PV added to the 480-volt bus, and 1-phase storage and PV added to a single-phase, center-tap service transformer. This CPYDAR_ieee13x.zip
circuit comes from the GridAPPS-D/CIMHub project. I ran the following conversions:
ditto-cli convert --from opendss --input ./ieee13x_config.json --to json --output test
ditto-cli convert --from opendss --input ./ieee13x_config.json --to ephasor --output test
ditto-cli convert --from opendss --input ./ieee13x_config.json --to opendss --output test
ditto-cli convert --from opendss --input ./ieee13x_config.json --to gridlabd --output test
The following problems occur:
Error on unknown command giscoords, which I could mitigate by commenting the last line of Master.dss. This may be a new feature of OpenDSS and the converter should skip over it.
The two PVsystems were apparently not recognized.
The two Storage components were recognized, but not translated correctly, especially the phases that were interpreted as none
The text was updated successfully, but these errors were encountered:
The attached version of the IEEE 13-bus system has 3-phase storage and PV added to the 480-volt bus, and 1-phase storage and PV added to a single-phase, center-tap service transformer. This
CPYDAR_ieee13x.zip
circuit comes from the GridAPPS-D/CIMHub project. I ran the following conversions:
The following problems occur:
unknown command giscoords
, which I could mitigate by commenting the last line ofMaster.dss
. This may be a new feature of OpenDSS and the converter should skip over it.none
The text was updated successfully, but these errors were encountered: