sedos-project / data_adapter_oemof

This respository holds the data adapters to connect oemof with the OEDatamodel-concrete.
GNU Affero General Public License v3.0
0 stars 1 forks source link

Fix duplicate names for same process by counting up processes in adapter #66

Closed henhuy closed 7 months ago

henhuy commented 7 months ago

Before name was only generated from region, carrier and tech - this leads to an error if multiple processes (with same tech and carrier) are placed into same region. Thus, I simply added a counter which adds a number to the name for each process.