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.
In
add_existing_baseyear
the following pypsa warning occursApparently 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.