Skip to content
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

Gas, sector coupling and electrical clustering can not be run independently #761

Open
CarlosEpia opened this issue Sep 25, 2024 · 0 comments
Assignees

Comments

@CarlosEpia
Copy link
Contributor

CarlosEpia commented Sep 25, 2024

When using spatial clustering, the argument args["network_clustering"]["active"] decides if the electrical AND gas clustering are activated. Therefore it is not possible to use one of them independently. In addition, the sector clustering has its own "active" parameter in the args, but it is only executed when the gas clustering is used.

There is a dirty provisional solution for using gas clustering alone. Set args["network_clustering"]["active"] = False initially and change it after the electrical clustering is skipped and before calling the gas clustering:

etrago.spatial_clustering()
etrago.buses_by_country()
etrago.geolocation_buses()

args["network_clustering"]["active"] = True
etrago.spatial_clustering_gas()

@CarlosEpia CarlosEpia self-assigned this Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant