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/
235 stars 193 forks source link

Improve demand modelling #933

Open davide-f opened 11 months ago

davide-f commented 11 months ago

Describe the feature you'd like to see

The demand inputs shall be improved. In particular some options may be:

These activities are alternative approaches that can support large-scale application of pypsa-earth and we welcome contributors :D

ekatef commented 10 months ago

A possible approach to tackle point 3 is using data from some neighbouring countries to reproduce the annual profile more or less properly and scaling the profile by the annual value. Happy to support if anyone is willing to make such an exercise :)

As a little comment, it could probably make sense to add an option to the workflow/a notebook to documentation for rescaling demand profile against annual values. As an illustration, there is a result of discrepancy assessment for one of GEGIS macro-regions:

image

Values of -100% correspond to those countries for which no demand data are currently available in our GEGIS-derived database.

ekatef commented 5 months ago

@SermishaNarayana As promised, sharing some sources on the approaches we are currently using for demand simulation.

Development

Currently, we are using Synde outputs calculated to a particular scenario and implemented into pypsa-earth workflow as a datakit (data/ssp2-2.6, where SSP2-2.6 stands for one of the Shared Socioeconomic Pathways of Intergovernmental Panel on Climate Change, and the weather data correspond to 2011, 2013 or 2018).

Academic publications

SermishaNarayana commented 5 months ago

@ekatef Thank you for sharing the sources :)