pypsa-meets-earth / pypsa-earth

PyPSA-Earth: A flexible Python-based open optimisation model to study energy system futures around the world.
https://pypsa-earth.readthedocs.io/en/latest/
207 stars 167 forks source link

Support multiple countries #981

Closed davide-f closed 4 months ago

davide-f commented 4 months ago

The code of at least prepare_sector_network is built to be used with a single country. Improvements are needed to make it extendable to more countries. The code has many "[0]" to make it work for one country, but they can lead to silent misleading when multiple countries are selected

davide-f commented 4 months ago

Ops... this is for the sec model. Closing