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 35 forks source link

Error with PV System conversion - Synergi --> OpenDSS #354

Open risjain opened 3 years ago

risjain commented 3 years ago

Hi,

I am converting a model from Synergi to OpenDSS. When writing to OpenDSS, I see following errors:

1) Incorrect connecting buses. All the buses had the same bus1 info. (Possibly an error in reading from Synergi - past conversions from other formats to OpenDSS has not had this issue).

2) Incorrect power factor: Synergi presents power factor in percentage (100, 95, etc) - which OpenDSS uses ratio (1, 0.95, etc). It would be useful to have a generic check on the pf being read from one format before writing it into the other.

3) Pmpp does not correctly translates from Synergi to OpenDSS. All the Pmpp values in the OpenDSS output files were set to 0.01.

Thanks a lot for looking into this.