-
Notifications
You must be signed in to change notification settings - Fork 19
Project/411 lo ma 14a optimization with virtual generators #562
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
Draft
joda9
wants to merge
55
commits into
dev
Choose a base branch
from
project/411_LoMa_14aOptimization_with_virtual_generators
base: dev
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.
Draft
Project/411 lo ma 14a optimization with virtual generators #562
joda9
wants to merge
55
commits into
dev
from
project/411_LoMa_14aOptimization_with_virtual_generators
Conversation
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
…tunnel internally
- Check if the database host contains 'toep' by examining engine.url.host. - If connected to a TOEP database, apply logic to translate table names accordingly.
…mitations' into project/411-LoMa
…t-working-ssh-tunnel-limitations' into project/411-LoMa
- Automatically set `EDisGo.TimeSeries.timeindex` to the default year of the database if it is empty. # - Added a logger warning to inform users about the default behavior and recommend setting the `timeindex` explicitly using `EDisGo.set_timeindex()`. # On branch feature/#456-feature-set-default-timeindex-in-edisgoset_time_series_active_power_predefined
…-timeindex-in-edisgoset_time_series_active_power_predefined Fix missing timeindex in set_time_series_active_power_predefined
…x in set_time_series_active_power_predefined
…-timeindex-in-edisgoset_time_series_active_power_predefined Overwrite timeindex if given timeindex differs from existing timeinde…
…-timeindex-in-edisgoset_time_series_active_power_predefined add logging and correct timeindex variable handling
…rts-not-working-ssh-tunnel-limitations
…-timeindex-in-edisgoset_time_series_active_power_predefined Feature/#456 feature set default timeindex in edisgoset time series active power predefined
…ompatibility-with-egon-project-data' into project/411-LoMa
…t-working-ssh-tunnel-limitations' into project/411-LoMa
- Replaced direct use of copy.deepcopy with custom copy method in two places. - Added a new `copy` method to the `EDisGo` class, supporting both shallow and deep copies while excluding the SQLAlchemy engine from being copied. - Ensured proper restoration of the SQLAlchemy engine after copying.
…t-working-ssh-tunnel-limitations Refactor object copying in EDisGo class
…on to allow networks without switches
… by nominal power
…strict function if None
…name in Config class
Add Python version badge and skip deprecated tests
Refactor queue management using Turnstyle
…erators - Added support for §14a curtailment in EDisGo class and related functions. - Introduced new parameters and documentation for curtailment settings in `edisgo.py` and `powermodels_io.py`. - Created virtual generators for heat pumps in the PowerModels dictionary to simulate curtailment. - Implemented constraints for curtailment in the Julia OPF module, including binary coupling and minimum net load constraints. - Updated power balance constraints to account for the impact of virtual generators on net load. - Enhanced objective functions to minimize curtailment support. - Added time budget constraints for daily and total usage of curtailment support. - Included debug logging for better traceability of curtailment operations.
…th power and binary variables
… integration and improved load handling
…mps and charging points
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.
Description
Please include a summary of the change and which issue is fixed.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Checklist:
pre-commithooks