-
Notifications
You must be signed in to change notification settings - Fork 187
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
Add the option to define, create and remove subregions #1046
base: main
Are you sure you want to change the base?
Add the option to define, create and remove subregions #1046
Conversation
The approach is very interesting and it accounts for the problem of the demand rescaling that the previous formulation had.
What do you think? Multiple opinions by other developers are highly desiderable too |
Interesting @davide-f! Most of the challange this draft made really happens in the process of turning However, I would like for the subregion to be defined before A good compromise maybe is the way similar to how My main concern is the way in which the renewables in offshore regions are impacted. The current method also cuts the eez zone into subregions as well. How accurate is the voronoi in That's my 2 cents. I'll see you in the meeting. |
Could you remind what are the problems in the simplifying you were experiencing?
Mmm I need to better explore this; we are aware of problems in the eez, but I didn't get well how this PR relates to that unfortunately |
Closes #788 (the simulate subregion part)
When creating subregions, its loads and existing renewable capacity will be empty. Hence it is recommended to use this additional tools as well
Here is an example of countries divided into subregions:
Changes proposed in this Pull Request
in snakemake
in build_shapes:
in add_electricity:
in build_demand_profiles:
in build_powerplants:
in simplify_network:
in test/config.custom.yaml
note:
Checklist
envs/environment.yaml
anddoc/requirements.txt
.config.default.yaml
andconfig.tutorial.yaml
.test/
(note tests are changing the config.tutorial.yaml)doc/configtables/*.csv
and line references are adjusted indoc/configuration.rst
anddoc/tutorial.rst
.doc/release_notes.rst
is amended in the format of previous release notes, including reference to the requested PR.