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

Endogenous steel and endogenous hvc config #166

Open
toniseibold opened this issue Aug 13, 2024 · 0 comments
Open

Endogenous steel and endogenous hvc config #166

toniseibold opened this issue Aug 13, 2024 · 0 comments

Comments

@toniseibold
Copy link
Contributor

When setting config endogenous_steel: true and endogenous_hvc: true, the loads appear as NaN.
This is due to add_industry in prepare_sector_network.
Somehow the variable p_set is not grouped for each node which can be added as
p_set = p_set.groupby(level="node").sum()

For further investigation it would be crucial to know whether this is a pypsa-eur or pypsa-ariadne problem.

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