-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
90 lines (75 loc) · 2.22 KB
/
config.yaml
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
logging_level: INFO
results_dir: 'results'
network_file: 'input/2030_TRM25_Ep130_Load549/elec_s_156_ec_lv1.0_Ep-1H.nc'
elys_path: 'resources/'
run: "all" # system_building, ED, CM, ED+CM
###################
# Scenario controls
#wildcards
scenario:
res_share: 80 # in % of load
offtake_volume: 1920 # 3200, 2560, 1920 [MWh_H2 per h] fixed offtake volume per hour, 10 GB planned in DE by 2030 if run 100% 10GB*0.67=6700MWh/h
operation_mode: "flexible" # flexible, static
ely_cap: 10000 # in MW 10000, 8000, 6000 uni_flex
allocation: "uniform" # nodal, uniform
buses: 156 # 10, 156, 246
ref: "False"
excess: 0 # in % 0,20,30,40 uni_flex
h2_storage: "cavern" # medium, flexible, none, cavern
ci:
name: "CI"
res_techs: ["onwind","solar"]
sto_techs: ["battery"]
###################
# Fixed settings
global:
policy_type: "co2 price"
co2_price_2030: 130 # EUR/tCO2
grid_res_techs: ["offwind","offwind-ac","offwind-dc","onwind", "ror", "solar",
"hydro"] # "biomass"
emitters: ["CCGT", "OCGT", "coal", "lignite", "oil"]
H2_store_cost:
flexible: 0
medium: 44900 # EUR/MWh
cavern: 2000 # EUR/MWh
electrolyser:
efficiency: 0.67
mc_usc: 10
dummies: False
solving:
#tmpdir: "path/to/tmp"
options:
formulation: kirchhoff
n_iterations: 2 #iterations with CFE factor
solver:
name: gurobi
threads: 20
method: 2 # barrier
crossover: 0
BarConvTol: 1.e-6
Seed: 123
AggFill: 0
PreDual: 0
GURO_PAR_BARDENSETHRESH: 200
seed: 10 # Consistent seed for all plattforms
###################
# 2019 validation
s2019:
network_file: 'input/2019_TRM25_Ep25_Load490/elec_s_156_ec_lv1.0_Ep-1H.nc'
#
solving:
#tmpdir: "path/to/tmp"
options:
formulation: kirchhoff
n_iterations: 2 #iterations with CFE factor
solver:
name: gurobi
threads: 12
method: 2 # barrier
crossover: 0
BarConvTol: 1.e-6
Seed: 123
AggFill: 0
PreDual: 0
GURO_PAR_BARDENSETHRESH: 200
seed: 10 # Consistent seed for all plattforms