openego / powerd-data

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

Validate eGon100RE scenario #280

Open CarlosEpia opened 2 months ago

CarlosEpia commented 2 months ago

The eGon100RE scenario is being completed through issue #214. Once it works completely, it should be validated in its structure (loads, generation,...) and usability in eTrago. The branches that fix the problems found here are:

CarlosEpia commented 3 weeks ago

Using the first successful run of eGon100RE and the new pypsaeur results, we are getting the next problems:

CarlosEpia commented 3 weeks ago

Buses without anything connected to them ['36598', '36594', '36597', '36599', '41278', '36600', '36596', '41283', '36591', '36590', '36595', '41285', '36593', '36592'] All of them outside Germany.

Solved in #304

CarlosEpia commented 3 weeks ago

WARNING:pypsa.io:The following Store have buses which are not defined: Index(['3639', '3640', '3641', '3642', '3643', '3644', '3645', '3646', '3647', '3648', '3649', '3650', '3651', '3652'], image These stores are created during the execution of the pypsa-eur dataset and since the very beginning are connected to undefined buses.

CarlosEpia commented 3 weeks ago

There is one 380kV bus per foreign country with static loads instead of time series: image

CarlosEpia commented 3 weeks ago

There are two buses [13800, 29735] connected by a single line totally isolated. This creates problems with the clustering. image

Solved in #304

CarlosEpia commented 3 weeks ago

There are some buses [24970, 25008, 24971] connected by a single line totally isolated. This creates problems with the clustering. image Solved in #304

CarlosEpia commented 2 weeks ago

The following Links have buses which are not defined: Index(['3585', '4585']

Solved in #310

CarlosEpia commented 3 days ago

Since we are using results from pypsa-eur in the eGon100RE scenario, there are foreign buses with carriers different than only CH4 and AC as was the case for the eGon2035 scenario. The clustering process in eTraGo is throwing some warnings due to this difference. Some foreign bus carriers and links should be renamed to match the DE buses. There are also buses for batteries. This is not the case for batteries in DE, where the batteries are modelled like storage units. Here are some initial thoughts about how these particular cases should be managed: <!DOCTYPE html>

Foreign bus name | DE bus name | Foreign link name | DE link name -- | -- | -- | -- urban_central_heat | central_heat |   |   CH4_for_industry | - | To be defined | - rural_heat | rural_heat | rural_air_heat_pump and rural_ground_heat_pump | rural_heat_pump rural_water_tanks | rural_heat_store |   |   battery | - | Will be modelled as storage_units too. | Batteries are modelled as storage_units. urban_central_water_tanks | central_heat_store |   |  
CarlosEpia commented 3 days ago

This issue will be paused to give priority to the scenario path tasks. Here are listed the remaining problems that are supposed to be tackled later: