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
192 lines (169 loc) · 3.47 KB
/
Copy pathconfig.tyndp.yaml
File metadata and controls
192 lines (169 loc) · 3.47 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
# SPDX-FileCopyrightText: Open Energy Transition gGmbH
#
# SPDX-License-Identifier: CC0-1.0
run:
prefix: "test-sector-tyndp"
disable_progressbar: true
shared_resources:
policy: false
shared_cutouts: true
# TODO set foresight
foresight: myopic
tyndp_scenario: DE # NT, DE or GA
scenario:
clusters:
- all
planning_horizons:
- 2030
- 2035
- 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:
start: "2013-03-01"
end: "2013-03-08"
enable:
retrieve_tyndp_bundle: true
co2_budget:
# TODO define carbon budget compliant with EU 2030 and 2050 targets
2040: 0.25 # Temporary increase to allow CI to pass while load configurations are incomplete.
electricity:
base_network: tyndp-raw
extendable_carriers:
Generator: [OCGT]
StorageUnit: [battery]
Store: [H2]
Link: [H2 pipeline]
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]
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
transmission_limit: v1.0
atlite:
default_cutout: europe-2013-03-sarah3-era5
cutouts:
europe-2013-03-sarah3-era5:
time: ["2013-03-01", "2013-03-08"]
renewable:
offwind-ac:
max_depth: false
offwind-dc:
max_depth: false
offwind-float:
max_depth: false
min_depth: false
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
solving:
solver:
name: highs
options: highs-default
mem: 4000
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