-
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.
Merge pull request #129 from PyPSA/database-pypsa-de
Preparation for public model Pypsa-DE
- Loading branch information
Showing
10 changed files
with
350 additions
and
54 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# SPDX-FileCopyrightText: : 2017-2024 The PyPSA-Eur Authors | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
run: | ||
prefix: 20240627public_db | ||
name: | ||
- 8Gt_Bal_v3 | ||
# - 8Gt_Elec_v3 | ||
# - 8Gt_H2_v3 | ||
scenarios: | ||
enable: true | ||
manual_file: config/scenarios.public.yaml | ||
file: config/scenarios.automated.yaml | ||
shared_resources: | ||
policy: base #stops recalculating | ||
exclude: | ||
- existing_heating.csv # specify files which should not be shared between scenarios | ||
- costs | ||
- retrieve_cost # This is necessary to save retrieve_cost_data_{year}.log in the correct folder | ||
|
||
iiasa_database: | ||
db_name: ariadne | ||
leitmodelle: | ||
general: REMIND-EU v1.1 | ||
buildings: REMod v1.0 | ||
transport: DLR | ||
transport_stock: DLR-VECTOR21 | ||
industry: FORECAST v1.0 | ||
scenarios: | ||
- 8Gt_Bal_v3 | ||
- 8Gt_Elec_v3 | ||
- 8Gt_H2_v3 | ||
reference_scenario: 8Gt_Bal_v3 | ||
region: Deutschland |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,174 @@ | ||
# -*- coding: utf-8 -*- | ||
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
|
||
8Gt_Bal_v3: | ||
iiasa_database: | ||
reference_scenario: 8Gt_Bal_v3 | ||
fallback_reference_scenario: 8Gt_Bal_v3 | ||
co2_budget_DE_source: KSG | ||
|
||
costs: | ||
horizon: "mean" | ||
NEP: 2023 | ||
transmission: "overhead" # either overhead line ("overhead") or underground cable ("underground") | ||
|
||
# boundary condition of maximum volumes | ||
limits_volume_max: | ||
# constrain electricity import in TWh | ||
electricity_import: | ||
DE: | ||
2020: -20 | ||
2025: 0 | ||
2030: 0 | ||
2035: 40 | ||
2040: 80 | ||
2045: 125 | ||
electrolysis: | ||
DE: | ||
2020: 0 | ||
2025: 5 | ||
2030: 45 | ||
2035: 130 | ||
2040: 215 | ||
2045: 300 | ||
h2_derivate_import: | ||
DE: | ||
2020: 0 | ||
2025: 0 | ||
2030: 10 | ||
2035: 105 | ||
2040: 200 | ||
2045: 300 | ||
h2_import: | ||
DE: | ||
2020: 0 | ||
2025: 5 | ||
2030: 15 | ||
2035: 115 | ||
2040: 220 | ||
2045: 325 | ||
limits_volume_min: | ||
electrolysis: | ||
DE: | ||
2020: 0 | ||
2025: 0 | ||
2030: 0 | ||
2035: 0 | ||
2040: 0 | ||
2045: 0 | ||
|
||
8Gt_Elec_v3: | ||
iiasa_database: | ||
reference_scenario: 8Gt_Elec_v3 | ||
fallback_reference_scenario: 8Gt_Elec_v3 | ||
co2_budget_DE_source: KSG | ||
|
||
costs: | ||
horizon: "mean" | ||
NEP: 2023 | ||
transmission: "overhead" # either overhead line ("overhead") or underground cable ("underground") | ||
|
||
limits_volume_max: | ||
# constrain electricity import in TWh | ||
electricity_import: | ||
DE: | ||
2020: -20 | ||
2025: 0 | ||
2030: 0 | ||
2035: 50 | ||
2040: 100 | ||
2045: 150 | ||
electrolysis: | ||
DE: | ||
2020: 0 | ||
2025: 5 | ||
2030: 45 | ||
2035: 95 | ||
2040: 145 | ||
2045: 200 | ||
h2_derivate_import: | ||
DE: | ||
2020: 0 | ||
2025: 0 | ||
2030: 10 | ||
2035: 70 | ||
2040: 130 | ||
2045: 200 | ||
h2_import: | ||
DE: | ||
2020: 0 | ||
2025: 5 | ||
2030: 10 | ||
2035: 90 | ||
2040: 170 | ||
2045: 250 | ||
limits_volume_min: | ||
electrolysis: | ||
DE: | ||
2020: 0 | ||
2025: 0 | ||
2030: 0 | ||
2035: 0 | ||
2040: 0 | ||
2045: 0 | ||
|
||
8Gt_H2_v3: | ||
iiasa_database: | ||
reference_scenario: 8Gt_H2_v3 | ||
fallback_reference_scenario: 8Gt_H2_v3 | ||
co2_budget_DE_source: KSG | ||
|
||
costs: | ||
horizon: "mean" | ||
NEP: 2023 | ||
transmission: "overhead" # either overhead line ("overhead") or underground cable ("underground") | ||
|
||
limits_volume_max: | ||
# constrain electricity import in TWh | ||
electricity_import: | ||
DE: | ||
2020: -20 | ||
2025: 0 | ||
2030: 0 | ||
2035: 30 | ||
2040: 70 | ||
2045: 100 # scenario guidelines | ||
|
||
# constrain hydrogen import in TWh | ||
h2_import: | ||
DE: | ||
2020: 0 | ||
2025: 5 | ||
2030: 45 # scenario guidelines | ||
2035: 155 | ||
2040: 265 | ||
2045: 400 # scenario guidelines | ||
# import of h2 derivatives in TWh | ||
h2_derivate_import: | ||
DE: | ||
2020: 0 | ||
2025: 0 | ||
2030: 10 # scenario guidelines | ||
2035: 140 | ||
2040: 270 | ||
2045: 400 # scenario guidelines | ||
electrolysis: | ||
DE: | ||
2020: 0 | ||
2025: 5 | ||
2030: 45 # scenario guidelines | ||
2035: 160 | ||
2040: 275 | ||
2045: 400 # scenario guidelines | ||
|
||
limits_volume_min: | ||
electrolysis: | ||
DE: | ||
2025: 0 | ||
2030: 0 | ||
2035: 0 | ||
2040: 0 | ||
2045: 200 |
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
Oops, something went wrong.