-
Notifications
You must be signed in to change notification settings - Fork 218
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
Index hydro units by their location #1346
base: main
Are you sure you want to change the base?
Conversation
This PR is architectural and requires review. @yerbol-akhmetov , it would be nice if you may have time for a revision too. Checks have been performed on the "tutorial" configuration with/without alternative clustering. legend:
|
Hi, @davide-f. Great thanks for trying to resolve the issue. I have run the PR locally for Nigeria (not tutorial) for Voronoi and alternative clustering. Here is the comparison of inflows: This is what I got for Nigeria simulation only. With the new PR, the inflow data is assigned to plant represented by buses. My next plan is to run for US and see the dispatch. |
@davide-f, what can I check for Nigeria additionally? |
Great! Seems you are reproducing the results and the numbers are consistent. I would see no problems in merging this PR given the above results. A test on US would be interesting but not necessary. |
I am not sure if it will resolve the issues in the US model. I was not able to test the PR for the US yet. I will try that close to weekends. |
Hi, @davide-f. I have tried the PR for the US with alternative clustering. Unfortunately, the total inflow and generation were the same as in the upstream, but I think it was expected, as you said that this was the first step towards reorganiztion of alternative clustering method. |
That's a pity! though it seems this PR creates no further harm. FYI @ekatef |
Thanks a lot for great work @davide-f and @yerbol-akhmetov ! @davide-f Do I understand properly the PR is ready for review? If so, happy (and very curious) to have a look. At the first glance, it appears that the new implementation it a great step to improve the clarity and quality of the code |
Closes #1331
Changes proposed in this Pull Request
This PR aims at resolving indexing conflicts with hydro units and is a first step into revising alternative clustering.
This PR:
This, however, means that we no longer have the time series for locations that do not have hydro units.
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.