PyPSA / pypsa-ariadne

High resolution, sector-coupled model of the German Energy System
https://ariadneprojekt.de/en/model-documentation-pypsa/
MIT License
15 stars 6 forks source link

Links connected to non-existing urban central heat buses #242

Closed toniseibold closed 1 month ago

toniseibold commented 1 month ago

In add_existing_baseyear the following pypsa warning occurs

WARNING:pypsa.io:The following Link have buses which are not defined:
Index(['ES0 0 waste CHP', 'ES2 0 waste CHP', 'FR6 0 waste CHP',
       'IT5 0 waste CHP', 'ES0 0 waste CHP CC', 'ES2 0 waste CHP CC',
       'FR6 0 waste CHP CC', 'IT5 0 waste CHP CC'],
      dtype='object', name='name')

Apparently there are chps added to regions where there is no district heating network. This leads to warnings every time the network is imported in other rules. Furthermore, for each planning horizon the technology is extendable which leads to multiplying the links that are connected to non-existent buses.