-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate eGon100RE scenario #280
Comments
Using the first successful run of eGon100RE and the new pypsaeur results, we are getting the next problems: |
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 |
WARNING:pypsa.io:The following Store have buses which are not defined: Edit: This problem was fixed in 42d8a30 |
There are two buses [13800, 29735] connected by a single line totally isolated. This creates problems with the clustering. Solved in #304 |
There are some buses [24970, 25008, 24971] connected by a single line totally isolated. This creates problems with the clustering. |
The following Links have buses which are not defined: Solved in #310 |
…nto test-branch-egon100re-29-08-24
…nto test-branch-egon100re-08-09-24
…ing-cossborder-lines fixes/#280-validate-egon100_missing-cossborder-lines
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:
Edit: We did several changes in the carrier names. Batteries are still modelled as a store-link-bus combination in pypsa-eur because the StorageUnit option did not worked. We kept it like this and added a function in eTraGo that combines the store-link-bus combination to a storage unit. |
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:
|
…gn-buses Fixes/#280 overwritten ch4 foreign buses
This problem was fixed in 42d8a30 |
Apart from one comment in #285 (comment), the problems listed here have been already solved or disappeared in the new pypsa-eur and power-data runs. @CarlosEpia: Is it fine for you if I close this issue, since we now have newer issues for the validation (#387)? |
Agree. |
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:
The text was updated successfully, but these errors were encountered: