|
| 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 |
0 commit comments