-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
135 lines (112 loc) · 2.6 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
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
#scenario: see solve.py
#first argument must be #years
#20a counts back from 2020
#H2u or H2s: underground or steel tanks; nH2t without H2 turbine; wm with methanol
run: "230914-lh2wH2s-1a"
logging_level: INFO
run_settings:
country: [DE]
scenario:
[
1a-1H-H2l,
1a-1H-H2l-pessimisticH2l,
]
current_version: 190929
cutout_folder: "../cutouts/"
octant_folder: "../octants/"
weather_years: [2011, 2012, 2013, 2014]
tech_years: [2020, 2030, 2040, 2050]
tech_years_default: 2030
cost_year_assumptions: 2015
cost_year: 2020
inflation: 2
degree_cutoff: 17 #temperature in celsius below which there is heating demand
float_upper_limit: 1.e+7
tech_data_commit: "3a23cfc5808df00a2c039fd0e7ce8755a090d4df"
trace_commit: "55e71c86d36869079b46377ce7ef16a46afa1d99"
renewable:
onwind:
method: wind
resource:
turbine: Vestas_V112_3MW
solar:
method: pv
resource:
panel: CSi
orientation:
slope: 35.
azimuth: 180.
correction_factor: 1.
#LHV
mwh_per_t:
methanol: 5.54
#LHV at 20 C
mwh_per_m3:
methanol: 4.4
#tCO2 per MWh-LHV
co2_per_mwh:
methanol: 0.248
octant_compression:
complevel: 4
least_significant_digit: 5
balances_to_display: ["electricity", "hydrogen"]
preferred order:
[
"wind",
"solar",
"battery storage",
"battery inverter",
"hydrogen storage",
"hydrogen storing compressor",
"hydrogen electrolyser",
"seawater desalination",
"hydrogen turbine",
]
solver:
name: gurobi
options: gurobi-default
solver_options:
clip_p_max_pu: 1.e-4
gurobi-default:
threads: 4
method: 2 # barrier
crossover: 0
BarConvTol: 1.e-5
Seed: 123
AggFill: 0
PreDual: 0
GURO_PAR_BARDENSETHRESH: 200
seed: 10 # Consistent seed for all plattforms
colors:
wind: "#3B6182"
solar: "#FFFF00"
battery: "#999999"
battery_charge: "#999999"
battery_discharge: "#999999"
battery discharger: "#999999"
battery_power: "#999999"
battery inverter: "#999999"
battery_energy: "#666666"
battery storage: "#666666"
hydrogen_turbine: red
hydrogen turbine: red
hydrogen_electrolyser: cyan
hydrogen electrolyser: cyan
hydrogen_energy: magenta
hydrogen storage: magenta
hydrogen storing compressor: "#ff66ff"
hydrogen_compressor: "#ff66ff"
hydrogen liquefaction: "#ff99ff"
hydrogen storing decompressor: "#660066"
lh2 shipping: green
dispatchable1: orange
dispatchable2: lime
load: black
hydrogen_load: purple
dac: "#999966"
co2 storage: "#666633"
heat pump: red
methanol synthesis: "#F08080"
methanol storage: black
Allam cycle: pink
methanol source: magenta