-
Notifications
You must be signed in to change notification settings - Fork 337
refactor: allocate heat pump CAPEX on heat bus #1714
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
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
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.
unit="MWh_th", | ||
) | ||
|
||
ptes_direct_utilisiation_profile = ( |
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.
typo
supplemental_heating: | ||
enable: false | ||
booster_heat_pump: false | ||
booster_technologies: [] |
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.
Looks like you've branched from another feature and not the main branch, meaning we should wait with merging this PR until the boosting feature is merged.
Thanks @TomKae00 ! |
Regeneration concern: new PR |
Closed in favour of #1748 |
Changes proposed in this Pull Request
This PR builds on #1711 and refines how heat pump investment costs are calculated:
The capital cost for the booster heat pump of the ptes have been defined as:
Explanation
The formula above ensures we only charge for the additional heat provided by boosting, rather than the total stream through the link. Since the model’s heat output for the booster reflects only the added energy, the ratio term appropriately scales the capital cost.
Testing
Results
Heat Balances for each Sector:
Urban Central
Urban decentral
Rural
Checklist
envs/environment.yaml
.config/config.default.yaml
.doc/configtables/*.csv
.doc/data_sources.rst
.doc/release_notes.rst
is added.