Skip to content

Commit 6c8d93c

Browse files
committed
config for final run
1 parent e188984 commit 6c8d93c

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

config/config.de.yaml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#run
66
run:
7-
prefix: 20251121_improve_decentral_heat
7+
prefix: 20251113_lower_rescom_merge
88
name:
99
# - ExPol
1010
# - KN2045_Mix
@@ -19,7 +19,7 @@ run:
1919
manual_file: config/scenarios.manual.yaml
2020
file: config/scenarios.automated.yaml
2121
shared_resources:
22-
policy: base #stops recalculating
22+
policy: false #stops recalculating
2323
exclude:
2424
- existing_heating.csv # specify files which should not be shared between scenarios
2525
- costs
@@ -62,11 +62,11 @@ iiasa_database:
6262
- 2030
6363
EEG_levels:
6464
- 1.00
65-
# - 0.95
66-
# - 0.90
67-
# - 0.85
68-
# - 0.80
69-
# - 0.75
65+
- 0.95
66+
- 0.90
67+
- 0.85
68+
- 0.80
69+
- 0.75
7070
- 0.70
7171
unit_commitment:
7272
enable: false
@@ -97,7 +97,7 @@ foresight: myopic
9797
# Wildcard docs in https://pypsa-eur.readthedocs.io/en/latest/wildcards.html
9898
scenario:
9999
clusters:
100-
- 27 #current options: 27, 49
100+
- 49 #current options: 27, 49
101101
opts:
102102
- ''
103103
sector_opts:
@@ -244,40 +244,40 @@ clustering:
244244
# print(fw.div(fw.sum()).subtract(5e-5).round(4).to_dict().__repr__().replace(",","\n"))
245245
focus_weights:
246246
# 27 nodes: 8 for Germany, 3 for Italy, 2 each for Denmark, UK and Spain, 1 per each of other 10 "Stromnachbarn"
247-
'DE': 0.2966
248-
'AT': 0.0370
249-
'BE': 0.0370
250-
'CH': 0.0370
251-
'CZ': 0.0370
252-
'DK': 0.0741
253-
'FR': 0.0370
254-
'GB': 0.0741
255-
'LU': 0.0370
256-
'NL': 0.0370
257-
'NO': 0.0370
258-
'PL': 0.0370
259-
'SE': 0.0370
260-
'ES': 0.0741
261-
'IT': 0.1111
247+
# 'DE': 0.2966
248+
# 'AT': 0.0370
249+
# 'BE': 0.0370
250+
# 'CH': 0.0370
251+
# 'CZ': 0.0370
252+
# 'DK': 0.0741
253+
# 'FR': 0.0370
254+
# 'GB': 0.0741
255+
# 'LU': 0.0370
256+
# 'NL': 0.0370
257+
# 'NO': 0.0370
258+
# 'PL': 0.0370
259+
# 'SE': 0.0370
260+
# 'ES': 0.0741
261+
# 'IT': 0.1111
262262
# high spatial resolution: change clusters to 49
263263
# 49 nodes: 30 for Germany, 3 for Italy, 2 each for Denmark, UK and Spain, 1 per each of other 10 "Stromnachbarn"
264-
# 'DE': 0.6124
265-
# 'AT': 0.0204
266-
# 'BE': 0.0204
267-
# 'CH': 0.0204
268-
# 'CZ': 0.0204
269-
# 'DK': 0.0408
270-
# 'FR': 0.0204
271-
# 'GB': 0.0408
272-
# 'LU': 0.0204
273-
# 'NL': 0.0204
274-
# 'NO': 0.0204
275-
# 'PL': 0.0204
276-
# 'SE': 0.0204
277-
# 'ES': 0.0408
278-
# 'IT': 0.0612
264+
'DE': 0.6124
265+
'AT': 0.0204
266+
'BE': 0.0204
267+
'CH': 0.0204
268+
'CZ': 0.0204
269+
'DK': 0.0408
270+
'FR': 0.0204
271+
'GB': 0.0408
272+
'LU': 0.0204
273+
'NL': 0.0204
274+
'NO': 0.0204
275+
'PL': 0.0204
276+
'SE': 0.0204
277+
'ES': 0.0408
278+
'IT': 0.0612
279279
temporal:
280-
resolution_sector: 365H
280+
resolution_sector: 3H
281281

282282
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#co2-budget
283283
co2_budget:
@@ -330,7 +330,7 @@ costs:
330330
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#sector
331331
sector:
332332
v2g: false
333-
solar_thermal: false
333+
solar_thermal: true
334334
district_heating:
335335
potential: 0.3
336336
progress:
@@ -486,8 +486,8 @@ industry:
486486

487487
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#solving
488488
solving:
489-
runtime: 12h
490-
mem_mb: 70000 #30000 is OK for 22 nodes, 365H; 140000 for 22 nodes 3H; 400000 for 44 nodes 3H
489+
runtime: 24h
490+
mem_mb: 190000 #30000 is OK for 22 nodes, 365H; 140000 for 22 nodes 3H; 400000 for 44 nodes 3H
491491
options:
492492
assign_all_duals: true
493493
load_shedding: false

0 commit comments

Comments
 (0)