PyPSA / pypsa-eur

PyPSA-Eur: A Sector-Coupled Open Optimisation Model of the European Energy System
https://pypsa-eur.readthedocs.io/
326 stars 227 forks source link

prepare_sector_network: fix municipal waste transport links #1250

Closed p-glaum closed 4 weeks ago

p-glaum commented 4 weeks ago

Closes # (if applicable).

The problem was that the municipal waste transports links had the same index as solid biomass, and they were not added. With the new index for the municipal waste transports links, one can only take the values of the biomass_transport df, because the link indices changed.

Changes proposed in this Pull Request

Checklist

fneum commented 4 weeks ago

Thanks for fixing!