Skip to content

Commit e24999a

Browse files
macflo8khaeru
authored andcommitted
Add new materials and industry reporting
1 parent 39c02d7 commit e24999a

15 files changed

+2556
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
# collection of industry specific final energy reporting variables
2+
# grouped by sector
3+
# each variable specifies a list of filter
4+
5+
var:
6+
emi
7+
8+
iamc_prefix:
9+
Emissions|CH4|
10+
11+
common:
12+
unit: Mt CH4/yr
13+
14+
vars:
15+
Industrial Processes|Chemicals:
16+
filter:
17+
{ technology: [meth_ng, meth_ng_ccs], mode: feedstock }
18+
short:
19+
emi_ch4_ind_proc_chem
20+
21+
Energy|Demand|Industry|Chemicals:
22+
filter:
23+
{ technology: [furnace_coal_petro, furnace_gas_petro, furnace_biomass_petro, furnace_foil_petro], mode: [high_temp, low_temp] }
24+
short:
25+
emi_ch4_ind_en_chem
26+
27+
28+
# cement
29+
# Industrial Processes|Non-Metallic Minerals|Cement:
30+
# filter:
31+
# { technology: [clinker_wet_cement, clinker_dry_cement], mode: M1}
32+
# short:
33+
# emi_ch4_ind_proc_cement
34+
# not parametrized at the moment
35+
36+
Energy|Demand|Industry|Non-Metallic Minerals|Cement:
37+
filter:
38+
{ technology: [furnace_coal_cement, furnace_gas_cement, furnace_biomass_cement, furnace_foil_cement], mode: [high_temp, low_temp] }
39+
short:
40+
emi_ch4_ind_en_cement
41+
42+
43+
# aluminum
44+
Industrial Processes|Non-Ferrous Metals|Aluminum:
45+
filter:
46+
{ technology: [prebake_aluminum, soderberg_aluminum], mode: M1}
47+
short:
48+
emi_ch4_ind_proc_alu
49+
50+
Energy|Demand|Industry|Non-Ferrous Metals|Aluminum:
51+
filter:
52+
{ technology: [furnace_coal_aluminum, furnace_gas_aluminum, furnace_biomass_aluminum, furnace_foil_aluminum], mode: [high_temp, low_temp] }
53+
short:
54+
emi_ch4_ind_en_alu
55+
56+
57+
# iron and steel
58+
Industrial Processes|Iron and Steel:
59+
filter:
60+
{ technology: [DUMMY_limestone_supply_steel, prod_charcoal_steel, sinter_steel, pellet_steel, bf_steel, bof_steel, eaf_steel, finishing_steel], mode: [M1, M2, M3, M4]}
61+
short:
62+
emi_ch4_ind_proc_steel
63+
64+
# Energy|Demand|Industry|Iron and Steel:
65+
# filter:
66+
# { technology: [furnace_coal_steel, furnace_gas_steel, furnace_biomass_steel, furnace_foil_steel], mode: [high_temp, low_temp] }
67+
# short:
68+
# emi_ch4_ind_en_steel
69+
70+
71+
# refinery
72+
# Oil Refining|Electricity|Heat:
73+
# filter:
74+
# { technology: [furnace_elec_refining, hp_elec_refining, hp_gas_refining], mode: [high_temp, low_temp], commodity: electr, level: secondary }
75+
# short:
76+
# fe_pe_refining_el_ht
77+
#
78+
# Oil Refining|Liquids|Oil|Light:
79+
# filter:
80+
# { technology: furnace_foil_refining, mode: high_temp, commodity: fueloil, level: secondary }
81+
# short:
82+
# fe_pe_refining_oil_l
83+
# TODO: add refinery non co2 emission accounting
84+
85+
86+
# ???: do we need this in the modular Materials reporting
87+
# Residual industry
88+
89+
# Other Sector|Electricity|Thermal|Resistance:
90+
# filter:
91+
# { technology: elec_i, mode: M1, commodity: electr, level: final }
92+
# short:
93+
# fe_pe_other_el_th_res
94+
#
95+
# Other Sector|Electricity|Thermal|Heat Pumps:
96+
# filter:
97+
# { technology: hp_el_I, mode: M1, commodity: electr, level: final }
98+
# short:
99+
# fe_pe_other_el_th_hp
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# collection of industry specific final energy reporting variables
2+
# grouped by sector
3+
# each variable specifies a list of filter
4+
5+
var:
6+
in
7+
8+
iamc_prefix:
9+
Final Energy|Industry|
10+
11+
common:
12+
unit: GWa
13+
14+
vars:
15+
Chemicals|Ammonia|Solids|Coal:
16+
filter:
17+
{ technology: [ coal_NH3, coal_NH3_ccs ], mode: M1, commodity: coal, level: secondary }
18+
short: fe_nh3_coal
19+
20+
Chemicals|Ammonia|Solids|Biomass:
21+
filter:
22+
{ technology: [ biomass_NH3, biomass_NH3_ccs ], mode: M1, commodity: biomass, level: primary }
23+
short: fe_nh3_bio
24+
25+
Chemicals|Ammonia|Gases|Gas:
26+
filter:
27+
{ technology: [ gas_NH3, gas_NH3_ccs ], mode: M1, commodity: gas, level: secondary }
28+
short: fe_nh3_gas
29+
30+
Chemicals|Ammonia|Liquids|Oil:
31+
filter:
32+
{ technology: [ fueloil_NH3, fueloil_NH3_ccs ], mode: M1, commodity: fueloil, level: secondary }
33+
short: fe_nh3_oil
34+
35+
36+
Chemicals|Methanol|Solids|Coal:
37+
filter:
38+
{technology: [meth_coal, meth_coal_ccs], mode: feedstock, commodity: coal, level: secondary}
39+
short: fe_meth_coal
40+
41+
Chemicals|Methanol|Solids|Biomass:
42+
filter:
43+
{technology: [meth_bio, meth_bio_ccs], mode: feedstock, commodity: biomass, level: primary}
44+
short: fe_meth_bio
45+
46+
Chemicals|Methanol|Gases|Gas:
47+
filter:
48+
{technology: [meth_ng, meth_ng_ccs], mode: feedstock, commodity: gas, level: secondary}
49+
short: fe_meth_gas
50+
51+
Chemicals|Methanol|Hydrogen:
52+
filter:
53+
{technology: meth_h2, mode: feedstock, commodity: [hydrogen, ht_heat], level: secondary}
54+
short: fe_meth_h2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# collection of industry specific Final Energy non-energy reporting variables
2+
# grouped by sector and fuel
3+
# each variable specifies a list of filter for genno.operator.select()
4+
5+
var:
6+
out
7+
8+
iamc_prefix:
9+
Final Energy|Industry|
10+
11+
common:
12+
unit:
13+
GWa
14+
15+
level_2:
16+
Chemicals|Ammonia:
17+
short: fe_nh3
18+
components:
19+
[ fe_nh3_coal, fe_nh3_gas, fe_nh3_oil, fe_nh3_bio ]
20+
21+
Chemicals|Methanol:
22+
short: fe_meth
23+
components:
24+
[ fe_meth_coal, fe_meth_gas, fe_meth_bio, fe_meth_h2 ]
25+
26+
27+
level_1:
28+
Chemicals|Ammonia|Solids:
29+
short: fe_nh3_solids
30+
components:
31+
[ fe_nh3_coal, fe_nh3_bio ]
32+
33+
Chemicals|Ammonia|Liquids:
34+
short: fe_nh3_liq
35+
components:
36+
[ fe_nh3_oil ]
37+
38+
Chemicals|Ammonia|Gases:
39+
short: fe_nh3_gases
40+
components:
41+
[ fe_nh3_gas ]
42+
43+
Chemicals|Methanol|Solids:
44+
short: fe_meth_solids
45+
components:
46+
[ fe_meth_coal, fe_meth_bio ]
47+
48+
Chemicals|Methanol|Gases:
49+
short: fe_meth_gases
50+
components:
51+
[ fe_meth_gas ]

0 commit comments

Comments
 (0)