-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit German CO2 sequestration in each investment year (#170)
* add_func: use same function for add_max/min_capacity_limits to avoid boilerplate code repetition * add_func: stores in add_{min/max}_limits; limit DE co2 sequestration Extend the functions add_{min/max}_limits in additional_functionality.py to allow stores. Add limits to DE CO2 sequestration based on feasibility constraints. E.g. since EU target for 2030 is 50 MtCO2/a sequestration in Net Zero Industry Act, limit DE to 10 MtCO2/a, then relax with subsequent years. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * check if constraint exists inside loop --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Michael Lindner <michaellindner@posteo.de> Co-authored-by: Micha <michaellindner@pik-potsdam.de>
- Loading branch information
1 parent
0bd5246
commit d87f4af
Showing
2 changed files
with
60 additions
and
89 deletions.
There are no files selected for viewing
This file contains 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 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