-
Notifications
You must be signed in to change notification settings - Fork 411
feat:add lake-water-sourced heat pumps #1951
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
Open
amos-schledorn
wants to merge
26
commits into
feat-improve-ptx-excess-heat
Choose a base branch
from
lake-heat-pumps
base: feat-improve-ptx-excess-heat
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
88dd5ef
chor: integrate lake heat into existing structure
amos-schledorn 24526ee
feat: update workflow
amos-schledorn 9e9d3dc
remove obsolete comment
amos-schledorn 26f3877
fix lake heat computations
amos-schledorn 3d84902
update docs
amos-schledorn cd58ff8
feat: include lake water in supply limited heat sources
amos-schledorn 3932368
feat: add lake water heat source colors to plotting configuration
amos-schledorn 28085a4
doc: update docs and release notes
amos-schledorn b48210f
feat: add lake-water HPs to test configs
amos-schledorn 767371b
integrate HydroLAKES data into new data structure
amos-schledorn aa8bcee
Update config/config.default.yaml
amos-schledorn 18656fb
feat: add rule to retrieve lake data from HydroLAKES for Belgium
amos-schledorn 0a89f7c
fall back to Europe lake data as archive
amos-schledorn 9a97adc
Merge remote-tracking branch 'origin/master' into lake-heat-pumps
amos-schledorn 9f061d3
Merge branch 'feat-improve-ptx-excess-heat' into lake-heat-pumps
amos-schledorn e3132d6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f700376
fix: clarify preheating logic in get_sink_inlet_temperature function
amos-schledorn d85ff3a
Merge branch 'feat-improve-ptx-excess-heat' into lake-heat-pumps
amos-schledorn deefe90
Merge branch 'feat-improve-ptx-excess-heat' into lake-heat-pumps
amos-schledorn 1ccf297
feat: add lake data source configuration and heat source temperature …
amos-schledorn 863cfb0
Merge branch 'feat-improve-ptx-excess-heat' into lake-heat-pumps
amos-schledorn 31ed0ea
Merge branch 'feat-improve-ptx-excess-heat' into lake-heat-pumps
amos-schledorn 16450e4
fix lake data retrieval destination folder
amos-schledorn f7af50f
update lake data retrieval
amos-schledorn cec3d78
fix: correct lake data output path in retrieval script
amos-schledorn 638cd58
fix handling of small regions for lake heat potentials
amos-schledorn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,6 +41,7 @@ sector: | |
| - air | ||
| - geothermal | ||
| - river_water | ||
| - lake_water | ||
| - sea_water | ||
| - ptes | ||
| urban decentral: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -81,6 +81,7 @@ sector: | |
| - air | ||
| - geothermal | ||
| - river_water | ||
| - lake_water | ||
| - sea_water | ||
| - ptes | ||
| urban decentral: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,6 +53,7 @@ sector: | |
| - ptes | ||
| - river_water | ||
| - sea_water | ||
| - lake_water | ||
| - geothermal | ||
| - ptes | ||
| urban decentral: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.