forked from open-energy-transition/pypsa-eur
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathconfig.tyndp.yaml
More file actions
166 lines (148 loc) · 3.55 KB
/
Copy pathconfig.tyndp.yaml
File metadata and controls
166 lines (148 loc) · 3.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# SPDX-FileCopyrightText: Open Energy Transition gGmbH
#
# SPDX-License-Identifier: CC0-1.0
run:
prefix: "tyndp"
# TODO set foresight
foresight: myopic
tyndp_scenario: DE # NT, DE or GA
scenario:
clusters:
- all
planning_horizons:
- 2030
- 2040
countries: ['AL', 'AT', 'BA', 'BE', 'BG', 'CH', 'CZ', 'CY', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'ME', 'MK', 'MT', 'NL', 'NO', 'PL', 'PT', 'RO', 'RS', 'SE', 'SI', 'SK']
snapshots:
# TODO define multiple climatic years, being either 1995 2008 or 2009
start: "2013-01-01"
end: "2014-01-01"
enable:
retrieve_tyndp_bundle: true
co2_budget:
# TODO define carbon budget compliant with EU 2030 and 2050 targets
2020: 0.720 # average emissions of 2019 to 2021 relative to 1990, CO2 excl LULUCF, EEA data, European Environment Agency. (2023a). Annual European Union greenhouse gas inventory 1990–2021 and inventory report 2023 - CRF Table. https://unfccc.int/documents/627830
2025: 0.648 # With additional measures (WAM) projection, CO2 excl LULUCF, European Environment Agency. (2023e). Member States’ greenhouse gas (GHG) emission projections 2023. https://www.eea.europa.eu/en/datahub/datahubitem-view/4b8d94a4-aed7-4e67-a54c-0623a50f48e8
2030: 0.450 # 55% reduction by 2030 (Ff55)
2035: 0.250
2040: 0.100 # 90% by 2040
2045: 0.050
2050: 0.000 # climate-neutral by 2050
electricity:
base_network: tyndp-raw
transmission_limit: v1.0
pecd_renewable_profiles:
enable: true
technologies:
Wind_Offshore:
- offwind-ac-fb-r
- offwind-ac-fl-r
- offwind-dc-fb-r
- offwind-dc-fl-r
- offwind-dc-fb-oh
- offwind-dc-fl-oh
- offwind-h2-fb-oh
- offwind-h2-fl-oh
renewable_carriers: [solar, solar-hsat, onwind, offwind-ac-fb-r, offwind-ac-fl-r, offwind-dc-fb-r, offwind-dc-fl-r, offwind-dc-fb-oh, offwind-dc-fl-oh, offwind-h2-fb-oh, offwind-h2-fl-oh, hydro]
links:
p_max_pu: 1.0
p_min_pu: 0
transmission_projects:
enable: true
include:
tyndp2020: false
nep: false
manual: false
load:
source: tyndp # opsd, tyndp
fill_gaps:
enable: false
manual_adjustments: false
supplement_synthetic: false
pypsa_eur:
Bus:
- AC
Link:
- DC
Generator:
- onwind
- offwind-ac
- offwind-dc
- offwind-float
- solar-hsat
- solar
- ror
StorageUnit:
- PHS
- hydro
Store: []
sector:
transport: false
heating: false
biomass: true
industry: true
use_industry_load: false
shipping: false
aviation: false
agriculture: false
fossil_fuels: true
land_transport_fuel_cell_share: # Not modelled
2020: 0
2025: 0
2030: 0
2035: 0
2040: 0
2045: 0
2050: 0
land_transport_electric_share:
2020: 0
2025: 0.15
2030: 0.3
2035: 0.45
2040: 0.7
2045: 0.85
2050: 1
land_transport_ice_share: # Not modelled
2020: 0
2025: 0
2030: 0
2035: 0
2040: 0
2045: 0
2050: 0
oil_boilers: false
biomass_boiler: false
h2_topology_tyndp: true
ATR: false
hydrogen_fuel_cell: false
hydrogen_turbine: true
transmission_efficiency:
enable:
- gas pipeline
imports:
enable: true
carriers:
- H2
clustering:
mode: administrative
administrative:
level: bz
build_bidding_zones:
remove_islands: true
aggregate_to_tyndp: true
temporal:
resolution_sector: 6H
plotting:
balance_map:
imports_as_flows: true
bus_carriers:
- AC
- H2
- gas
- oil
- methanol
- co2 stored
H2:
bus_factor: 0.005
branch_factor: 0.04
flow_factor: 25