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

Integrate minimum individual heat pump capacity #14

Open
ClaraBuettner opened this issue Feb 22, 2023 · 0 comments
Open

Integrate minimum individual heat pump capacity #14

ClaraBuettner opened this issue Feb 22, 2023 · 0 comments

Comments

@ClaraBuettner
Copy link

egon-data calculates the minimum capacity of individual heat pumps to make sure, that all houses which have a heat pump have enough capacity.
The value is written into a csv file (https://github.com/openego/eGon-data/blob/da196626a988f69a7a6020884a844d3248201a9a/src/egon/data/datasets/heat_supply/individual_heating.py#L1624-L1647).
This data needs to be used in pypsa-eur-sec, I guess in prepare_sector_network.py.
Heat pumps are added here:

n.madd("Link",
nodes[name],
suffix=f" {name} {heat_pump_type} heat pump",
bus0=nodes[name],
bus1=nodes[name] + f" {name} heat",
carrier=f"{name} {heat_pump_type} heat pump",
efficiency=efficiency,
capital_cost=costs.at[costs_name, 'efficiency'] * costs.at[costs_name, 'fixed'],
p_nom_extendable=True,
lifetime=costs.at[costs_name, 'lifetime']
)

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