-
Notifications
You must be signed in to change notification settings - Fork 207
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
Fix adding H2 export ports for land-locked countries #1229
base: main
Are you sure you want to change the base?
Conversation
Thanks, @ekatef. Can you please look into issue #1231? It is related to
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks good to me.
An alternative approach would be to add an option in export to specify whether this feature shall be included or not.
The risk of this handling is that a user may specify an export capacity but as the dataframe is empty, that is not met, thus leading to misunderstanding.
An option to disable the feature would be interesting.
This option has however architecture changes and a comment by @Eddy-JV , @hazemakhalek or @energyLS is advisable
Thanks a lot for pointing out @yerbol-akhmetov. Agree that the issues are somehow related but it feels like another "extreme case". I have tested the model for Kazakhstan (I have a test setup for the country due to some project-related reasons), and our dataset does not contain any ports which could be used to export H2. So, in this case the troubles are caused by the fact that there is no export ports, while #1231 seems to relate to the case when there are too many ports. |
Thank you @davide-f Absolutely agree that it could be probably tackled in a more consistent way, probably also keeping in mind #1231 issue mentioned by @yerbol-akhmetov @Eddy-JV @hazemakhalek @energyLS it would be very much appreciated to have your review |
Ah apologies, I was in review mode and agree there is potential duplication of PRs. |
Given the merge of the other PR, this could be resolved. |
No, personally I'm happy with the PR as it is. May be just worth to have a brief discussion with the sector-coupled team today |
What about instead of having a special fix for land-locked country we plan for:
|
Changes proposed in this Pull Request
There may be countries without see ports at all, or with ports which are not suitable for export H2. In this case adding ports for export H2 should be treated differently.
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.