-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdescriptive_names.yml
More file actions
254 lines (219 loc) · 12.7 KB
/
descriptive_names.yml
File metadata and controls
254 lines (219 loc) · 12.7 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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
# This file contains description of EMX element fields (and potential sub-fields) and variables
# with fields of type TimeStruct.TimeProfile and fields that cannot be inherited
# from supertypes.
structures:
EnergyModelsBase:
## node.jl
AbstractStorageParameters:
capacity: "Installed capacity"
opex_var: "Relative variable operating expense per energy unit"
opex_fixed: "Relative fixed operating expense per installed capacity"
Node:
cap: "Installed capacity"
opex_var: "Relative variable operating expense per energy unit produced"
opex_fixed: "Relative fixed operating expense per installed capacity"
Sink:
cap: "Demand"
penalty:
surplus: "Penalties for surplus"
deficit: "Penalties for deficits"
## data.jl
EmissionsData:
emissions: "The process emissions per capacity usage through the variable `:cap_use`"
EnergyModelsGeography:
TransmissionMode:
## mode.jl
trans_cap: "Capacity of the transmission mode"
trans_loss: "Relative loss of the transported resource during transmission"
opex_var: "Relative variable operating expense per energy unit transported"
opex_fixed: "Relative fixed operating expense per installed capacity"
consumption_rate: "Rate at which the resource is consumed, as a ratio of the volume of the resource going into the inlet"
EnergyModelsInvestments:
## investment_data.jl
AbstractInvData:
capex: "Capital costs for investing in a capacity"
max_inst: "Maximum installed capacity in a strategic period"
initial: "Initial capacity in the first strategic period"
## investment_mode.jl
Investment:
min_add: "Minimum added capacity in a strategic period"
max_add: "Maximum added capacity in a strategic period"
increment: "Used increment for discrete investments"
capex_offset: "Offset for the CAPEX in a strategic period"
FixedInvestment:
cap: "Capacity used for the fixed investments"
BinaryInvestment:
cap: "Capacity used for the binary investments"
## lifetime_mode.jl
LifetimeMode:
lifetime: "Chosen lifetime of the technology"
EnergyModelsRenewableProducers:
## datastructures.jl
AbstractNonDisRES:
profile: "Power production profile as a ratio of installed capacity"
HydroStorage:
level_init: "Initial stored energy in the dam"
level_inflow: "Inflow of power per operational period"
level_min: "Minimum fraction of the reservoir capacity required"
ScheduleConstraint:
value: "The constraint value not to be violated"
flag: "Boolean value indicating if the constraint is active"
penalty: "Penalty for violating the constraint"
HydroReservoir:
vol_inflow: "Water inflow to the reservoir"
HydroGate:
cap: "Installed discharge capacity"
opex_var: "Variable operational costs per water flow"
opex_fixed: "Fixed operational costs"
HydroUnit:
opex_var: "Variable operational costs per energy unit produced"
opex_fixed: "Fixed operational costs"
HydroGenerator:
cap: "Installed discharge or power capacity"
HydroPump:
cap: "Installed pumping capacity"
AbstractBatteryLife:
stack_cost: "Relative cost for replacing a battery stack"
EnergyModelsHydrogen:
## node.jl
AbstractElectrolyzer:
opex_var: "Variable operating expense per capacity used"
stack_replacement_cost: "Replacement cost of electrolyzer stacks"
CommitParameters:
opex: "Operating cost per installed capacity and operational duration"
time: "Minimum time node must remain in a state before transitioning"
AbstractRampParameters:
up: "Maximum positive rate of change of a node"
down: "Maximum negative rate of change of a node"
EnergyModelsCO2:
## datastructures.jl
CO2Source:
opex_var: "Variable operating expense per energy unit produced"
RefNetworkNodeRetrofit:
opex_var: "Variable operating expense per energy unit produced"
CCSRetroFit:
opex_var: "Variable operating expense per unit of CO₂ captured"
variables:
# EnergyModelsBase
cap_use: "Absolute capacity utilization"
cap_inst: "Installed capacity"
stor_level: "Storage level at end of operational period"
stor_level_inst: "Installed storage capacity"
stor_level_Δ_op: "Storage level change in an operational period"
stor_level_Δ_rp: "Storage level change in a representative period"
stor_charge_use: "Absolute storage charging utilization"
stor_charge_inst: "Installed charging capacity"
stor_discharge_use: "Absolute storage discharging utilization"
stor_discharge_inst: "Installed discharging capacity"
flow_in: "Input flowrate"
flow_out: "Output flowrate"
link_in: "Link input"
link_out: "Link output"
emissions_node: "Emission of a node"
emissions_total: "Total strategic emissions"
emissions_strategic: "Total emissions"
emissions_link: "Emissions of a link"
opex_var: "Absolute variable operating expenses"
opex_fixed: "Absolute fixed operating expenses"
sink_surplus: "Surplus delivered to a sink, i.e., oversatisfied demand"
sink_deficit: "Deficit in a sink, i.e., not satisfied demand"
link_cap_inst: "Installed capacity"
link_opex_var: "Variable operating expenses"
link_opex_fixed: "Fixed operating expenses"
# EnergyModelsGeography
area_exchange: "Area exchange"
trans_opex_var: "Absolute variable transmission operating expenses"
trans_opex_fixed: "Absolute fixed transmission operating expenses"
trans_cap: "Transmission capacity usage"
trans_in: "Inlet flow to a transmission mode"
trans_out: "Outlet flow from a transmission mode"
trans_loss: "Loss during transmission"
trans_neg: "Negative loss during transmission"
trans_pos: "Positive loss during transmission"
linepack_stor_level: "Storage level in linepack"
emissions_trans: "Emissions of a transmission mode"
# EnergyModelsInvestment
cap_capex: "Absolute CAPEX for investments in the capacity of a technology"
cap_invest_b: "Binary indicator of capacity investments"
cap_remove_b: "Binary indicator of capacity investments removal"
cap_current: "Installed capacity in each strategic period"
cap_add: "Added capacity"
cap_rem: "Removed capacity"
stor_level_capex: "Absolute CAPEX for investments in the capacity of a storage"
stor_level_invest_b: "Binary indicator of capacity investments"
stor_level_remove_b: "Binary indicator of capacity investments removal"
stor_level_current: "Installed storage capacity in each strategic period"
stor_level_add: "Added storage capacity"
stor_level_rem: "Removed storage capacity"
stor_charge_capex: "Absolute CAPEX for investments in the charging rate of a storage"
stor_charge_invest_b: "Binary indicator of investments in charging rate"
stor_charge_remove_b: "Binary indicator of investments in charging rate removal"
stor_charge_current: "Installed charging rate for storage in each strategic period"
stor_charge_add: "Added charging rate"
stor_charge_rem: "Removed charging rate"
stor_discharge_capex: "Absolute CAPEX for investments in the discharging rate of a storage"
stor_discharge_invest_b: "Binary indicator of investments in discharging rate"
stor_discharge_remove_b: "Binary indicator of investments in discharging rate removal"
stor_discharge_current: "Installed rate for storage in each strategic period"
stor_discharge_add: "Added discharging rate"
stor_discharge_rem: "Removed rdischarging ate"
trans_cap_capex: "Absolute CAPEX for investments in the capacity of a transmission mode"
trans_cap_invest_b: "Binary indicator of investments in transmission capacity"
trans_cap_remove_b: "Binary indicator of investments in transmission capacity removal"
trans_cap_current: "Installed capacity for each strategic period"
trans_cap_add: "Added capacity"
trans_cap_rem: "Removed capacity"
# EnergyModelsRenewableProducers
curtailment: "Curtailment of a non-dispatchable energy source"
hydro_spill: "Spilled water (not producing energy)"
gate_penalty_up: "Penalty variable for exceeding hydro gate constraints"
gate_penalty_down: "Penalty variable for not meeting hydro gate constraints"
rsv_penalty_up: "Penalty variable for exceeding hydro reservoir constraints"
rsv_penalty_down: "Penalty variable for not meeting hydro reservoir constraints"
gen_penalty_up: "Penalty variable for exceeding hydro unit generation constraints"
gen_penalty_down: "Penalty variable for not meeting hydro unit generation constraints"
discharge_segment: "Discharge segment variable for hydro unit discharge capacity"
bat_prev_use: "Accumulated charge effect of a battery up to an operational period"
bat_prev_use_sp: "Accumulated charge effect of a battery up to an investment period"
bat_use_sp: "Accumulated charge effect of a battery in an investment period"
bat_use_rp: "Accumulated charge effect of a battery in a representative period"
bat_stack_replace_b: "Binary variable for identifying battery stack replacement"
bat_res_up: "Upwards reserve of battery storage"
bat_res_down: "Downwards reserve of battery storage"
# EnergyModelsHydrogen
ref_off_b: "Binary variable indicating if the reformer is in the 'off' state"
ref_start_b: "Binary variable indicating if the reformer is in the 'start-up' state"
ref_on_b: "Binary variable indicating if the reformer is in the 'on' state"
ref_shut_b: "Binary variable indicating if the reformer is in the 'shutdown' state"
elect_on_b: "Binary variable, 1 if electrolyzer is operating"
elect_prev_use: "Cumulative electrolyzer use since last stack replacement"
elect_prev_use_sp: "Cumulative electrolyzer use in investment periods since last stack replacement"
elect_use_sp: "Electrolyzer use in an investment period"
elect_use_rp: "Electrolyzer use in a representative period"
elect_stack_replace_b: "Binary variable for electrolyzer stack replacement"
elect_efficiency_penalty: "Efficiency penalty coefficient for electrolyzer"
# EnergyModelsCO2
stor_level_Δ_sp: "Increase in `stor_level` during a strategic period"
# Overview of total quantities and their components
total:
opex_fields:
opex_var: "Total absolute variable OPEX"
opex_fixed: "Total absolute fixed OPEX"
trans_opex_var: "Total absolute variable transmission OPEX"
trans_opex_fixed: "Total absolute fixed transmission OPEX"
capex_fields:
cap_capex: "Total absolute CAPEX for investments in the capacity of technologies"
stor_level_capex: "Total absolute CAPEX for investments in the capacity of storages"
stor_charge_capex: "Total absolute CAPEX for investments in the charging rate of storages"
stor_discharge_capex: "Total absolute CAPEX for investments in the discharging rate of storages"
trans_cap_capex: "Total absolute CAPEX for investments in the capacity of transmission modes"
# Names in the JuMP model that indicates if an investment has occured
investment_indicators:
- cap_add
- trans_cap_add
- stor_level_add
- stor_charge_add
- stor_discharge_add
# Names in the JuMP model to be ignored
ignore:
- con_em_tot