-
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
Incorrect wind_oshore and rooftop installed capacity in eGon100RE #364
Comments
The problems with wind_onshore and solar are fixed in #369. There were basically two problems: the task to set bus_ids was not executed and there was a spatial join of two geodataframes with different CRS, so nothing was joined correctly. For solar_rooftop I discovered one issue when status2019 and eGon100RE are created in one run. powerd-data/src/egon/data/datasets/fill_etrago_gen.py Lines 261 to 274 in 4ca597c
So all solar_rooftop plants for eGon100RE are dropped and not inserted again since they are not in supply.egon_power_plants .
I don't know what is the best option to fix this. @CarlosEpia: Could you take a look at this when you are back at work? |
I think we should delete per scenario only generators with carriers created in supply.egon_power_plants. Change done in f22b9d8. |
@CarlosEpia: Did you already check if the problem was solved? |
In the run with both scenarios, wind onshore is there now for both scenarios, but solar rooftop is missing for eGon100RE. But it looks like your commit/branch was never merged into the run-status2019-and-egon100 branch, at least it is not in the online version. |
Right. The branch which corrects this was never merged. I just created the PR #394. |
The problem with deleted solar_rooftop plants when creating both scenarios was solved with 1ce28d9. |
The wind_oshore and rooftop installed capacities are incorrect when running the eGon100RE scenario.
The text was updated successfully, but these errors were encountered: