openego / powerd-data

GNU Affero General Public License v3.0
1 stars 0 forks source link

Annual heat demand scaling #154

Open ulfmueller opened 8 months ago

ulfmueller commented 8 months ago

@ClaraBuettner can you specify the task and pass it on to @IsGut ?

Sure:

The spatial and temporal distribution of heat demands does not depend on the scenario. But the overall heat demand, as well as the district heating share, can be given for each year. For the scenario status2019, I used data from the 'AG Energiebilanzen', I guess they also have data for other years. So far, I looked up the data and hard-coded it into the scenario parameters. The later scripts directly use those parameters, so you basically need to add the values for the newer scenario years. There will be better ways than just inserting data manual, soo feel free to improve this... The current implementation for 2019 looks like this:

https://github.com/openego/powerd-data/blob/835791978bef9e9e69241ee097751997e6d3788c/src/egon/data/datasets/scenario_parameters/parameters.py#L1115-L1125

I added links to the original sources in the code. If you have any questions, just leave a comment here.