NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
68 stars 36 forks source link

GridLAB-d to OpenDSS conversion #330

Open asavasci opened 4 years ago

asavasci commented 4 years ago

I am trying to convert IEEE_4_node gridlab-d model into an opendss format using ditto-cli tool. However, I am getting the following error Log file currently not supported, please contact the developers for information on how to generate log files

I would be glad if you guide me on this.

kdheepak commented 4 years ago

Can you paste here what you are trying to run? If you can share a reproducible example that would be great.

On Fri, Jun 12, 2020, 10:44 PM Alper Savasci notifications@github.com wrote:

I am trying to convert IEEE_4_node gridlab-d model into an opendss format using ditto-cli tool. However, I am getting the following error Log file currently not supported, please contact the developers for information on how to generate log files

I would be glad if you guide me on this.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NREL/ditto/issues/330, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN2VAOKCS4XRISC2STRJG3RWL7ZRANCNFSM4N42J23Q .

asavasci commented 4 years ago

This is the file that I am trying to convert IEEE_4_node.zip ditto-cli converts the glm file attached here, however solution does matches with original solution. OpenDSS_modelbyditto.zip

kdheepak commented 4 years ago

How are you trying to convert it? Are you running it from the command line? Can you share the full stacktrace or a screenshot?

asavasci commented 4 years ago

Yes, using command line ditto-cli convert --from gridlabd --input C:\Users\alper\Desktop\grid4node\IEEE_4_node.glm --to opendss --output C:\Users\alper\Desktop\grid4node and getting Log file currently not supported, please contact the developers for information on how to generate log files

asavasci commented 4 years ago

I modified generated OpenDSS files, then I obtained meaningful but not same results. The issues that I am seeing in generated file is sourcebus cannot be connected to the node1 automatically. Thus, I modified the line New Line.node1-node2 Units=km Length=0.6096 bus1=sourcebus.1.2.3 bus2=node2.1.2.3 switch=n enabled=y phases=3 Linecode=3P_OH_Code0 specifying the sourcebus as the sending end bus of the first line segment in Line.DSS.

Also modifying, New Circuit.Full_Network
as New Circuit.Full_Network basekV=12.47 phases=3 in master.DSS.

OpenDSS_2_byditto.zip