You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#countries
96
-
countries:#####
96
+
countries:
97
97
- ES
98
98
99
99
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#snapshots
@@ -140,8 +140,29 @@ electricity:
140
140
contingency: 4000
141
141
max_hours:
142
142
battery: 6
143
+
"li-ion": 6
144
+
lfp: 6
145
+
vanadium: 10
146
+
lair: 12
147
+
pair: 24
148
+
"iron-air": 100
143
149
H2: 168
144
-
powerplants_filter: (DateOut >= 2024 or DateOut != DateOut) and not (Country == 'ES' and Fueltype == 'Nuclear' and DateOut < 2031) #####
150
+
extendable_carriers:
151
+
Generator:
152
+
- solar
153
+
# - "solar-hsat"
154
+
- onwind
155
+
# - "offwind-ac"
156
+
# - "offwind-dc"
157
+
- "offwind-float"
158
+
# - OCGT
159
+
- CCGT
160
+
StorageUnit: []
161
+
Store:
162
+
- battery
163
+
- H2
164
+
Link: []
165
+
powerplants_filter: "(DateOut >= 2024 or DateOut != DateOut) and not (Country == 'ES' and Fueltype == 'Nuclear' and DateOut < 2031)"##### Check the nuclear phase-out plan in Spain
0 commit comments