Conversation
amos-schledorn
pushed a commit
that referenced
this pull request
May 2, 2025
* Update test.yaml * Update test.yaml
26 tasks
7 tasks
amos-schledorn
added a commit
that referenced
this pull request
May 16, 2025
* feat: add basic ATES support * chor: add docs and exception handling * feat: update ATES script to include marginal cost charger and correct input references * feat: extend TES charger ratio constraints to include aquifer storage * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * feat: add coverage checks for district heating areas and aquifers in ATES calculations * feat: add marginal cost charger parameter and include countries in ATES potentials rule * test: make inhouse test runs more stable (#1669) * Update test.yaml * Update test.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * feat: pass allow_ates flag to prepare_sector_network * docs: update release notes * chor: turn on ates by default temporarily to run CI * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Revert "chor: turn on ates by default temporarily to run CI" This reverts commit 9cb07f9. * docs: update data sources * feat: enable ATES in test configs * fix: update ignore-words-list in codespell configuration * refactor: rename "aquifer storage" to "aquifer thermal energy storage" * fix: rename "allow" to "enable" for ATES configuration in multiple files * fix: remove unnecessary deep copy in ates_potential_per_onshore_region function * fix: rename "allow" to "enable" for ATES configuration in prepare_sector_network.py * feat: add option to ignore missing aquifer data * fix: update e_nom_max assignment for aquifer thermal energy storage in add_heat function * fix: pass ignore_missing_regions correctly * fix: pass ignore_missing_regions parameter to check_aquifer_coverage function * fix: correct parameter name for enabling ATES in prepare_sector_network script --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lukas Trippe <[email protected]>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Small fix for inhouse test runs to remove the previously installed package from the env file first.