013b705ee4
* Cluster first: build renewable profiles and add all assets after clustering * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * correction: pass landfall_lengths through functions * assign landfall_lenghts correctly * remove parameter add_land_use_constraint * fix network_dict * calculate distance to shoreline, remove underwater_fraction * adjust simplification parameter to exclude Crete from offshore wind connections * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove unused geth2015 hydro capacities * removing remaining traces of {simpl} wildcard * add release notes and update workflow graphics * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: lisazeyen <lisa.zeyen@web.de>
45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
# SPDX-FileCopyrightText: : 2017-2024 The PyPSA-Eur Authors
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
run:
|
|
name: "perfect"
|
|
|
|
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#foresight
|
|
foresight: perfect
|
|
|
|
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#scenario
|
|
# Wildcard docs in https://pypsa-eur.readthedocs.io/en/latest/wildcards.html
|
|
scenario:
|
|
ll:
|
|
- v1.0
|
|
clusters:
|
|
- 37
|
|
opts:
|
|
- ''
|
|
sector_opts:
|
|
- 1p5-4380H-T-H-B-I-A-dist1
|
|
- 1p7-4380H-T-H-B-I-A-dist1
|
|
- 2p0-4380H-T-H-B-I-A-dist1
|
|
planning_horizons:
|
|
- 2020
|
|
- 2025
|
|
- 2030
|
|
- 2035
|
|
- 2040
|
|
- 2045
|
|
- 2050
|
|
|
|
|
|
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#co2-budget
|
|
co2_budget:
|
|
# update of IPCC 6th AR compared to the 1.5SR. (discussed here: https://twitter.com/JoeriRogelj/status/1424743828339167233)
|
|
1p5: 34.2 # 25.7 # Budget in Gt CO2 for 1.5 for Europe, global 420 Gt, assuming per capita share
|
|
1p6: 43.259666 # 35 # Budget in Gt CO2 for 1.6 for Europe, global 580 Gt
|
|
1p7: 51.4 # 45 # Budget in Gt CO2 for 1.7 for Europe, global 800 Gt
|
|
2p0: 69.778 # 73.9 # Budget in Gt CO2 for 2 for Europe, global 1170 Gt
|
|
|
|
|
|
sector:
|
|
min_part_load_fischer_tropsch: 0
|
|
min_part_load_methanolisation: 0
|