diff --git a/Gemfile b/Gemfile index a8f5d8b93f..040b505f09 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,8 @@ gem 'rake' group :development, :test do gem 'roo' - gem 'atlas', ref: 'f2e3f0d', github: 'quintel/atlas' + gem 'atlas', ref: 'b6e9aea', github: 'quintel/atlas' + gem "ostruct" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 0b74b6f711..128e4033a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/quintel/atlas.git - revision: f2e3f0de7a7fc9cd864fcf47ed3624c812803e83 - ref: f2e3f0d + revision: b6e9aea0dfa7f42707c79a1954ee17e7c340856f + ref: b6e9aea specs: atlas (1.0.0) activemodel (>= 7) @@ -123,6 +123,7 @@ PLATFORMS DEPENDENCIES atlas! + ostruct rake refinery! roo diff --git a/carriers/ambient_cold.ad b/carriers/ambient_cold.ad index bb42c9a07e..e188c70975 100644 --- a/carriers/ambient_cold.ad +++ b/carriers/ambient_cold.ad @@ -2,4 +2,5 @@ - infinite = true - graphviz_color = deepskyblue2 +~ co2_conversion_per_mj = 0.0 ~ cost_per_mj = CARRIER(ambient_cold, cost_per_mj) diff --git a/carriers/ambient_heat.ad b/carriers/ambient_heat.ad index 8bbc16f22f..3e20df7644 100644 --- a/carriers/ambient_heat.ad +++ b/carriers/ambient_heat.ad @@ -2,4 +2,5 @@ - infinite = true - graphviz_color = firebrick2 +~ co2_conversion_per_mj = 0.0 ~ cost_per_mj = CARRIER(ambient_heat, cost_per_mj) diff --git a/carriers/car_kms.ad b/carriers/car_kms.ad index d37f49886d..f6a4718bc5 100644 --- a/carriers/car_kms.ad +++ b/carriers/car_kms.ad @@ -1,2 +1,4 @@ - infinite = false - graphviz_color = purple + +~ co2_conversion_per_mj = 0.0 diff --git a/carriers/cooling.ad b/carriers/cooling.ad index d37f49886d..f6a4718bc5 100644 --- a/carriers/cooling.ad +++ b/carriers/cooling.ad @@ -1,2 +1,4 @@ - infinite = false - graphviz_color = purple + +~ co2_conversion_per_mj = 0.0 diff --git a/carriers/dumped_heat.ad b/carriers/dumped_heat.ad index d6ecab73c5..865b5fb10f 100644 --- a/carriers/dumped_heat.ad +++ b/carriers/dumped_heat.ad @@ -1 +1,3 @@ - infinite = false + +~ co2_conversion_per_mj = 0.0 diff --git a/carriers/freight_tonne_kms.ad b/carriers/freight_tonne_kms.ad index 311a6413dc..1b8fee7880 100644 --- a/carriers/freight_tonne_kms.ad +++ b/carriers/freight_tonne_kms.ad @@ -1,2 +1,4 @@ - infinite = false - graphviz_color = red + +~ co2_conversion_per_mj = 0.0 diff --git a/carriers/hot_water.ad b/carriers/hot_water.ad index d37f49886d..f6a4718bc5 100644 --- a/carriers/hot_water.ad +++ b/carriers/hot_water.ad @@ -1,2 +1,4 @@ - infinite = false - graphviz_color = purple + +~ co2_conversion_per_mj = 0.0 diff --git a/carriers/light.ad b/carriers/light.ad index b377781e43..37d9be5a44 100644 --- a/carriers/light.ad +++ b/carriers/light.ad @@ -1,4 +1,5 @@ - infinite = false - graphviz_color = purple +~ co2_conversion_per_mj = 0.0 ~ cost_per_mj = CARRIER(light, cost_per_mj) diff --git a/carriers/loss.ad b/carriers/loss.ad index 9cca1e5349..f71ef0f3e1 100644 --- a/carriers/loss.ad +++ b/carriers/loss.ad @@ -1,4 +1,5 @@ - infinite = false - graphviz_color = gray46 +~ co2_conversion_per_mj = 0.0 ~ cost_per_mj = CARRIER(loss, cost_per_mj) diff --git a/carriers/not_defined.ad b/carriers/not_defined.ad index 8d8897cef4..b6a3baa43c 100644 --- a/carriers/not_defined.ad +++ b/carriers/not_defined.ad @@ -2,4 +2,5 @@ - infinite = false - graphviz_color = gray46 +~ co2_conversion_per_mj = 0.0 ~ cost_per_mj = CARRIER(not_defined, cost_per_mj) diff --git a/carriers/other_ghg.ad b/carriers/other_ghg.ad new file mode 100644 index 0000000000..b90159fe02 --- /dev/null +++ b/carriers/other_ghg.ad @@ -0,0 +1,2 @@ +- infinite = false +- graphviz_color = black diff --git a/carriers/passenger_kms.ad b/carriers/passenger_kms.ad index d37f49886d..f6a4718bc5 100644 --- a/carriers/passenger_kms.ad +++ b/carriers/passenger_kms.ad @@ -1,2 +1,4 @@ - infinite = false - graphviz_color = purple + +~ co2_conversion_per_mj = 0.0 diff --git a/carriers/shipping_kms.ad b/carriers/shipping_kms.ad index d37f49886d..f6a4718bc5 100644 --- a/carriers/shipping_kms.ad +++ b/carriers/shipping_kms.ad @@ -1,2 +1,4 @@ - infinite = false - graphviz_color = purple + +~ co2_conversion_per_mj = 0.0 diff --git a/carriers/solar_radiation.ad b/carriers/solar_radiation.ad index d9fbc7ef3c..f1f46908a3 100644 --- a/carriers/solar_radiation.ad +++ b/carriers/solar_radiation.ad @@ -2,4 +2,5 @@ - infinite = true - graphviz_color = gold2 +~ co2_conversion_per_mj = 0.0 ~ cost_per_mj = CARRIER(solar_radiation, cost_per_mj) diff --git a/carriers/solar_thermal.ad b/carriers/solar_thermal.ad index 702bb10e50..cfbbeb77d1 100644 --- a/carriers/solar_thermal.ad +++ b/carriers/solar_thermal.ad @@ -2,4 +2,5 @@ - infinite = true - graphviz_color = green +~ co2_conversion_per_mj = 0.0 ~ cost_per_mj = CARRIER(solar_thermal, cost_per_mj) diff --git a/carriers/truck_kms.ad b/carriers/truck_kms.ad index d37f49886d..f6a4718bc5 100644 --- a/carriers/truck_kms.ad +++ b/carriers/truck_kms.ad @@ -1,2 +1,4 @@ - infinite = false - graphviz_color = purple + +~ co2_conversion_per_mj = 0.0 diff --git a/carriers/uranium_oxide.ad b/carriers/uranium_oxide.ad index 16ae20f133..87d4fbabf0 100644 --- a/carriers/uranium_oxide.ad +++ b/carriers/uranium_oxide.ad @@ -3,4 +3,5 @@ - mj_per_kg = 443000.0 - graphviz_color = orange +~ co2_conversion_per_mj = 0.0 ~ cost_per_mj = CARRIER(uranium_oxide, cost_per_mj) diff --git a/carriers/water.ad b/carriers/water.ad index 1cd35a5475..1b1b682909 100644 --- a/carriers/water.ad +++ b/carriers/water.ad @@ -2,4 +2,5 @@ - infinite = true - graphviz_color = deepskyblue +~ co2_conversion_per_mj = 0.0 ~ cost_per_mj = CARRIER(water, cost_per_mj) diff --git a/carriers/wind.ad b/carriers/wind.ad index 9188fe72a8..e1a2a06dcd 100644 --- a/carriers/wind.ad +++ b/carriers/wind.ad @@ -2,4 +2,5 @@ - infinite = true - graphviz_color = goldenrod2 +~ co2_conversion_per_mj = 0.0 ~ cost_per_mj = CARRIER(wind, cost_per_mj) diff --git a/config/direct_emissions_csv.yml b/config/direct_emissions_csv.yml new file mode 100644 index 0000000000..cfca58f187 --- /dev/null +++ b/config/direct_emissions_csv.yml @@ -0,0 +1,225 @@ +# Configuration for the direct emissions CSV +# +# Schema +# ------ +# Defines the columns included in the exported CSV, split into three categories: +# +# Row identifiers — must also be specified in each `rows` entry: +# - Group Node group used to select which nodes appear in the export. +# The group name itself is not included in the data export. +# - Sector ETM sector name +# - Subsector ETM subsector name +# +# Auto-generated node attributes: +# - Key Unique node key +# - GHG Greenhouse gas type (CO2 or Other GHG), derived via ghg_carrier method +# +# Emission method columns. +# - CO2_production Direct reporting CO2 production +# - CO2_capture Direct reporting captured CO2 +# - Other_GHG_emissions Direct reporting other GHG emissions +# - Total_GHG_emissions Direct reporting total GHG emissions +# A transform is applied to each: emission values are given in kg, transformed to kton (× 1e-6) +# and rounded to 6 decimal places. +# +# Rows +# ---- +# See explanation above for row identifiers, rows include: +# - Group +# - Sector +# - Subsector + + +schema: + - name: Group + type: node_group + - name: Sector + - name: Subsector + - name: Key + type: node_attribute + value: key + - name: GHG + type: node_attribute + value: ghg_carrier + - name: CO2_production + label: "CO2 production [kton CO2-eq]" + type: node_attribute + value: direct_reporting_emissions_co2_production + transform: "(value * 1e-6).round(6)" + - name: CO2_capture + label: "CO2 capture [kton CO2-eq]" + type: node_attribute + value: direct_reporting_emissions_co2_capture + transform: "(value * 1e-6).round(6)" + - name: Other_GHG_emissions + label: "Other GHG emissions [kton CO2-eq]" + type: node_attribute + value: direct_reporting_emissions_other_ghg_emissions + transform: "(value * 1e-6).round(6)" + - name: Total_GHG_emissions + label: "Total GHG emissions [kton CO2-eq]" + type: node_attribute + value: direct_reporting_emissions_total_ghg_emissions + transform: "(value * 1e-6).round(6)" + + +rows: + - Group: emissions_energy_electricity_and_heat_production + Sector: Energy + Subsector: Electricity and heat production + - Group: emissions_energy_fuels_production + Sector: Energy + Subsector: Fuels production + - Group: emissions_energy_steel + Sector: Energy + Subsector: Steel + - Group: emissions_energy_methanol_production + Sector: Energy + Subsector: Methanol production + - Group: emissions_energy_hydrogen_production + Sector: Energy + Subsector: Hydrogen production + - Group: emissions_energy_fugitive_emissions + Sector: Energy + Subsector: Fugitive emissions + - Group: emissions_energy_ccus + Sector: Energy + Subsector: CCUS + - Group: emissions_industry_non_specified + Sector: Industry + Subsector: Non-specified + - Group: emissions_industry_electricity_and_heat_production + Sector: Industry + Subsector: Electricity and heat production + - Group: emissions_industry_refineries + Sector: Industry + Subsector: Refineries + - Group: emissions_industry_steel + Sector: Industry + Subsector: Steel + - Group: emissions_industry_aluminium + Sector: Industry + Subsector: Aluminium + - Group: emissions_industry_other_metals + Sector: Industry + Subsector: Other metals + - Group: emissions_industry_fertilizers + Sector: Industry + Subsector: Fertilizers + - Group: emissions_industry_chemicals + Sector: Industry + Subsector: Chemicals + - Group: emissions_industry_paper + Sector: Industry + Subsector: Paper + - Group: emissions_industry_food + Sector: Industry + Subsector: Food + - Group: emissions_industry_other + Sector: Industry + Subsector: Other + - Group: emissions_transport_non_specified + Sector: National transport + Subsector: Non-specified + - Group: emissions_transport_cars + Sector: National transport + Subsector: Cars + - Group: emissions_transport_motorcycles + Sector: National transport + Subsector: Motorcycles + - Group: emissions_transport_bicycles + Sector: National transport + Subsector: Bicycles + - Group: emissions_transport_buses + Sector: National transport + Subsector: Buses + - Group: emissions_transport_trucks + Sector: National transport + Subsector: Trucks + - Group: emissions_transport_vans + Sector: National transport + Subsector: Vans + - Group: emissions_transport_trains + Sector: National transport + Subsector: Trains + - Group: emissions_transport_trams_metros + Sector: National transport + Subsector: Trams and metros + - Group: emissions_transport_domestic_navigation + Sector: National transport + Subsector: Domestic navigation + - Group: emissions_transport_domestic_aviation + Sector: National transport + Subsector: Domestic aviation + - Group: emissions_buildings_non_specified + Sector: Buildings + Subsector: Non-specified + - Group: emissions_buildings_space_heating + Sector: Buildings + Subsector: Space heating + - Group: emissions_buildings_cooling + Sector: Buildings + Subsector: Cooling + - Group: emissions_buildings_lighting + Sector: Buildings + Subsector: Lighting + - Group: emissions_buildings_appliances + Sector: Buildings + Subsector: Appliances + - Group: emissions_households_non_specified + Sector: Households + Subsector: Non-specified + - Group: emissions_households_space_heating + Sector: Households + Subsector: Space heating + - Group: emissions_households_hot_water + Sector: Households + Subsector: Hot water + - Group: emissions_households_cooling + Sector: Households + Subsector: Cooling + - Group: emissions_households_cooking + Sector: Households + Subsector: Cooking + - Group: emissions_households_lighting + Sector: Households + Subsector: Lighting + - Group: emissions_households_appliances + Sector: Households + Subsector: Appliances + - Group: emissions_agriculture_non_specified + Sector: Agriculture + Subsector: Non-specified + - Group: emissions_agriculture_electricity_and_heat_production + Sector: Agriculture + Subsector: Electricity and heat production + - Group: emissions_agriculture_heating + Sector: Agriculture + Subsector: Heating + - Group: emissions_other_non_specified + Sector: Other + Subsector: Non-specified + - Group: emissions_other_heating + Sector: Other + Subsector: Heating + - Group: emissions_other_other_transportation + Sector: Other + Subsector: Other transportation + - Group: emissions_other_indirect_emissions + Sector: Other + Subsector: Indirect emissions + - Group: emissions_lulucf_emissions + Sector: LULUCF + Subsector: Emissions + - Group: emissions_lulucf_removals + Sector: LULUCF + Subsector: Removals + - Group: emissions_waste_non_specified + Sector: Waste + Subsector: Non-specified + - Group: emissions_bunkers_international_aviation + Sector: International transport + Subsector: International aviation + - Group: emissions_bunkers_international_navigation + Sector: International transport + Subsector: International navigation diff --git a/config/molecules_node_positions.yml b/config/molecules_node_positions.yml index 5f3f62251a..88d2e665f3 100644 --- a/config/molecules_node_positions.yml +++ b/config/molecules_node_positions.yml @@ -1,4 +1,25 @@ --- +agriculture_non_specified_energetic_other_ghg: + x: 1920 + "y": 4820 +agriculture_non_specified_non_energetic_co2: + x: 1920 + "y": 4880 +agriculture_non_specified_non_energetic_other_ghg: + x: 1920 + "y": 4940 +buildings_non_specified_energetic_other_ghg: + x: 1920 + "y": 6320 +bunkers_international_aviation_energetic_other_ghg: + x: 1920 + "y": 6440 +bunkers_international_navigation_energetic_other_ghg: + x: 1920 + "y": 6500 +energy_ccus_non_energetic_co2: + x: 1920 + "y": 6800 energy_chp_ht_wood_pellets_ccs_captured_co2: x: 2220 "y": 0 @@ -47,6 +68,18 @@ energy_chp_supercritical_ccs_mt_waste_mix_co2: energy_chp_supercritical_ccs_mt_waste_mix_emitted_co2: x: 2220 "y": 960 +energy_electricity_and_heat_production_energetic_other_ghg: + x: 1920 + "y": 6560 +energy_fuels_production_energetic_other_ghg: + x: 1920 + "y": 6620 +energy_fugitive_emissions_non_energetic_co2: + x: 1920 + "y": 6680 +energy_fugitive_emissions_non_energetic_other_ghg: + x: 1920 + "y": 6740 energy_hydrogen_autothermal_reformer_ccs_captured_co2: x: 2220 "y": 1520 @@ -68,6 +101,9 @@ energy_hydrogen_biomass_gasification_ccs_emitted_co2: energy_hydrogen_captured_co2: x: 1940 "y": 1440 +energy_hydrogen_production_non_energetic_other_ghg: + x: 1920 + "y": 6920 energy_hydrogen_steam_methane_reformer_ccs_captured_co2: x: 2220 "y": 1280 @@ -80,6 +116,9 @@ energy_hydrogen_steam_methane_reformer_ccs_must_run_co2: energy_methanol_production_coal_gas_co: x: 1940 "y": 1680 +energy_methanol_production_non_energetic_other_ghg: + x: 1920 + "y": 6860 energy_power_captured_co2: x: 1940 "y": 440 @@ -94,13 +133,13 @@ energy_power_combined_cycle_ccs_coal_emitted_co2: "y": 440 energy_power_combined_cycle_ccs_network_gas_dispatchable_captured_co2: x: 2220 - "y": 520 -energy_power_combined_cycle_ccs_network_gas_co2: + "y": 500 +energy_power_combined_cycle_ccs_network_gas_dispatchable_co2: x: 2620 - "y": 520 -energy_power_combined_cycle_ccs_network_gas_emitted_co2: + "y": 500 +energy_power_combined_cycle_ccs_network_gas_dispatchable_emitted_co2: x: 2220 - "y": 580 + "y": 560 energy_power_supercritical_ccs_waste_mix_captured_co2: x: 2220 "y": 1140 @@ -203,6 +242,15 @@ energy_production_methanol_synthesis_non_biogenic_waste_ccs_co2: energy_production_methanol_synthesis_non_biogenic_waste_ccs_emitted_co2: x: 2220 "y": 4740 +households_non_specified_energetic_other_ghg: + x: 1920 + "y": 6260 +industry_aluminium_non_energetic_co2: + x: 1920 + "y": 5480 +industry_aluminium_non_energetic_other_ghg: + x: 1920 + "y": 5540 industry_chemical_other_capture_potential_co2: x: 2500 "y": 2940 @@ -239,6 +287,12 @@ industry_chemicals_fertilizers_emitted_co2: industry_chemicals_fertilizers_processes_co2: x: 2940 "y": 2680 +industry_chemicals_non_energetic_co2: + x: 1920 + "y": 5780 +industry_chemicals_non_energetic_other_ghg: + x: 1920 + "y": 5840 industry_chemicals_refineries_capture_potential_co2: x: 2500 "y": 2140 @@ -254,6 +308,9 @@ industry_chemicals_refineries_emitted_co2: industry_external_coupling_node_captured_co2: x: 1940 "y": 1620 +industry_fertilizers_non_energetic_other_ghg: + x: 1920 + "y": 5720 industry_final_demand_for_chemical_fertilizers_coal_co2: x: 3440 "y": 2500 @@ -317,6 +374,15 @@ industry_final_demand_for_other_paper_network_gas_co2: industry_final_demand_for_other_paper_wood_pellets_co2: x: 3440 "y": 3460 +industry_food_non_energetic_co2: + x: 1920 + "y": 6020 +industry_food_non_energetic_other_ghg: + x: 1920 + "y": 6080 +industry_non_specified_energetic_other_ghg: + x: 1920 + "y": 5300 industry_other_food_capture_potential_co2: x: 2500 "y": 3600 @@ -329,6 +395,18 @@ industry_other_food_combustion_co2: industry_other_food_emitted_co2: x: 1940 "y": 3780 +industry_other_metals_non_energetic_co2: + x: 1920 + "y": 5600 +industry_other_metals_non_energetic_other_ghg: + x: 1920 + "y": 5660 +industry_other_non_energetic_co2: + x: 1920 + "y": 6140 +industry_other_non_energetic_other_ghg: + x: 1920 + "y": 6200 industry_other_paper_capture_potential_co2: x: 2500 "y": 3280 @@ -341,6 +419,18 @@ industry_other_paper_combustion_co2: industry_other_paper_emitted_co2: x: 1940 "y": 3460 +industry_paper_non_energetic_co2: + x: 1920 + "y": 5900 +industry_paper_non_energetic_other_ghg: + x: 1920 + "y": 5960 +industry_refineries_energetic_other_ghg: + x: 1920 + "y": 5180 +industry_refineries_non_energetic_other_ghg: + x: 1920 + "y": 5240 industry_steel_blastfurnace_bof_capture_potential_co2: x: 2500 "y": 1740 @@ -383,6 +473,21 @@ industry_steel_external_coupling_node_captured_co2: industry_steel_external_coupling_node_co2: x: 2940 "y": 1920 +industry_steel_non_energetic_co2: + x: 1920 + "y": 5360 +industry_steel_non_energetic_other_ghg: + x: 1920 + "y": 5420 +lulucf_emissions_non_energetic_co2: + x: 1920 + "y": 7160 +lulucf_emissions_non_energetic_other_ghg: + x: 1920 + "y": 7220 +lulucf_removals_non_energetic_co2: + x: 1920 + "y": 7100 molecules_direct_air_capture_co2: x: 1940 "y": 200 @@ -434,3 +539,21 @@ molecules_transport_pipelines_co2: molecules_transport_ships_co2: x: 1140 "y": 480 +other_indirect_emissions_non_energetic_co2: + x: 1920 + "y": 5120 +other_non_specified_energetic_other_ghg: + x: 1920 + "y": 5060 +other_other_transportation_energetic_other_ghg: + x: 1920 + "y": 5000 +transport_non_specified_energetic_other_ghg: + x: 1920 + "y": 6380 +waste_non_specified_non_energetic_co2: + x: 1920 + "y": 6980 +waste_non_specified_non_energetic_other_ghg: + x: 1920 + "y": 7040 diff --git a/datasets.yml b/datasets.yml index 7450fd4474..0baba910f0 100644 --- a/datasets.yml +++ b/datasets.yml @@ -1,4 +1,5 @@ --- nl: 2015 nl2019: 2019 +nl2023: 2023 eu: 2011 diff --git a/datasets/AT_austria/emissions.csv b/datasets/AT_austria/emissions.csv new file mode 100644 index 0000000000..c64fd00b16 --- /dev/null +++ b/datasets/AT_austria/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,96.99667 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,150.77643 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,7070.43598 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,12.02914 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,21.6984 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,3.48169 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,106.46008 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,1.44334 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,118.25276 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,248.09372 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,316.51107 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,4.92896 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.00705 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,190.00049 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,50.3048 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,73.97611 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,130.31905 +Industry,Other,non_energetic,co2,kton CO2-eq,2979.73348 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,2330.8276 +Industry,Other metals,non_energetic,co2,kton CO2-eq,23.76 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,3.39759 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,5.98586 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,8.08926 +Industry,Steel,non_energetic,co2,kton CO2-eq,10339.09313 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,3.88033 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,1989.04603 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,143.42869 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,0.0 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.62618 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.69353 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,264.53851 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,2.052 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,1313.36414 diff --git a/datasets/BE_belgium/emissions.csv b/datasets/BE_belgium/emissions.csv new file mode 100644 index 0000000000..6ca39895fc --- /dev/null +++ b/datasets/BE_belgium/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,183.25473 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,192.22358 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,9367.6977 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,50.36373 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,39.18606 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,189.24881 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,111.92955 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,4.76514 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,116.10414 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,599.22699 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,330.87776 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,5608.89251 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,1689.55708 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,203.16889 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,136.91988 +Industry,Other,non_energetic,co2,kton CO2-eq,4678.54385 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,2807.75155 +Industry,Other metals,non_energetic,co2,kton CO2-eq,104.26968 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,22.8754 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,74.1489 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,3.99612 +Industry,Steel,non_energetic,co2,kton CO2-eq,3925.21751 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,18.70258 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,105.38731 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,585.85817 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,1.01907 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,3.74746 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,261.78154 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,280.76928 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,1144.54223 diff --git a/datasets/BG_bulgaria/emissions.csv b/datasets/BG_bulgaria/emissions.csv new file mode 100644 index 0000000000..fa88623383 --- /dev/null +++ b/datasets/BG_bulgaria/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,44.33205 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,57.55609 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,5946.48781 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,45.44533 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,5.42475 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,2.27232 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,119.75542 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.00842 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,521.83871 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,1172.13747 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,319.80528 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,519.48952 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,76.465 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,50.12362 +Industry,Other,non_energetic,co2,kton CO2-eq,2414.4751 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,831.55449 +Industry,Other metals,non_energetic,co2,kton CO2-eq,129.06911 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.95791 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,7.55699 +Industry,Steel,non_energetic,co2,kton CO2-eq,31.57648 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,255.23753 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,9620.78343 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,68.13999 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.00818 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.12364 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,109.69515 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,12.59824 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,2984.9485 diff --git a/datasets/CH_switzerland/emissions.csv b/datasets/CH_switzerland/emissions.csv new file mode 100644 index 0000000000..1588bf60b9 --- /dev/null +++ b/datasets/CH_switzerland/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,7.95578 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,45.39014 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,5850.049 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,31.72145 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,41.99984 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,0.12508 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,20.66426 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.14273 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,33.35183 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,206.94445 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,81.17777 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,142.11408 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,589.79652 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,37.80708 +Industry,Other,non_energetic,co2,kton CO2-eq,1945.12879 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,1584.5096 +Industry,Other metals,non_energetic,co2,kton CO2-eq,1.5162 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.32213 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.54664 +Industry,Steel,non_energetic,co2,kton CO2-eq,6.75597 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,61.35929 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,1827.78003 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,120.28818 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.94108 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0495 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,139.48591 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,9.05672 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,1190.27139 diff --git a/datasets/CY_cyprus/emissions.csv b/datasets/CY_cyprus/emissions.csv new file mode 100644 index 0000000000..becc5b5f2e --- /dev/null +++ b/datasets/CY_cyprus/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,0.51454 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,0.22587 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,495.23036 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,1.68654 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,7.81438 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,10.663 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,10.28705 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.17673 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,0.0 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,10.36792 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,6.20707 +Industry,Other,non_energetic,co2,kton CO2-eq,819.36754 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,353.65649 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Steel,non_energetic,co2,kton CO2-eq,0.0 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,1.71572 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,298.75689 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,4.9672 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.14148 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,14.59073 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,656.42427 diff --git a/datasets/CZ_czechia/emissions.csv b/datasets/CZ_czechia/emissions.csv new file mode 100644 index 0000000000..3ef26aab0c --- /dev/null +++ b/datasets/CZ_czechia/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,19.08351 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,341.93262 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,7591.50531 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,13.99662 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,9.43253 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,0.0 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,225.40287 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,16.64257 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,83.73748 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,3280.26335 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,1097.68979 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,1224.51457 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,110.67642 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,81.70577 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,106.92744 +Industry,Other,non_energetic,co2,kton CO2-eq,3600.92688 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,4096.20998 +Industry,Other metals,non_energetic,co2,kton CO2-eq,11.83379 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,5.09298 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.68762 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.53281 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,5.45814 +Industry,Steel,non_energetic,co2,kton CO2-eq,5813.09417 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,10.2042 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,7727.83315 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,50.23198 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,0.0 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,658.33062 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,3.0522 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.04955 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,193.45288 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,108.6457 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,5560.62785 diff --git a/datasets/DE_germany/emissions.csv b/datasets/DE_germany/emissions.csv new file mode 100644 index 0000000000..35bf1f68f7 --- /dev/null +++ b/datasets/DE_germany/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,245.22991 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,2730.80358 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,55794.20352 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,178.35372 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,253.74532 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,43.88243 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,4075.69769 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,289.4041 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,1608.33747 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,2575.6488 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,1184.53801 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,694.34578 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,81.4782 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,1326.32823 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,815.20834 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,322.30302 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,1043.49019 +Industry,Other,non_energetic,co2,kton CO2-eq,21520.7604 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,13286.59216 +Industry,Other metals,non_energetic,co2,kton CO2-eq,381.44004 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,75.3237 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,68.40507 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,1.27471 +Industry,Steel,non_energetic,co2,kton CO2-eq,16948.07554 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,5.56444 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,7706.51255 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,14528.77232 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,4.96302 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,15.92923 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,1702.10275 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,5376.59338 diff --git a/datasets/DK_denmark/emissions.csv b/datasets/DK_denmark/emissions.csv new file mode 100644 index 0000000000..a32ffa354b --- /dev/null +++ b/datasets/DK_denmark/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,40.37032 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,184.71285 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,11990.99703 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,18.07428 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,27.73961 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,16.44338 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,200.57799 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,6.64643 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,194.87786 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,65.90538 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,149.80316 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,1.49136 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,77.39899 +Industry,Other,non_energetic,co2,kton CO2-eq,1411.91216 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,488.708 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.1144 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,1.5333 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,22.02483 +Industry,Steel,non_energetic,co2,kton CO2-eq,0.0 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,2662.96648 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,327.05209 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,0.0 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,272.47093 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,2.17537 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,142.90975 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,26.46795 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,1138.79773 diff --git a/datasets/EE_estonia/emissions.csv b/datasets/EE_estonia/emissions.csv new file mode 100644 index 0000000000..1a506dd31d --- /dev/null +++ b/datasets/EE_estonia/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,3.61631 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,15.59661 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,1543.95781 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,1.69893 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,1.60996 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,5.09684 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,32.26443 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,3.19228 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,0.03025 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,22.30604 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,19.39481 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,6.16918 +Industry,Other,non_energetic,co2,kton CO2-eq,385.31924 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,225.38873 +Industry,Other metals,non_energetic,co2,kton CO2-eq,3.29263 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Steel,non_energetic,co2,kton CO2-eq,0.0 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,803.31794 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,346.16905 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,0.0 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,27.93659 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.56504 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,327.94357 diff --git a/datasets/EL_greece/emissions.csv b/datasets/EL_greece/emissions.csv new file mode 100644 index 0000000000..896d81b1ff --- /dev/null +++ b/datasets/EL_greece/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,44.19419 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,34.80084 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,8065.72854 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,0.8657 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,30.37993 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,192.03843 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,78.89026 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.03975 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,9.04229 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,790.53411 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,260.0278 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,291.35792 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,94.35707 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,654.14217 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,18.93692 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,47.35991 +Industry,Other,non_energetic,co2,kton CO2-eq,4089.34909 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,5295.33724 +Industry,Other metals,non_energetic,co2,kton CO2-eq,598.04521 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,6.08333 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,16.47075 +Industry,Steel,non_energetic,co2,kton CO2-eq,81.44683 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.37796 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,105.53425 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,5505.97547 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,1.02004 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,296.60323 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,3.36032 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,5376.96535 diff --git a/datasets/ES_spain/emissions.csv b/datasets/ES_spain/emissions.csv new file mode 100644 index 0000000000..f7e386778d --- /dev/null +++ b/datasets/ES_spain/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,141.60953 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,559.55508 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,33338.80158 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,145.63078 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,139.85696 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,218.70589 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,480.45192 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,43.95745 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,361.63688 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,240.21712 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,805.72328 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,392.63911 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,36.71043 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,3157.12648 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,344.78303 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,132.32245 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,1275.85374 +Industry,Other,non_energetic,co2,kton CO2-eq,12390.71344 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,6396.20304 +Industry,Other metals,non_energetic,co2,kton CO2-eq,702.08705 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,2.46417 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,10.19017 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,2.57084 +Industry,Steel,non_energetic,co2,kton CO2-eq,1424.83608 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,22.26774 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,381.85657 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,45611.24355 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,3.76891 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.13395 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,998.66236 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,14731.05395 diff --git a/datasets/EU27_european_union_27_countries/emissions.csv b/datasets/EU27_european_union_27_countries/emissions.csv new file mode 100644 index 0000000000..84e6a0cecd --- /dev/null +++ b/datasets/EU27_european_union_27_countries/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,5297.27536 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,9378.87843 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,370869.08459 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,1354.38871 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,1030.86238 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,1501.74002 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,8100.38133 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,430.56311 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,10991.35741 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,47112.09293 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.64794 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,18494.37169 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,3073.6856 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,360.44603 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,26798.46765 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,6217.93847 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,2748.14339 +Industry,Food,non_energetic,co2,kton CO2-eq,81.48018 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,5608.30478 +Industry,Other,non_energetic,co2,kton CO2-eq,112552.20853 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,88181.37779 +Industry,Other metals,non_energetic,co2,kton CO2-eq,4521.80185 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,135.65774 +Industry,Paper,non_energetic,co2,kton CO2-eq,23.65133 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,87.80617 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,375.39363 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,184.44027 +Industry,Steel,non_energetic,co2,kton CO2-eq,66661.84693 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,153.40264 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,22281.91434 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,269599.53798 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,3034.01954 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,54.3066 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,43.24902 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,9026.50937 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,2843.91744 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,109605.51013 diff --git a/datasets/FI_finland/emissions.csv b/datasets/FI_finland/emissions.csv new file mode 100644 index 0000000000..9c15c15420 --- /dev/null +++ b/datasets/FI_finland/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,18.10307 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,190.33147 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,6255.54031 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,14.02472 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,19.01825 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,8.9778 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,254.28832 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.94853 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,65.14468 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,19.71175 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,250.15522 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,1137.73507 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,1.036 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,182.48182 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,161.50602 +Industry,Other,non_energetic,co2,kton CO2-eq,1127.07865 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,1007.61307 +Industry,Other metals,non_energetic,co2,kton CO2-eq,22.75942 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,18.87421 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,10.23213 +Industry,Steel,non_energetic,co2,kton CO2-eq,1852.20395 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.00234 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,2650.59435 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,9366.89917 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,53.35918 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,7.22995 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,92.77513 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,1977.81417 diff --git a/datasets/FR_france/emissions.csv b/datasets/FR_france/emissions.csv new file mode 100644 index 0000000000..c3defe2490 --- /dev/null +++ b/datasets/FR_france/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,836.91508 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,2028.59964 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,67121.58389 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,97.18329 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,141.54316 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,53.00543 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,276.80702 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,1.94356 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,497.86509 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,1131.82537 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,2262.1054 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,666.79068 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,60.32305 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,5261.63613 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,509.9257 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,473.36191 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,602.78658 +Industry,Other,non_energetic,co2,kton CO2-eq,10724.62779 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,13514.68455 +Industry,Other metals,non_energetic,co2,kton CO2-eq,1485.04155 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,40.33034 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.06396 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,7.59028 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,7.69627 +Industry,Steel,non_energetic,co2,kton CO2-eq,11143.92472 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,26.95835 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,2568.79551 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,18598.13641 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,820.38575 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,10.44767 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,3.82395 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,1431.38957 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,1814.89417 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,17503.57244 diff --git a/datasets/GB_great_britain/emissions.csv b/datasets/GB_great_britain/emissions.csv new file mode 100644 index 0000000000..2e97d6223d --- /dev/null +++ b/datasets/GB_great_britain/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,72.88602 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,1427.42404 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,37074.80515 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,56.38575 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,307.91235 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,120.99274 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,661.9959 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,383.20546 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,4283.23747 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,5850.35432 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,621.9194 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,60.66016 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,5.61768 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,2830.36353 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,196.60591 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,34.49572 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,318.93274 +Industry,Other,non_energetic,co2,kton CO2-eq,6733.28839 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,13282.16349 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,87.73359 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,19.20809 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.16492 +Industry,Steel,non_energetic,co2,kton CO2-eq,10546.50731 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,12.39233 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,6449.52067 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,5653.72865 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,16.08869 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,6.6268 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,1112.32356 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,301.95516 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,19802.55444 diff --git a/datasets/HR_croatia/emissions.csv b/datasets/HR_croatia/emissions.csv new file mode 100644 index 0000000000..0443198786 --- /dev/null +++ b/datasets/HR_croatia/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,61.07569 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,75.65983 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,2645.57563 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,6.97726 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,4.54613 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,0.7571 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,31.86055 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.23881 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,286.93793 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,184.63735 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,404.65878 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,44.55129 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,10.72038 +Industry,Other,non_energetic,co2,kton CO2-eq,1417.99326 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,1494.51088 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,1.6249 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,1.84156 +Industry,Steel,non_energetic,co2,kton CO2-eq,4.9118 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,121.77671 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,5857.61481 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,68.03867 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,1985.62774 diff --git a/datasets/HU_hungary/emissions.csv b/datasets/HU_hungary/emissions.csv new file mode 100644 index 0000000000..819a6934d0 --- /dev/null +++ b/datasets/HU_hungary/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,21.74067 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,216.83339 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,6772.49636 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,21.93039 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,6.35656 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,0.0 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,73.60341 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.36122 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,149.44345 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,1876.71301 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,548.17927 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,1306.62934 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,48.21406 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,28.55778 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,43.35598 +Industry,Other,non_energetic,co2,kton CO2-eq,1570.0333 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,2086.41305 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,2.47625 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,4.77445 +Industry,Steel,non_energetic,co2,kton CO2-eq,1218.10073 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,5.27985 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,52.1244 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,5440.17742 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.31571 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.16814 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,169.38765 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,30.69736 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,3757.33523 diff --git a/datasets/IE_ireland/emissions.csv b/datasets/IE_ireland/emissions.csv new file mode 100644 index 0000000000..fe11622838 --- /dev/null +++ b/datasets/IE_ireland/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,53.48264 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,435.88301 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,21353.89749 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,11.43189 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,24.6131 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,4.32241 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,135.29076 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.29569 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,0.28565 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,100.99966 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,172.84402 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Food,non_energetic,co2,kton CO2-eq,65.07907 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,20.65369 +Industry,Other,non_energetic,co2,kton CO2-eq,2163.0056 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,913.57152 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.30032 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.33375 +Industry,Steel,non_energetic,co2,kton CO2-eq,0.0 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,5638.88523 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,1018.18247 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,0.0 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.13804 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,132.35241 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,31.97419 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,943.69467 diff --git a/datasets/IT_italy/emissions.csv b/datasets/IT_italy/emissions.csv new file mode 100644 index 0000000000..17fc22e018 --- /dev/null +++ b/datasets/IT_italy/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,706.24663 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,429.58115 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,31760.70928 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,441.47686 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,85.25429 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,50.36559 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,307.17637 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,20.84674 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,614.41877 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,4178.69716 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,3590.39743 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,783.20756 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,854.51153 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,38.28216 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,985.65749 +Industry,Other,non_energetic,co2,kton CO2-eq,12084.64405 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,18095.88813 +Industry,Other metals,non_energetic,co2,kton CO2-eq,245.23418 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,5.2351 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,130.30428 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,29.526 +Industry,Steel,non_energetic,co2,kton CO2-eq,1357.04996 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,42.33991 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,636.18347 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,42473.19903 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,12.85631 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,10.15422 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,1101.96678 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,95.62048 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,19561.37837 diff --git a/datasets/LT_lithuania/emissions.csv b/datasets/LT_lithuania/emissions.csv new file mode 100644 index 0000000000..1465fa5bcd --- /dev/null +++ b/datasets/LT_lithuania/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,18.54356 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,67.49972 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,4219.46902 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,12.23112 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,2.80813 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,5.8806 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,56.64535 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.07694 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,233.94169 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,327.58359 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,179.83734 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,159.47223 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,18.44015 +Industry,Other,non_energetic,co2,kton CO2-eq,619.80945 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,541.99469 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,2.04053 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.81211 +Industry,Steel,non_energetic,co2,kton CO2-eq,1.50895 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,152.3801 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,6035.06618 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,41.69347 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.22195 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,1.85874 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,70.95567 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,1.68071 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,956.68015 diff --git a/datasets/LU_luxembourg/emissions.csv b/datasets/LU_luxembourg/emissions.csv new file mode 100644 index 0000000000..807ff1ae96 --- /dev/null +++ b/datasets/LU_luxembourg/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,1.09005 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,14.26811 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,676.59729 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,3.06743 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,14.19231 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,0.0039 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,7.32427 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.0 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,0.04149 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,34.88012 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,10.20311 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,18.42594 +Industry,Other,non_energetic,co2,kton CO2-eq,493.65165 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,64.12974 +Industry,Other metals,non_energetic,co2,kton CO2-eq,2.2834 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Steel,non_energetic,co2,kton CO2-eq,103.7048 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,8.50732 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,372.10194 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.00383 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,61.66777 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,92.98084 diff --git a/datasets/LV_latvia/emissions.csv b/datasets/LV_latvia/emissions.csv new file mode 100644 index 0000000000..981413a3f1 --- /dev/null +++ b/datasets/LV_latvia/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,54.13349 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,54.8702 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,2143.48665 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,38.03259 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,4.53587 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,85.99352 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,39.74131 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.86717 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,0.01017 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,109.7108 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,162.53792 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,48.24104 +Industry,Other,non_energetic,co2,kton CO2-eq,620.04006 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,261.37152 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Steel,non_energetic,co2,kton CO2-eq,0.0 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,1394.9977 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,3687.89446 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,12.67657 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.22314 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,47.14411 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.02893 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,575.72863 diff --git a/datasets/MT_malta/emissions.csv b/datasets/MT_malta/emissions.csv new file mode 100644 index 0000000000..512c240595 --- /dev/null +++ b/datasets/MT_malta/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,1.15707 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,86.41265 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,0.40812 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,3.76657 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,68.76701 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,0.80519 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.0 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,0.0 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,0.77465 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,0.033 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,0.12713 +Industry,Other,non_energetic,co2,kton CO2-eq,4.69287 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,222.27866 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Steel,non_energetic,co2,kton CO2-eq,0.0 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,5.34581 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,0.37045 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,0.0 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.02896 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,5.36936 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.55433 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,183.79959 diff --git a/datasets/NO_norway/emissions.csv b/datasets/NO_norway/emissions.csv new file mode 100644 index 0000000000..a31e6117fb --- /dev/null +++ b/datasets/NO_norway/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,4.62186 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,114.40563 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,4516.46047 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,14.14343 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,25.82008 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,79.21733 +Energy,CCUS,non_energetic,co2,kton CO2-eq,11.2613 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,44.92736 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,114.58277 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,876.55248 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,536.19877 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,15.26 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,225.46385 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,2016.311 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,157.41114 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,851.30909 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,73.89218 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,163.78672 +Industry,Food,non_energetic,co2,kton CO2-eq,105.387 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,45.64527 +Industry,Other,non_energetic,co2,kton CO2-eq,1099.55506 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,958.36396 +Industry,Other metals,non_energetic,co2,kton CO2-eq,2687.26557 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,5.37003 +Industry,Paper,non_energetic,co2,kton CO2-eq,8.2885 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,1.18815 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,41.93 +Industry,Steel,non_energetic,co2,kton CO2-eq,27.949 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,448.17188 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,15737.03115 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,260.35785 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.97979 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,245.25633 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,225.18086 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,1347.34978 diff --git a/datasets/PL_poland/emissions.csv b/datasets/PL_poland/emissions.csv new file mode 100644 index 0000000000..190ef18e84 --- /dev/null +++ b/datasets/PL_poland/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,1185.633 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,1122.66833 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,31472.48796 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,101.35549 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,24.61468 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,8.38577 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,629.99109 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,5.45809 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,4343.70772 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,19303.25909 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,3943.09905 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,1147.04657 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,97.13051 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,404.74724 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,310.22258 +Industry,Other,non_energetic,co2,kton CO2-eq,12163.03302 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,5528.74371 +Industry,Other metals,non_energetic,co2,kton CO2-eq,479.70724 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,1.83464 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,7.6528 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,36.24173 +Industry,Steel,non_energetic,co2,kton CO2-eq,1897.14963 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,12.67723 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,1771.19819 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,20065.7024 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,484.28068 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.84757 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,740.29935 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,259.96695 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,4922.1553 diff --git a/datasets/PT_portugal/emissions.csv b/datasets/PT_portugal/emissions.csv new file mode 100644 index 0000000000..9150fad410 --- /dev/null +++ b/datasets/PT_portugal/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,52.64543 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,41.48118 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,7207.13423 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,9.55675 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,35.24769 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,28.99991 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,133.97386 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.0 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,134.68997 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,81.85073 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,319.6619 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,639.58951 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,30.33206 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,32.08748 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,156.85291 +Industry,Other,non_energetic,co2,kton CO2-eq,3256.86233 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,3218.47886 +Industry,Other metals,non_energetic,co2,kton CO2-eq,12.84612 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,2.1849 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,1e-05 +Industry,Steel,non_energetic,co2,kton CO2-eq,80.92156 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,676.2827 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,5174.82086 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,143.87944 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.46092 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,181.31167 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,27.49684 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,5194.92963 diff --git a/datasets/RO_romania/emissions.csv b/datasets/RO_romania/emissions.csv new file mode 100644 index 0000000000..8ac1657861 --- /dev/null +++ b/datasets/RO_romania/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,127.2314 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,128.58293 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,19114.51816 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,47.70305 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,4.84424 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,1.03881 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,81.79216 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,2.78581 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,862.13812 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,9421.30631 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.64794 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,1239.05658 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,329.03768 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,3.43617 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,53.04299 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,4.9152 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,105.78743 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,58.69446 +Industry,Other,non_energetic,co2,kton CO2-eq,5472.57503 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,1842.1163 +Industry,Other metals,non_energetic,co2,kton CO2-eq,8.90016 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,2.58999 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,8.61755 +Industry,Steel,non_energetic,co2,kton CO2-eq,3845.54931 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,4.81718 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,71.8782 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,48294.48275 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,2.10463 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.12424 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,260.80647 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,6.541 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,6548.48162 diff --git a/datasets/RS_serbia/emissions.csv b/datasets/RS_serbia/emissions.csv new file mode 100644 index 0000000000..d0374b6dd7 --- /dev/null +++ b/datasets/RS_serbia/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,30.08369 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,171.74351 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,5012.80378 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,13.21957 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,3.24517 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,0.0 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,116.59567 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,1.77034 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,32.62383 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,2311.63475 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,352.72652 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,6.26076 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0053 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,26.12201 +Industry,Other,non_energetic,co2,kton CO2-eq,1373.71701 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,228.19138 +Industry,Other metals,non_energetic,co2,kton CO2-eq,15.62085 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,71.5575 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.86332 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Steel,non_energetic,co2,kton CO2-eq,3541.00078 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.00236 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,21.8593 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,5118.79222 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,127.83217 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,3069.96678 diff --git a/datasets/SE_sweden/emissions.csv b/datasets/SE_sweden/emissions.csv new file mode 100644 index 0000000000..30f39398ef --- /dev/null +++ b/datasets/SE_sweden/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,24.16383 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,122.8464 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,6575.96263 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,7.36454 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,32.33917 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,110.07248 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,251.27758 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.2469 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,66.4468 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,35.76789 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,100.69912 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,177.16216 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,44.32182 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,906.3576 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,1.7945 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,24.69058 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,137.20653 +Industry,Other,non_energetic,co2,kton CO2-eq,2139.85343 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,1046.89105 +Industry,Other metals,non_energetic,co2,kton CO2-eq,447.5735 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.9464 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.02435 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,87.80617 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,1.55641 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Steel,non_energetic,co2,kton CO2-eq,2962.22388 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.33051 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,1586.83703 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,39842.4798 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,5.02753 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,217.15969 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,119.819 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,1026.82614 diff --git a/datasets/SG_singapore/emissions.csv b/datasets/SG_singapore/emissions.csv new file mode 100644 index 0000000000..245d82db84 --- /dev/null +++ b/datasets/SG_singapore/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,0.09009 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,8.172 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,1.17995 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,119.93214 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,1399.48185 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,85.67697 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.0 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,683.59227 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,37.43392 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,0.60669 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,1079.14745 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,26.74507 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,26.73832 +Industry,Other,non_energetic,co2,kton CO2-eq,32.51622 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,5430.68245 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Steel,non_energetic,co2,kton CO2-eq,0.0 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,10.23226 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,5.67063 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,0.0 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,172.33727 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,219.8574 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,83.73684 diff --git a/datasets/SI_slovenia/emissions.csv b/datasets/SI_slovenia/emissions.csv new file mode 100644 index 0000000000..7215ac0aea --- /dev/null +++ b/datasets/SI_slovenia/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,21.4335 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,28.18226 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,1779.66816 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,1.55712 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,0.58768 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,5.78887 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,23.20932 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.0002 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,124.60322 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,284.21265 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,149.07051 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,110.50415 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,10.6163 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,60.30257 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,22.29351 +Industry,Other,non_energetic,co2,kton CO2-eq,597.83894 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,357.41468 +Industry,Other metals,non_energetic,co2,kton CO2-eq,9.00267 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Steel,non_energetic,co2,kton CO2-eq,58.87043 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,38.95208 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,3383.77256 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.03026 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.00059 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,62.39659 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,20.56081 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,453.48137 diff --git a/datasets/SK_slovakia/emissions.csv b/datasets/SK_slovakia/emissions.csv new file mode 100644 index 0000000000..e7c56ab359 --- /dev/null +++ b/datasets/SK_slovakia/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,26.90104 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,68.24966 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,2460.7653 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,15.62766 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,1.38692 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,0.15482 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,41.52938 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.34749 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,19.07983 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,510.34888 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,256.62192 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,274.71431 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,4.66855 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,718.68 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.30539 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,81.38773 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,48.94158 +Industry,Other,non_energetic,co2,kton CO2-eq,2319.9123 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,756.36125 +Industry,Other metals,non_energetic,co2,kton CO2-eq,239.11468 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,1.03281 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,3.17935 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,5.86515 +Industry,Steel,non_energetic,co2,kton CO2-eq,3554.28066 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,70.49661 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,5585.29421 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,45.3009 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,1.01442 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.38923 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,87.35867 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,3.05156 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,1874.53364 diff --git a/datasets/UKNI01_northern_ireland/emissions.csv b/datasets/UKNI01_northern_ireland/emissions.csv new file mode 100644 index 0000000000..242c5e0653 --- /dev/null +++ b/datasets/UKNI01_northern_ireland/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,5.55405 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,17.468 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,5327.90283 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,2.80794 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,1.70541 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,2.22891 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,11.73897 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.0 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,0.16702 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,4.04321 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,79.90826 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,10.87474 +Industry,Other,non_energetic,co2,kton CO2-eq,69.0574 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,305.73101 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Steel,non_energetic,co2,kton CO2-eq,0.0 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,426.04827 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,607.53162 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,0.0 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.47799 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.51838 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,37.8814 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.52536 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,887.63217 diff --git a/datasets/UK_united_kingdom/emissions.csv b/datasets/UK_united_kingdom/emissions.csv new file mode 100644 index 0000000000..d2e8c34253 --- /dev/null +++ b/datasets/UK_united_kingdom/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,78.44007 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,1444.89204 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,42402.70798 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,59.19369 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,309.61776 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,123.22165 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,673.73487 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,383.20546 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,4283.40449 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,5854.39753 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,701.82766 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,60.66016 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,5.61768 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,2830.36353 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,196.60591 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,34.49572 +Industry,Food,non_energetic,co2,kton CO2-eq,0.0 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,329.80748 +Industry,Other,non_energetic,co2,kton CO2-eq,6802.34579 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,13587.8945 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,87.73359 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,19.20809 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.16492 +Industry,Steel,non_energetic,co2,kton CO2-eq,10546.50731 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,12.39233 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,7057.05229 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,5227.68038 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,16.56668 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,7.14518 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,1150.20496 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,302.48052 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,20690.18661 diff --git a/datasets/eu/emissions.csv b/datasets/eu/emissions.csv new file mode 100644 index 0000000000..7acf67b2ac --- /dev/null +++ b/datasets/eu/emissions.csv @@ -0,0 +1,38 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,0.0 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,0.0 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,0.0 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,0.0 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Industry,Other,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Steel,non_energetic,co2,kton CO2-eq,0.0 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,0.0 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,0.0 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,0.0 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.0 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,0.0 diff --git a/datasets/nl/emissions.csv b/datasets/nl/emissions.csv new file mode 100644 index 0000000000..728434d866 --- /dev/null +++ b/datasets/nl/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,1039.61737 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,134.64905 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,18863.47433 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,55.64044 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,86.58466 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,386.36696 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,355.6666 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,40.86544 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,135.16769 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,721.14132 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,433.18467 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,39.9058 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,5.84769 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,1410.82032 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,1569.73308 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,329.33935 +Industry,Food,non_energetic,co2,kton CO2-eq,13.54267 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,97.6826 +Industry,Other,non_energetic,co2,kton CO2-eq,1757.70271 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,1929.80226 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,27.01941 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,6.21011 +Industry,Steel,non_energetic,co2,kton CO2-eq,16.42348 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,5072.69447 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,335.63607 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,0.0 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,451.71965 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.04293 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,313.78377 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,4418.98496 diff --git a/datasets/nl2019/emissions.csv b/datasets/nl2019/emissions.csv new file mode 100755 index 0000000000..6f7fef0c1a --- /dev/null +++ b/datasets/nl2019/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,1263.93948 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,85.16185 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,18361.45468 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,54.73425 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,90.46196 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,389.13233 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,319.1768 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,29.87723 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,109.00431 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,505.09517 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,409.0108 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,132.20487 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,24.5274 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,2102.22198 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,1659.24385 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,263.85759 +Industry,Food,non_energetic,co2,kton CO2-eq,16.40112 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,101.6442 +Industry,Other,non_energetic,co2,kton CO2-eq,1490.79637 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,1270.95703 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,27.18206 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,11.05792 +Industry,Steel,non_energetic,co2,kton CO2-eq,18.10682 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,3848.40368 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,327.49089 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,0.0 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,431.12829 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.03942 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,315.26476 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,3805.72621 diff --git a/datasets/nl2023/emissions.csv b/datasets/nl2023/emissions.csv new file mode 100755 index 0000000000..cad3af2a14 --- /dev/null +++ b/datasets/nl2023/emissions.csv @@ -0,0 +1,42 @@ +etm_sector,etm_subsector,use,ghg,unit,value +Agriculture,Non-specified,energetic,other_ghg,kton CO2-eq,1056.7491 +Agriculture,Non-specified,non_energetic,co2,kton CO2-eq,93.21328 +Agriculture,Non-specified,non_energetic,other_ghg,kton CO2-eq,17888.11512 +Buildings,Non-specified,energetic,other_ghg,kton CO2-eq,64.31237 +Bunkers,International aviation,energetic,other_ghg,kton CO2-eq,77.41099 +Bunkers,International navigation,energetic,other_ghg,kton CO2-eq,474.73962 +Energy,CCUS,non_energetic,co2,kton CO2-eq,0.0 +Energy,Electricity and heat production,energetic,other_ghg,kton CO2-eq,275.87953 +Energy,Fuels production,energetic,other_ghg,kton CO2-eq,14.74504 +Energy,Fugitive emissions,non_energetic,co2,kton CO2-eq,104.21416 +Energy,Fugitive emissions,non_energetic,other_ghg,kton CO2-eq,476.66386 +Energy,Hydrogen production,non_energetic,other_ghg,kton CO2-eq,0.0 +Energy,Methanol production,non_energetic,other_ghg,kton CO2-eq,0.0 +Households,Non-specified,energetic,other_ghg,kton CO2-eq,322.39822 +Industry,Aluminium,non_energetic,co2,kton CO2-eq,0.0 +Industry,Aluminium,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Chemicals,non_energetic,co2,kton CO2-eq,7991.64967 +Industry,Chemicals,non_energetic,other_ghg,kton CO2-eq,799.45639 +Industry,Fertilizers,non_energetic,other_ghg,kton CO2-eq,67.79018 +Industry,Food,non_energetic,co2,kton CO2-eq,26.84936 +Industry,Food,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Non-specified,energetic,other_ghg,kton CO2-eq,86.20713 +Industry,Other,non_energetic,co2,kton CO2-eq,1338.28324 +Industry,Other,non_energetic,other_ghg,kton CO2-eq,855.46837 +Industry,Other metals,non_energetic,co2,kton CO2-eq,0.0 +Industry,Other metals,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Paper,non_energetic,co2,kton CO2-eq,0.0 +Industry,Paper,non_energetic,other_ghg,kton CO2-eq,0.0 +Industry,Refineries,energetic,other_ghg,kton CO2-eq,22.76402 +Industry,Refineries,non_energetic,other_ghg,kton CO2-eq,8.4411 +Industry,Steel,non_energetic,co2,kton CO2-eq,8.52287 +Industry,Steel,non_energetic,other_ghg,kton CO2-eq,0.0 +LULUCF,Emissions,non_energetic,co2,kton CO2-eq,3114.54657 +LULUCF,Emissions,non_energetic,other_ghg,kton CO2-eq,689.90869 +LULUCF,Removals,non_energetic,co2,kton CO2-eq,0.0 +Other,Indirect emissions,non_energetic,co2,kton CO2-eq,432.73137 +Other,Non-specified,energetic,other_ghg,kton CO2-eq,0.0 +Other,Other transportation,energetic,other_ghg,kton CO2-eq,0.03339 +Transport,Non-specified,energetic,other_ghg,kton CO2-eq,400.53617 +Waste,Non-specified,non_energetic,co2,kton CO2-eq,0.0 +Waste,Non-specified,non_energetic,other_ghg,kton CO2-eq,2844.47524 diff --git a/gqueries/general/co2/primary_co2_emission_of_energy.gql b/gqueries/general/co2/primary_co2_emission_of_energy.gql index 0b2ff951fa..b7f3af7776 100644 --- a/gqueries/general/co2/primary_co2_emission_of_energy.gql +++ b/gqueries/general/co2/primary_co2_emission_of_energy.gql @@ -13,7 +13,7 @@ INTERSECTION(G(co2_emissions_refinery_products), SECTOR(energy)), "demand * weighted_carrier_co2_per_mj" ), - MV(MG(ccu_emitted), demand), + MV(MG(ccus_emitted), demand), NEG(MV(molecules_direct_air_capture_co2, demand)) ), BILLIONS diff --git a/graphs/energy/edges/agriculture/agriculture_final_demand_crude_oil-agriculture_burner_crude_oil@crude_oil.ad b/graphs/energy/edges/agriculture/agriculture_final_demand_crude_oil-agriculture_burner_crude_oil@crude_oil.ad index 4b05a2993e..be46d4f6ed 100644 --- a/graphs/energy/edges/agriculture/agriculture_final_demand_crude_oil-agriculture_burner_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/agriculture/agriculture_final_demand_crude_oil-agriculture_burner_crude_oil@crude_oil.ad @@ -1,3 +1,3 @@ - type = share - reversed = false -- groups = [final_demand] \ No newline at end of file +- groups = [final_demand, emissions_skip_crude_oil_mix] diff --git a/graphs/energy/edges/buildings/buildings_final_demand_crude_oil-buildings_final_demand_for_appliances_crude_oil@crude_oil.ad b/graphs/energy/edges/buildings/buildings_final_demand_crude_oil-buildings_final_demand_for_appliances_crude_oil@crude_oil.ad index b5a3a8b73b..9aca9f51a1 100644 --- a/graphs/energy/edges/buildings/buildings_final_demand_crude_oil-buildings_final_demand_for_appliances_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/buildings/buildings_final_demand_crude_oil-buildings_final_demand_for_appliances_crude_oil@crude_oil.ad @@ -1,3 +1,3 @@ - type = share - reversed = false -- groups = [] \ No newline at end of file +- groups = [emissions_skip_crude_oil_mix] \ No newline at end of file diff --git a/graphs/energy/edges/buildings/buildings_final_demand_crude_oil-buildings_final_demand_for_space_heating_crude_oil@crude_oil.ad b/graphs/energy/edges/buildings/buildings_final_demand_crude_oil-buildings_final_demand_for_space_heating_crude_oil@crude_oil.ad index 8690bb4118..a6eb061868 100644 --- a/graphs/energy/edges/buildings/buildings_final_demand_crude_oil-buildings_final_demand_for_space_heating_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/buildings/buildings_final_demand_crude_oil-buildings_final_demand_for_space_heating_crude_oil@crude_oil.ad @@ -1,6 +1,6 @@ - type = share - reversed = false -- groups = [] +- groups = [emissions_skip_crude_oil_mix] - graph_methods = [parent_share] ~ parent_share = SHARE("energy/buildings_final_demand_crude_oil_parent_share", buildings_final_demand_for_space_heating_crude_oil) diff --git a/graphs/energy/edges/buildings/buildings_final_demand_for_appliances_crude_oil-buildings_appliances_crude_oil@crude_oil.ad b/graphs/energy/edges/buildings/buildings_final_demand_for_appliances_crude_oil-buildings_appliances_crude_oil@crude_oil.ad index 1af8b90e7a..f204aa0896 100644 --- a/graphs/energy/edges/buildings/buildings_final_demand_for_appliances_crude_oil-buildings_appliances_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/buildings/buildings_final_demand_for_appliances_crude_oil-buildings_appliances_crude_oil@crude_oil.ad @@ -1,3 +1,3 @@ - type = share - reversed = false -- groups = [final_demand, appliances_buildings] +- groups = [final_demand, appliances_buildings, emissions_skip_crude_oil_mix] diff --git a/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_crude_oil-buildings_space_heater_crude_oil@crude_oil.ad b/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_crude_oil-buildings_space_heater_crude_oil@crude_oil.ad index 035242966b..a935b02b66 100644 --- a/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_crude_oil-buildings_space_heater_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_crude_oil-buildings_space_heater_crude_oil@crude_oil.ad @@ -1,5 +1,5 @@ - type = share - reversed = false -- groups = [final_demand, space_heating_buildings] +- groups = [final_demand, space_heating_buildings, emissions_skip_crude_oil_mix] ~ parent_share = 1.0 \ No newline at end of file diff --git a/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_crude_oil-buildings_space_heater_hybrid_crude_oil_heatpump_air_water_electricity@crude_oil.ad b/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_crude_oil-buildings_space_heater_hybrid_crude_oil_heatpump_air_water_electricity@crude_oil.ad index b29524b784..aaf15bfedb 100644 --- a/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_crude_oil-buildings_space_heater_hybrid_crude_oil_heatpump_air_water_electricity@crude_oil.ad +++ b/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_crude_oil-buildings_space_heater_hybrid_crude_oil_heatpump_air_water_electricity@crude_oil.ad @@ -1,5 +1,5 @@ - type = share - reversed = false -- groups = [final_demand, space_heating_buildings] +- groups = [final_demand, space_heating_buildings, emissions_skip_crude_oil_mix] ~ parent_share = 0.0 diff --git a/graphs/energy/edges/households/households_final_demand_crude_oil-households_final_demand_for_hot_water_crude_oil@crude_oil.ad b/graphs/energy/edges/households/households_final_demand_crude_oil-households_final_demand_for_hot_water_crude_oil@crude_oil.ad index 1716b1465e..995acc126e 100644 --- a/graphs/energy/edges/households/households_final_demand_crude_oil-households_final_demand_for_hot_water_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/households/households_final_demand_crude_oil-households_final_demand_for_hot_water_crude_oil@crude_oil.ad @@ -1,2 +1,3 @@ - type = share - reversed = false +- groups = [emissions_skip_crude_oil_mix] diff --git a/graphs/energy/edges/households/households_final_demand_crude_oil-households_final_demand_for_space_heating_crude_oil@crude_oil.ad b/graphs/energy/edges/households/households_final_demand_crude_oil-households_final_demand_for_space_heating_crude_oil@crude_oil.ad index 7e1c7d5d6a..a3377ba819 100644 --- a/graphs/energy/edges/households/households_final_demand_crude_oil-households_final_demand_for_space_heating_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/households/households_final_demand_crude_oil-households_final_demand_for_space_heating_crude_oil@crude_oil.ad @@ -1,6 +1,6 @@ - type = share - reversed = false -- groups = [] +- groups = [emissions_skip_crude_oil_mix] - graph_methods = [parent_share] ~ parent_share = SHARE("energy/residences_final_demand_crude_oil_parent_share", households_final_demand_for_space_heating_crude_oil) diff --git a/graphs/energy/edges/households/households_final_demand_for_hot_water_crude_oil-households_water_heater_crude_oil@crude_oil.ad b/graphs/energy/edges/households/households_final_demand_for_hot_water_crude_oil-households_water_heater_crude_oil@crude_oil.ad index 442492494a..4810c6547b 100644 --- a/graphs/energy/edges/households/households_final_demand_for_hot_water_crude_oil-households_water_heater_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/households/households_final_demand_for_hot_water_crude_oil-households_water_heater_crude_oil@crude_oil.ad @@ -1,5 +1,5 @@ - type = share - reversed = false -- groups = [final_demand, hot_water_households] +- groups = [final_demand, hot_water_households, emissions_skip_crude_oil_mix] ~ parent_share = 1.0 diff --git a/graphs/energy/edges/households/households_final_demand_for_hot_water_crude_oil-households_water_heater_hybrid_crude_oil_heatpump_air_water_electricity@crude_oil.ad b/graphs/energy/edges/households/households_final_demand_for_hot_water_crude_oil-households_water_heater_hybrid_crude_oil_heatpump_air_water_electricity@crude_oil.ad index e38849277d..6072e3e9cb 100644 --- a/graphs/energy/edges/households/households_final_demand_for_hot_water_crude_oil-households_water_heater_hybrid_crude_oil_heatpump_air_water_electricity@crude_oil.ad +++ b/graphs/energy/edges/households/households_final_demand_for_hot_water_crude_oil-households_water_heater_hybrid_crude_oil_heatpump_air_water_electricity@crude_oil.ad @@ -1,5 +1,5 @@ - type = share - reversed = false -- groups = [final_demand, hot_water_households] +- groups = [final_demand, hot_water_households, emissions_skip_crude_oil_mix] ~ parent_share = 0.0 diff --git a/graphs/energy/edges/households/households_final_demand_for_space_heating_crude_oil-households_space_heater_crude_oil@crude_oil.ad b/graphs/energy/edges/households/households_final_demand_for_space_heating_crude_oil-households_space_heater_crude_oil@crude_oil.ad index db8fb12803..8005099fab 100644 --- a/graphs/energy/edges/households/households_final_demand_for_space_heating_crude_oil-households_space_heater_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/households/households_final_demand_for_space_heating_crude_oil-households_space_heater_crude_oil@crude_oil.ad @@ -1,4 +1,5 @@ - type = share - reversed = false -- groups = [final_demand, space_heating_households] +- groups = [final_demand, space_heating_households, emissions_skip_crude_oil_mix] + ~ parent_share = 1.0 diff --git a/graphs/energy/edges/households/households_final_demand_for_space_heating_crude_oil-households_space_heater_hybrid_crude_oil_heatpump_air_water_electricity@crude_oil.ad b/graphs/energy/edges/households/households_final_demand_for_space_heating_crude_oil-households_space_heater_hybrid_crude_oil_heatpump_air_water_electricity@crude_oil.ad index d7da824538..0227429f53 100644 --- a/graphs/energy/edges/households/households_final_demand_for_space_heating_crude_oil-households_space_heater_hybrid_crude_oil_heatpump_air_water_electricity@crude_oil.ad +++ b/graphs/energy/edges/households/households_final_demand_for_space_heating_crude_oil-households_space_heater_hybrid_crude_oil_heatpump_air_water_electricity@crude_oil.ad @@ -1,5 +1,5 @@ - type = share - reversed = false -- groups = [final_demand, space_heating_households] +- groups = [final_demand, space_heating_households, emissions_skip_crude_oil_mix] ~ parent_share = 0.0 diff --git a/graphs/energy/edges/industry/industry_final_demand_crude_oil-industry_final_demand_for_chemical_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_crude_oil-industry_final_demand_for_chemical_crude_oil@crude_oil.ad index 2e1c87b51b..b4f686bc18 100644 --- a/graphs/energy/edges/industry/industry_final_demand_crude_oil-industry_final_demand_for_chemical_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_crude_oil-industry_final_demand_for_chemical_crude_oil@crude_oil.ad @@ -1,6 +1,6 @@ - type = share - reversed = false -- groups = [chemical_industry] +- groups = [chemical_industry, emissions_skip_crude_oil_mix] - graph_methods = [parent_share] ~ parent_share = SHARE("energy/industry_final_demand_crude_oil_parent_share", industry_final_demand_for_chemical_crude_oil) diff --git a/graphs/energy/edges/industry/industry_final_demand_crude_oil-industry_final_demand_for_metal_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_crude_oil-industry_final_demand_for_metal_crude_oil@crude_oil.ad index 20a124fb94..4b42f88f2c 100644 --- a/graphs/energy/edges/industry/industry_final_demand_crude_oil-industry_final_demand_for_metal_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_crude_oil-industry_final_demand_for_metal_crude_oil@crude_oil.ad @@ -1,6 +1,6 @@ - type = share - reversed = false -- groups = [] +- groups = [emissions_skip_crude_oil_mix] - graph_methods = [parent_share] ~ parent_share = SHARE("energy/industry_final_demand_crude_oil_parent_share", industry_final_demand_for_metal_crude_oil) diff --git a/graphs/energy/edges/industry/industry_final_demand_crude_oil-industry_final_demand_for_other_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_crude_oil-industry_final_demand_for_other_crude_oil@crude_oil.ad index 52b4e54b8e..dcf9ee988b 100644 --- a/graphs/energy/edges/industry/industry_final_demand_crude_oil-industry_final_demand_for_other_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_crude_oil-industry_final_demand_for_other_crude_oil@crude_oil.ad @@ -1,6 +1,6 @@ - type = share - reversed = false -- groups = [] +- groups = [emissions_skip_crude_oil_mix] - graph_methods = [parent_share] ~ parent_share = SHARE("energy/industry_final_demand_crude_oil_parent_share", industry_final_demand_for_other_crude_oil) diff --git a/graphs/energy/edges/industry/industry_final_demand_for_chemical_crude_oil-industry_final_demand_for_chemical_fertilizers_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_chemical_crude_oil-industry_final_demand_for_chemical_fertilizers_crude_oil@crude_oil.ad index 8862df7192..b3b4918fd6 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_chemical_crude_oil-industry_final_demand_for_chemical_fertilizers_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_chemical_crude_oil-industry_final_demand_for_chemical_fertilizers_crude_oil@crude_oil.ad @@ -1,6 +1,6 @@ - type = share - reversed = false -- groups = [chemical_industry] +- groups = [chemical_industry, emissions_skip_crude_oil_mix] - graph_methods = [parent_share] ~ parent_share = SHARE("energy/industry_final_demand_for_chemical_crude_oil_parent_share", industry_final_demand_for_chemical_fertilizers_crude_oil) diff --git a/graphs/energy/edges/industry/industry_final_demand_for_chemical_crude_oil-industry_final_demand_for_chemical_other_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_chemical_crude_oil-industry_final_demand_for_chemical_other_crude_oil@crude_oil.ad index c407396ac1..7df7929e20 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_chemical_crude_oil-industry_final_demand_for_chemical_other_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_chemical_crude_oil-industry_final_demand_for_chemical_other_crude_oil@crude_oil.ad @@ -1,6 +1,6 @@ - type = share - reversed = false -- groups = [chemical_industry] +- groups = [chemical_industry, emissions_skip_crude_oil_mix] - graph_methods = [parent_share] ~ parent_share = SHARE("energy/industry_final_demand_for_chemical_crude_oil_parent_share", industry_final_demand_for_chemical_other_crude_oil) diff --git a/graphs/energy/edges/industry/industry_final_demand_for_chemical_crude_oil-industry_final_demand_for_chemical_refineries_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_chemical_crude_oil-industry_final_demand_for_chemical_refineries_crude_oil@crude_oil.ad index 48378d4d00..86fabc79cf 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_chemical_crude_oil-industry_final_demand_for_chemical_refineries_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_chemical_crude_oil-industry_final_demand_for_chemical_refineries_crude_oil@crude_oil.ad @@ -1,6 +1,6 @@ - type = share - reversed = false -- groups = [chemical_industry] +- groups = [chemical_industry, emissions_skip_crude_oil_mix] - graph_methods = [parent_share] ~ parent_share = SHARE("energy/industry_final_demand_for_chemical_crude_oil_parent_share", industry_final_demand_for_chemical_refineries_crude_oil) diff --git a/graphs/energy/edges/industry/industry_final_demand_for_chemical_fertilizers_crude_oil-industry_chemicals_fertilizers_burner_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_chemical_fertilizers_crude_oil-industry_chemicals_fertilizers_burner_crude_oil@crude_oil.ad index 61264ae8ff..0bc673b366 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_chemical_fertilizers_crude_oil-industry_chemicals_fertilizers_burner_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_chemical_fertilizers_crude_oil-industry_chemicals_fertilizers_burner_crude_oil@crude_oil.ad @@ -1,3 +1,3 @@ - type = share - reversed = false -- groups = [final_demand, chemical_industry, fertilizers_industry, aggregated_chemical_industry] +- groups = [final_demand, chemical_industry, fertilizers_industry, aggregated_chemical_industry, emissions_skip_crude_oil_mix] diff --git a/graphs/energy/edges/industry/industry_final_demand_for_chemical_other_crude_oil-industry_chemicals_other_burner_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_chemical_other_crude_oil-industry_chemicals_other_burner_crude_oil@crude_oil.ad index 9ded37b202..72e2d38902 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_chemical_other_crude_oil-industry_chemicals_other_burner_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_chemical_other_crude_oil-industry_chemicals_other_burner_crude_oil@crude_oil.ad @@ -1,3 +1,3 @@ - type = share - reversed = false -- groups = [final_demand, chemical_industry, other_chemical_industry, aggregated_chemical_industry] +- groups = [final_demand, chemical_industry, other_chemical_industry, aggregated_chemical_industry, emissions_skip_crude_oil_mix] diff --git a/graphs/energy/edges/industry/industry_final_demand_for_chemical_refineries_crude_oil-industry_chemicals_refineries_burner_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_chemical_refineries_crude_oil-industry_chemicals_refineries_burner_crude_oil@crude_oil.ad index e97c3c7e04..200d75d38e 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_chemical_refineries_crude_oil-industry_chemicals_refineries_burner_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_chemical_refineries_crude_oil-industry_chemicals_refineries_burner_crude_oil@crude_oil.ad @@ -1,3 +1,3 @@ - type = share - reversed = false -- groups = [final_demand, chemical_industry, refineries_industry] +- groups = [final_demand, chemical_industry, refineries_industry, emissions_skip_crude_oil_mix] diff --git a/graphs/energy/edges/industry/industry_final_demand_for_metal_crude_oil-industry_final_demand_for_metal_other_metals_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_metal_crude_oil-industry_final_demand_for_metal_other_metals_crude_oil@crude_oil.ad index ec1f08ed43..3bd3dbb381 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_metal_crude_oil-industry_final_demand_for_metal_other_metals_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_metal_crude_oil-industry_final_demand_for_metal_other_metals_crude_oil@crude_oil.ad @@ -1,2 +1,3 @@ - type = flexible - reversed = false +- groups = [emissions_skip_crude_oil_mix] diff --git a/graphs/energy/edges/industry/industry_final_demand_for_metal_crude_oil-industry_final_demand_for_metal_steel_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_metal_crude_oil-industry_final_demand_for_metal_steel_crude_oil@crude_oil.ad index 3232676fc7..7717ee0197 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_metal_crude_oil-industry_final_demand_for_metal_steel_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_metal_crude_oil-industry_final_demand_for_metal_steel_crude_oil@crude_oil.ad @@ -1,5 +1,6 @@ - type = share - reversed = false - graph_methods = [parent_share] +- groups = [emissions_skip_crude_oil_mix] ~ parent_share = SHARE("energy/industry_final_demand_for_metal_crude_oil_parent_share", industry_final_demand_for_metal_steel_crude_oil) diff --git a/graphs/energy/edges/industry/industry_final_demand_for_metal_other_metals_crude_oil-industry_other_metals_burner_network_gas@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_metal_other_metals_crude_oil-industry_other_metals_burner_network_gas@crude_oil.ad index b181c5dab3..05664e5c87 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_metal_other_metals_crude_oil-industry_other_metals_burner_network_gas@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_metal_other_metals_crude_oil-industry_other_metals_burner_network_gas@crude_oil.ad @@ -1,3 +1,3 @@ - type = share - reversed = false -- groups = [final_demand, metal_industry] +- groups = [final_demand, metal_industry, emissions_skip_crude_oil_mix] diff --git a/graphs/energy/edges/industry/industry_final_demand_for_metal_other_metals_crude_oil-industry_other_metals_external_coupling_node@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_metal_other_metals_crude_oil-industry_other_metals_external_coupling_node@crude_oil.ad index 79291a30da..72139d1f11 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_metal_other_metals_crude_oil-industry_other_metals_external_coupling_node@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_metal_other_metals_crude_oil-industry_other_metals_external_coupling_node@crude_oil.ad @@ -1,5 +1,5 @@ - type = share - reversed = false -- groups = [final_demand, metal_industry] +- groups = [final_demand, metal_industry, emissions_skip_crude_oil_mix] -~ parent_share = 0.0 \ No newline at end of file +~ parent_share = 0.0 diff --git a/graphs/energy/edges/industry/industry_final_demand_for_metal_steel_crude_oil-industry_steel_blastfurnace_bof@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_metal_steel_crude_oil-industry_steel_blastfurnace_bof@crude_oil.ad index ef9944268e..08826b7452 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_metal_steel_crude_oil-industry_steel_blastfurnace_bof@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_metal_steel_crude_oil-industry_steel_blastfurnace_bof@crude_oil.ad @@ -1,6 +1,6 @@ - type = share - reversed = false -- groups = [final_demand, metal_industry] +- groups = [final_demand, metal_industry, emissions_skip_crude_oil_mix] - graph_methods = [parent_share] ~ parent_share = 1.0 diff --git a/graphs/energy/edges/industry/industry_final_demand_for_metal_steel_crude_oil-industry_steel_external_coupling_node@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_metal_steel_crude_oil-industry_steel_external_coupling_node@crude_oil.ad index a49d20bf09..19ddfc23a9 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_metal_steel_crude_oil-industry_steel_external_coupling_node@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_metal_steel_crude_oil-industry_steel_external_coupling_node@crude_oil.ad @@ -1,5 +1,5 @@ - type = share - reversed = false -- groups = [final_demand, metal_industry] +- groups = [final_demand, metal_industry, emissions_skip_crude_oil_mix] ~ demand = 0.0 diff --git a/graphs/energy/edges/industry/industry_final_demand_for_metal_steel_crude_oil-industry_steel_scrap_hbi_eaf@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_metal_steel_crude_oil-industry_steel_scrap_hbi_eaf@crude_oil.ad index 22b1e21ad0..a0ab8ea4a6 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_metal_steel_crude_oil-industry_steel_scrap_hbi_eaf@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_metal_steel_crude_oil-industry_steel_scrap_hbi_eaf@crude_oil.ad @@ -1,3 +1,3 @@ - type = flexible - reversed = false -- groups = [final_demand, metal_industry] +- groups = [final_demand, metal_industry, emissions_skip_crude_oil_mix] diff --git a/graphs/energy/edges/industry/industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_food_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_food_crude_oil@crude_oil.ad index 75a512cd12..eead794eee 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_food_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_food_crude_oil@crude_oil.ad @@ -1,6 +1,6 @@ - type = share - reversed = false -- groups = [other_industry] +- groups = [other_industry, emissions_skip_crude_oil_mix] - graph_methods = [parent_share] ~ parent_share = SHARE("energy/industry_final_demand_for_other_crude_oil_parent_share", industry_final_demand_for_other_food_crude_oil) diff --git a/graphs/energy/edges/industry/industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_non_specified_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_non_specified_crude_oil@crude_oil.ad index 90665db7f9..a797928ad9 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_non_specified_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_non_specified_crude_oil@crude_oil.ad @@ -1,3 +1,3 @@ - type = flexible - reversed = false -- groups = [other_industry] +- groups = [other_industry, emissions_skip_crude_oil_mix] diff --git a/graphs/energy/edges/industry/industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_paper_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_paper_crude_oil@crude_oil.ad index 6ed667ec67..2812f78b70 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_paper_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_paper_crude_oil@crude_oil.ad @@ -1,6 +1,6 @@ - type = share - reversed = false -- groups = [other_industry] +- groups = [other_industry, emissions_skip_crude_oil_mix] - graph_methods = [parent_share] ~ parent_share = SHARE("energy/industry_final_demand_for_other_crude_oil_parent_share", industry_final_demand_for_other_paper_crude_oil) diff --git a/graphs/energy/edges/industry/industry_final_demand_for_other_food_crude_oil-industry_other_food_burner_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_other_food_crude_oil-industry_other_food_burner_crude_oil@crude_oil.ad index be89017d4f..bb2c920b0f 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_other_food_crude_oil-industry_other_food_burner_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_other_food_crude_oil-industry_other_food_burner_crude_oil@crude_oil.ad @@ -1,3 +1,3 @@ - type = share - reversed = false -- groups = [final_demand, other_industry, food_industry] \ No newline at end of file +- groups = [final_demand, other_industry, food_industry, emissions_skip_crude_oil_mix] diff --git a/graphs/energy/edges/industry/industry_final_demand_for_other_non_specified_crude_oil-industry_useful_demand_for_other_non_specified_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_other_non_specified_crude_oil-industry_useful_demand_for_other_non_specified_crude_oil@crude_oil.ad index 60f7edc552..8e1a25ad7a 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_other_non_specified_crude_oil-industry_useful_demand_for_other_non_specified_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_other_non_specified_crude_oil-industry_useful_demand_for_other_non_specified_crude_oil@crude_oil.ad @@ -1,3 +1,3 @@ - type = share - reversed = false -- groups = [final_demand, other_non_specified_industry] \ No newline at end of file +- groups = [final_demand, other_non_specified_industry, emissions_skip_crude_oil_mix] diff --git a/graphs/energy/edges/industry/industry_final_demand_for_other_paper_crude_oil-industry_other_paper_burner_crude_oil@crude_oil.ad b/graphs/energy/edges/industry/industry_final_demand_for_other_paper_crude_oil-industry_other_paper_burner_crude_oil@crude_oil.ad index ec977e832b..151994efb9 100644 --- a/graphs/energy/edges/industry/industry_final_demand_for_other_paper_crude_oil-industry_other_paper_burner_crude_oil@crude_oil.ad +++ b/graphs/energy/edges/industry/industry_final_demand_for_other_paper_crude_oil-industry_other_paper_burner_crude_oil@crude_oil.ad @@ -1,3 +1,3 @@ - type = share - reversed = false -- groups = [final_demand, other_industry, paper_industry] \ No newline at end of file +- groups = [final_demand, other_industry, paper_industry, emissions_skip_crude_oil_mix] diff --git a/graphs/energy/nodes/agriculture/agriculture_burner_crude_oil.converter.ad b/graphs/energy/nodes/agriculture/agriculture_burner_crude_oil.converter.ad index 34d6e026f4..90a64552e2 100644 --- a/graphs/energy/nodes/agriculture/agriculture_burner_crude_oil.converter.ad +++ b/graphs/energy/nodes/agriculture/agriculture_burner_crude_oil.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.788659793814433 -- groups = [heat_production, application_group, wacc_proven_tech, costs_building_and_installations_agriculture] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_heating, + heat_production, application_group, wacc_proven_tech, + costs_building_and_installations_agriculture + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/agriculture/agriculture_burner_hydrogen.converter.ad b/graphs/energy/nodes/agriculture/agriculture_burner_hydrogen.converter.ad index aed177136c..ce50b7b6c3 100644 --- a/graphs/energy/nodes/agriculture/agriculture_burner_hydrogen.converter.ad +++ b/graphs/energy/nodes/agriculture/agriculture_burner_hydrogen.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, application_group, wacc_proven_tech, costs_building_and_installations_agriculture] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_heating, + heat_production, application_group, wacc_proven_tech, + costs_building_and_installations_agriculture + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/agriculture/agriculture_burner_network_gas.converter.ad b/graphs/energy/nodes/agriculture/agriculture_burner_network_gas.converter.ad index 60cfabcced..93e7aa02d8 100644 --- a/graphs/energy/nodes/agriculture/agriculture_burner_network_gas.converter.ad +++ b/graphs/energy/nodes/agriculture/agriculture_burner_network_gas.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, application_group, wacc_proven_tech, costs_building_and_installations_agriculture] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_heating, + heat_production, application_group, wacc_proven_tech, + costs_building_and_installations_agriculture + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/agriculture/agriculture_burner_wood_pellets.converter.ad b/graphs/energy/nodes/agriculture/agriculture_burner_wood_pellets.converter.ad index 7a11077145..277146aafd 100644 --- a/graphs/energy/nodes/agriculture/agriculture_burner_wood_pellets.converter.ad +++ b/graphs/energy/nodes/agriculture/agriculture_burner_wood_pellets.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.760824742268041 -- groups = [heat_production, application_group, wacc_proven_tech, costs_building_and_installations_agriculture] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_heating, + heat_production, application_group, wacc_proven_tech, + costs_building_and_installations_agriculture + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/agriculture/agriculture_chp_engine_biogas.ad b/graphs/energy/nodes/agriculture/agriculture_chp_engine_biogas.ad index 1ad4cdcb1c..44b9ca8cd2 100644 --- a/graphs/energy/nodes/agriculture/agriculture_chp_engine_biogas.ad +++ b/graphs/energy/nodes/agriculture/agriculture_chp_engine_biogas.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production, heat_production, must_run_electricity_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_electricity_and_heat_production, + preset_demand, electricity_production, heat_production, must_run_electricity_production, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/agriculture/agriculture_chp_engine_network_gas_dispatchable.ad b/graphs/energy/nodes/agriculture/agriculture_chp_engine_network_gas_dispatchable.ad index a8a0150d2f..8f3d7f2678 100644 --- a/graphs/energy/nodes/agriculture/agriculture_chp_engine_network_gas_dispatchable.ad +++ b/graphs/energy/nodes/agriculture/agriculture_chp_engine_network_gas_dispatchable.ad @@ -3,7 +3,11 @@ # the only difference is their behaviour in merit, specified by merit_order.subtype - output.loss = elastic -- groups = [preset_demand, electricity_production, heat_production, dispatchable_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_electricity_and_heat_production, + preset_demand, electricity_production, heat_production, dispatchable_production, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/agriculture/agriculture_chp_engine_network_gas_must_run.ad b/graphs/energy/nodes/agriculture/agriculture_chp_engine_network_gas_must_run.ad index a8bdcf3605..f9fbda143e 100644 --- a/graphs/energy/nodes/agriculture/agriculture_chp_engine_network_gas_must_run.ad +++ b/graphs/energy/nodes/agriculture/agriculture_chp_engine_network_gas_must_run.ad @@ -3,7 +3,11 @@ # the only difference is their behaviour in merit, specified by merit_order.subtype - output.loss = elastic -- groups = [preset_demand, electricity_production, heat_production, must_run_electricity_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_electricity_and_heat_production, + preset_demand, electricity_production, heat_production, must_run_electricity_production, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [full_load_hours, output] diff --git a/graphs/energy/nodes/agriculture/agriculture_chp_wood_pellets.ad b/graphs/energy/nodes/agriculture/agriculture_chp_wood_pellets.ad index 308c919d2b..e08fdb93ba 100644 --- a/graphs/energy/nodes/agriculture/agriculture_chp_wood_pellets.ad +++ b/graphs/energy/nodes/agriculture/agriculture_chp_wood_pellets.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production, heat_production, dispatchable_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_electricity_and_heat_production, + preset_demand, electricity_production, heat_production, dispatchable_production, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/agriculture/agriculture_flexibility_p2h_hydrogen_electricity.ad b/graphs/energy/nodes/agriculture/agriculture_flexibility_p2h_hydrogen_electricity.ad index 02b72dbc32..19c9f0041d 100644 --- a/graphs/energy/nodes/agriculture/agriculture_flexibility_p2h_hydrogen_electricity.ad +++ b/graphs/energy/nodes/agriculture/agriculture_flexibility_p2h_hydrogen_electricity.ad @@ -1,7 +1,10 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, mv_net_flexibility, p2h, wacc_proven_tech, costs_storage_and_conversion_p2h] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_heating, + heat_production, mv_net_flexibility, p2h, wacc_proven_tech, costs_storage_and_conversion_p2h + ] - presentation_group = p2h - merit_order.demand_profile = weather/agriculture_heating - merit_order.demand_source = agriculture_hydrogen_hybrid_heat diff --git a/graphs/energy/nodes/agriculture/agriculture_flexibility_p2h_network_gas_electricity.ad b/graphs/energy/nodes/agriculture/agriculture_flexibility_p2h_network_gas_electricity.ad index 80325a46dd..00713f1bd3 100644 --- a/graphs/energy/nodes/agriculture/agriculture_flexibility_p2h_network_gas_electricity.ad +++ b/graphs/energy/nodes/agriculture/agriculture_flexibility_p2h_network_gas_electricity.ad @@ -1,7 +1,10 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, mv_net_flexibility, p2h, wacc_proven_tech, costs_storage_and_conversion_p2h] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_heating, + heat_production, mv_net_flexibility, p2h, wacc_proven_tech, costs_storage_and_conversion_p2h + ] - presentation_group = p2h - merit_order.demand_profile = weather/agriculture_heating - merit_order.demand_source = agriculture_network_gas_hybrid_heat diff --git a/graphs/energy/nodes/agriculture/agriculture_geothermal.converter.ad b/graphs/energy/nodes/agriculture/agriculture_geothermal.converter.ad index ade16648e2..f921fc04bc 100644 --- a/graphs/energy/nodes/agriculture/agriculture_geothermal.converter.ad +++ b/graphs/energy/nodes/agriculture/agriculture_geothermal.converter.ad @@ -1,6 +1,10 @@ - input.electricity = 0.0416666666666667 - input.geothermal = 0.958333333333333 -- groups = [heat_production, application_group, wacc_proven_tech, costs_building_and_installations_agriculture] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_heating, + heat_production, application_group, wacc_proven_tech, + costs_building_and_installations_agriculture + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/agriculture/agriculture_heat_backup_burner_network_gas.ad b/graphs/energy/nodes/agriculture/agriculture_heat_backup_burner_network_gas.ad index 3b2525609d..43f4c86c8e 100644 --- a/graphs/energy/nodes/agriculture/agriculture_heat_backup_burner_network_gas.ad +++ b/graphs/energy/nodes/agriculture/agriculture_heat_backup_burner_network_gas.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.steam_hot_water = 1.03 -- groups = [heat_production, central_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_electricity_and_heat_production, + heat_production, central_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - availability = 0.98 diff --git a/graphs/energy/nodes/agriculture/agriculture_heatpump_water_water_electricity.ad b/graphs/energy/nodes/agriculture/agriculture_heatpump_water_water_electricity.ad index 2c765e9d6e..61c2fa093c 100644 --- a/graphs/energy/nodes/agriculture/agriculture_heatpump_water_water_electricity.ad +++ b/graphs/energy/nodes/agriculture/agriculture_heatpump_water_water_electricity.ad @@ -1,6 +1,10 @@ - input.ambient_heat = 0.7777777777777778 - input.electricity = 0.2222222222222222 -- groups = [heat_production, application_group, mv_net_demand, wacc_proven_tech, costs_building_and_installations_agriculture] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_heating, + heat_production, application_group, mv_net_demand, wacc_proven_tech, + costs_building_and_installations_agriculture + ] - use = energetic - presentation_group = heat_pumps - availability = 0.99 diff --git a/graphs/energy/nodes/agriculture/agriculture_heatpump_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/agriculture/agriculture_heatpump_water_water_ts_electricity.converter.ad index 0ba0948b4a..915d4bc420 100644 --- a/graphs/energy/nodes/agriculture/agriculture_heatpump_water_water_ts_electricity.converter.ad +++ b/graphs/energy/nodes/agriculture/agriculture_heatpump_water_water_ts_electricity.converter.ad @@ -1,6 +1,10 @@ - input.ambient_heat = 0.956521739130435 - input.electricity = 0.0434782608695652 -- groups = [heat_production, application_group, mv_net_demand, wacc_proven_tech, costs_building_and_installations_agriculture] +- groups = [ + emissions, emissions_agriculture, emissions_agriculture_heating, + heat_production, application_group, mv_net_demand, wacc_proven_tech, + costs_building_and_installations_agriculture + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_appliances_coal.converter.ad b/graphs/energy/nodes/buildings/buildings_appliances_coal.converter.ad index d63b678fd9..ac6d896144 100644 --- a/graphs/energy/nodes/buildings/buildings_appliances_coal.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_appliances_coal.converter.ad @@ -1,3 +1,6 @@ - use = energetic -- groups = [application_group] +- groups = [ + emissions, emissions_buildings, emissions_buildings_appliances, + application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_appliances_crude_oil.converter.ad b/graphs/energy/nodes/buildings/buildings_appliances_crude_oil.converter.ad index 388488fcc3..eda227f768 100644 --- a/graphs/energy/nodes/buildings/buildings_appliances_crude_oil.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_appliances_crude_oil.converter.ad @@ -1,3 +1,6 @@ - use = undefined -- groups = [application_group] +- groups = [ + emissions, emissions_buildings, emissions_buildings_appliances, + application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_appliances_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_appliances_electricity.converter.ad index 28962e431e..ee9ff021e1 100644 --- a/graphs/energy/nodes/buildings/buildings_appliances_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_appliances_electricity.converter.ad @@ -1,5 +1,8 @@ - use = undefined -- groups = [application_group, lv_net_demand] +- groups = [ + emissions, emissions_buildings, emissions_buildings_appliances, + application_group, lv_net_demand + ] - free_co2_factor = 0.0 - merit_order.group = buildings_appliances - merit_order.level = lv diff --git a/graphs/energy/nodes/buildings/buildings_appliances_network_gas.converter.ad b/graphs/energy/nodes/buildings/buildings_appliances_network_gas.converter.ad index e03ac76de4..67f6c3c1d1 100644 --- a/graphs/energy/nodes/buildings/buildings_appliances_network_gas.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_appliances_network_gas.converter.ad @@ -1,5 +1,8 @@ - use = undefined -- groups = [application_group] +- groups = [ + emissions, emissions_buildings, emissions_buildings_appliances, + application_group + ] - free_co2_factor = 0.0 - network_gas.profile = buildings_appliances - network_gas.type = consumer diff --git a/graphs/energy/nodes/buildings/buildings_appliances_wood_pellets.converter.ad b/graphs/energy/nodes/buildings/buildings_appliances_wood_pellets.converter.ad index 388488fcc3..eda227f768 100644 --- a/graphs/energy/nodes/buildings/buildings_appliances_wood_pellets.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_appliances_wood_pellets.converter.ad @@ -1,3 +1,6 @@ - use = undefined -- groups = [application_group] +- groups = [ + emissions, emissions_buildings, emissions_buildings_appliances, + application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_cooling_airconditioning_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_cooling_airconditioning_electricity.converter.ad index 1bbcfef034..06f6941fb4 100644 --- a/graphs/energy/nodes/buildings/buildings_cooling_airconditioning_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_cooling_airconditioning_electricity.converter.ad @@ -2,7 +2,11 @@ - input.electricity = 0.25 - output.cooling = 1.0 - output.loss = elastic -- groups = [heat_production, application_group, lv_net_demand, wacc_proven_tech, costs_building_and_installations_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_cooling, + heat_production, application_group, lv_net_demand, wacc_proven_tech, + costs_building_and_installations_buildings + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_cooling_collective_heatpump_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_cooling_collective_heatpump_water_water_ts_electricity.converter.ad index 3bc4b18b91..0a93f882b7 100644 --- a/graphs/energy/nodes/buildings/buildings_cooling_collective_heatpump_water_water_ts_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_cooling_collective_heatpump_water_water_ts_electricity.converter.ad @@ -2,7 +2,11 @@ - input.electricity = 0.05239602663 - output.cooling = 1.0 - output.loss = elastic -- groups = [heat_production, application_group, lv_net_demand, wacc_proven_tech, costs_building_and_installations_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_cooling, + heat_production, application_group, lv_net_demand, wacc_proven_tech, + costs_building_and_installations_buildings + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_electricity.converter.ad index 06abcda848..fde0544256 100644 --- a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_electricity.converter.ad @@ -2,7 +2,11 @@ - input.electricity = 0.222222222222222 - output.cooling = 1.0 - output.loss = elastic -- groups = [heat_production, application_group, wacc_proven_tech, costs_building_and_installations_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_cooling, + heat_production, application_group, wacc_proven_tech, + costs_building_and_installations_buildings + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_network_gas.converter.ad b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_network_gas.converter.ad index e0b3b2f1c0..d34a2e44d6 100644 --- a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_network_gas.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_network_gas.converter.ad @@ -2,7 +2,11 @@ - input.network_gas = 0.588235294117647 - output.cooling = 1.0 - output.loss = elastic -- groups = [heat_production, application_group, wacc_proven_tech, costs_building_and_installations_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_cooling, + heat_production, application_group, wacc_proven_tech, + costs_building_and_installations_buildings + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.ad b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.ad index d93c43d19c..0d45bb989f 100644 --- a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.ad +++ b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.ad @@ -2,7 +2,11 @@ - input.electricity = 0.05239602663 - output.cooling = 1.0 - output.loss = elastic -- groups = [heat_production, application_group, lv_net_demand, wacc_proven_tech, costs_building_and_installations_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_cooling, + heat_production, application_group, lv_net_demand, wacc_proven_tech, + costs_building_and_installations_buildings + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_lighting_efficient_fluorescent_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_lighting_efficient_fluorescent_electricity.converter.ad index 46b5ad8f6e..326c9e659f 100644 --- a/graphs/energy/nodes/buildings/buildings_lighting_efficient_fluorescent_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_lighting_efficient_fluorescent_electricity.converter.ad @@ -1,7 +1,10 @@ - use = energetic - output.light = 0.2 - output.loss = elastic -- groups = [application_group, lv_net_demand] +- groups = [ + emissions, emissions_buildings, emissions_buildings_lighting, + application_group, lv_net_demand + ] - free_co2_factor = 0.0 - merit_order.group = buildings_appliances - merit_order.level = lv diff --git a/graphs/energy/nodes/buildings/buildings_lighting_led_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_lighting_led_electricity.converter.ad index 9a65d8cb92..40571c468f 100644 --- a/graphs/energy/nodes/buildings/buildings_lighting_led_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_lighting_led_electricity.converter.ad @@ -1,7 +1,10 @@ - use = energetic - output.light = 0.45 - output.loss = elastic -- groups = [application_group, lv_net_demand] +- groups = [ + emissions, emissions_buildings, emissions_buildings_lighting, + application_group, lv_net_demand + ] - free_co2_factor = 0.0 - merit_order.group = buildings_appliances - merit_order.level = lv diff --git a/graphs/energy/nodes/buildings/buildings_lighting_standard_fluorescent_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_lighting_standard_fluorescent_electricity.converter.ad index ce289f3d0d..1436bba713 100644 --- a/graphs/energy/nodes/buildings/buildings_lighting_standard_fluorescent_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_lighting_standard_fluorescent_electricity.converter.ad @@ -1,7 +1,10 @@ - use = energetic - output.light = 0.16 - output.loss = elastic -- groups = [application_group, lv_net_demand] +- groups = [ + emissions, emissions_buildings, emissions_buildings_lighting, + application_group, lv_net_demand + ] - free_co2_factor = 0.0 - merit_order.group = buildings_appliances - merit_order.level = lv diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_coal.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_coal.converter.ad index ffa95596c3..082707e2aa 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_coal.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_coal.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.43 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, costs_building_and_installations_buildings, ht_delivery_system_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, + costs_building_and_installations_buildings, ht_delivery_system_buildings + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_collective_heatpump_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_collective_heatpump_water_water_ts_electricity.converter.ad index 91ef8310a9..963f38a703 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_collective_heatpump_water_water_ts_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_collective_heatpump_water_water_ts_electricity.converter.ad @@ -2,7 +2,12 @@ - input.electricity = 0.26595744680851063 - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, merit_order_csv_include, costs_building_and_installations_buildings, lt_delivery_system_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, + merit_order_csv_include, costs_building_and_installations_buildings, + lt_delivery_system_buildings + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_combined_hydrogen.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_combined_hydrogen.converter.ad index 50df9b971f..cc418f01db 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_combined_hydrogen.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_combined_hydrogen.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 1.086956522 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, costs_building_and_installations_buildings, ht_delivery_system_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, + costs_building_and_installations_buildings, ht_delivery_system_buildings + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_crude_oil.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_crude_oil.converter.ad index 5867f8d197..9a23bb7a4e 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_crude_oil.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_crude_oil.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.85 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, costs_building_and_installations_buildings, ht_delivery_system_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, + costs_building_and_installations_buildings, ht_delivery_system_buildings + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_district_heating_ht_steam_hot_water.ad b/graphs/energy/nodes/buildings/buildings_space_heater_district_heating_ht_steam_hot_water.ad index d031e850f1..fd967079f2 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_district_heating_ht_steam_hot_water.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_district_heating_ht_steam_hot_water.ad @@ -1,5 +1,9 @@ - output.useable_heat = 1.0 -- groups = [demand_driven, application_group, aggregator_producer, wacc_proven_tech, costs_building_and_installations_buildings, ht_delivery_system_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, application_group, aggregator_producer, wacc_proven_tech, + costs_building_and_installations_buildings, ht_delivery_system_buildings + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_district_heating_lt_steam_hot_water.ad b/graphs/energy/nodes/buildings/buildings_space_heater_district_heating_lt_steam_hot_water.ad index 6dcdfe4832..cc5c2a6a95 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_district_heating_lt_steam_hot_water.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_district_heating_lt_steam_hot_water.ad @@ -1,5 +1,9 @@ - output.useable_heat = 1.0 -- groups = [demand_driven, application_group, aggregator_producer, wacc_proven_tech, costs_building_and_installations_buildings, lt_delivery_system_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, application_group, aggregator_producer, wacc_proven_tech, + costs_building_and_installations_buildings, lt_delivery_system_buildings + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_district_heating_mt_steam_hot_water.ad b/graphs/energy/nodes/buildings/buildings_space_heater_district_heating_mt_steam_hot_water.ad index d1f6d6a1bd..ff3402ff90 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_district_heating_mt_steam_hot_water.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_district_heating_mt_steam_hot_water.ad @@ -1,5 +1,9 @@ - output.useable_heat = 1.0 -- groups = [demand_driven, application_group, aggregator_producer, wacc_proven_tech, costs_building_and_installations_buildings, mt_delivery_system_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, application_group, aggregator_producer, wacc_proven_tech, + costs_building_and_installations_buildings, mt_delivery_system_buildings + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_electricity.converter.ad index 0aa803c0f6..26e2b081fe 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_electricity.converter.ad @@ -1,6 +1,11 @@ - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, merit_order_csv_include, costs_building_and_installations_buildings, ht_delivery_system_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, + merit_order_csv_include, costs_building_and_installations_buildings, + ht_delivery_system_buildings + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_air_water_electricity.converter.ad index f8849a1aeb..62b7e56db0 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_air_water_electricity.converter.ad @@ -3,7 +3,12 @@ - output.cooling = 0.0 - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, lv_net_demand, wacc_proven_tech, merit_order_csv_include, costs_building_and_installations_buildings, ht_delivery_system_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, lv_net_demand, + wacc_proven_tech, merit_order_csv_include, costs_building_and_installations_buildings, + ht_delivery_system_buildings + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_air_water_network_gas.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_air_water_network_gas.converter.ad index d385ec4fee..942893e2c6 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_air_water_network_gas.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_air_water_network_gas.converter.ad @@ -2,7 +2,11 @@ - input.network_gas = 0.5 - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, costs_building_and_installations_buildings, lt_delivery_system_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, + costs_building_and_installations_buildings, lt_delivery_system_buildings + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.ad b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.ad index 290471f616..b609b62679 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.ad @@ -2,7 +2,11 @@ - input.electricity = 0.303 - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, merit_order_csv_include, costs_building_and_installations_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, + merit_order_csv_include, costs_building_and_installations_buildings + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_hybrid_crude_oil_heatpump_air_water_electricity.ad b/graphs/energy/nodes/buildings/buildings_space_heater_hybrid_crude_oil_heatpump_air_water_electricity.ad index f91aeff3f0..79b158d7e2 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_hybrid_crude_oil_heatpump_air_water_electricity.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_hybrid_crude_oil_heatpump_air_water_electricity.ad @@ -5,7 +5,12 @@ - output.useable_heat.ambient_heat = 1.0 - output.useable_heat.electricity = 1.0 - output.useable_heat.crude_oil = 0.95 -- groups = [cost_heat_pumps, demand_driven, heat_production, application_group, aggregator_producer, lv_net_demand, wacc_proven_tech, merit_order_csv_include, mt_delivery_system_buildings, costs_building_and_installations_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + cost_heat_pumps, demand_driven, heat_production, application_group, aggregator_producer, + lv_net_demand, wacc_proven_tech, merit_order_csv_include, mt_delivery_system_buildings, + costs_building_and_installations_buildings + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_hybrid_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_hybrid_heatpump_air_water_electricity.converter.ad index 23f313465b..5ab7a18269 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_hybrid_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_hybrid_heatpump_air_water_electricity.converter.ad @@ -4,7 +4,12 @@ - output.useable_heat.ambient_heat = 1.0 - output.useable_heat.electricity = 1.0 - output.useable_heat.network_gas = 1.07 -- groups = [cost_heat_pumps, demand_driven, heat_production, application_group, aggregator_producer, lv_net_demand, wacc_proven_tech, merit_order_csv_include, mt_delivery_system_buildings, costs_building_and_installations_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + cost_heat_pumps, demand_driven, heat_production, application_group, aggregator_producer, + lv_net_demand, wacc_proven_tech, merit_order_csv_include, mt_delivery_system_buildings, + costs_building_and_installations_buildings + ] - presentation_group = heat_pumps - fever.base_cop = 2.323 - fever.capacity.electricity = 0.0018327326043130307 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_hybrid_hydrogen_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_hybrid_hydrogen_heatpump_air_water_electricity.converter.ad index 628750e2b5..558fe80f8d 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_hybrid_hydrogen_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_hybrid_hydrogen_heatpump_air_water_electricity.converter.ad @@ -6,7 +6,12 @@ - output.useable_heat.ambient_heat = 1.0 - output.useable_heat.electricity = 1.0 - output.useable_heat.hydrogen = 1.08696 -- groups = [cost_heat_pumps, demand_driven, heat_production, application_group, aggregator_producer, lv_net_demand, wacc_proven_tech, merit_order_csv_include, mt_delivery_system_buildings, costs_building_and_installations_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + cost_heat_pumps, demand_driven, heat_production, application_group, aggregator_producer, + lv_net_demand, wacc_proven_tech, merit_order_csv_include, mt_delivery_system_buildings, + costs_building_and_installations_buildings + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_network_gas.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_network_gas.converter.ad index 4b56452eb1..c4bb64780a 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_network_gas.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_network_gas.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 1.067 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, costs_building_and_installations_buildings, ht_delivery_system_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, + costs_building_and_installations_buildings, ht_delivery_system_buildings + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_solar_thermal.ad b/graphs/energy/nodes/buildings/buildings_space_heater_solar_thermal.ad index 8a04700c01..e577e927e0 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_solar_thermal.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_solar_thermal.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 1.0 -- groups = [heat_production, application_group, wacc_proven_tech, costs_building_and_installations_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + heat_production, application_group, wacc_proven_tech, + costs_building_and_installations_buildings + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_wood_pellets.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_wood_pellets.converter.ad index 5f8f865ea5..0a4d8e50e7 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_wood_pellets.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_wood_pellets.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.82 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, costs_building_and_installations_buildings, ht_delivery_system_buildings] +- groups = [ + emissions, emissions_buildings, emissions_buildings_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_proven_tech, + costs_building_and_installations_buildings, ht_delivery_system_buildings + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/bunkers/bunkers_plane_using_electricity.ad b/graphs/energy/nodes/bunkers/bunkers_plane_using_electricity.ad index 14456e2136..6bd93f0dae 100644 --- a/graphs/energy/nodes/bunkers/bunkers_plane_using_electricity.ad +++ b/graphs/energy/nodes/bunkers/bunkers_plane_using_electricity.ad @@ -1,3 +1,7 @@ - use = energetic -- groups = [application_group, bunkers] +- groups = [ + emissions, emissions_bunkers, + emissions_bunkers_international_aviation, + application_group, bunkers + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/bunkers/bunkers_plane_using_hydrogen.ad b/graphs/energy/nodes/bunkers/bunkers_plane_using_hydrogen.ad index 14456e2136..6bd93f0dae 100644 --- a/graphs/energy/nodes/bunkers/bunkers_plane_using_hydrogen.ad +++ b/graphs/energy/nodes/bunkers/bunkers_plane_using_hydrogen.ad @@ -1,3 +1,7 @@ - use = energetic -- groups = [application_group, bunkers] +- groups = [ + emissions, emissions_bunkers, + emissions_bunkers_international_aviation, + application_group, bunkers + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/bunkers/bunkers_plane_using_kerosene_mix.ad b/graphs/energy/nodes/bunkers/bunkers_plane_using_kerosene_mix.ad index 14456e2136..6bd93f0dae 100644 --- a/graphs/energy/nodes/bunkers/bunkers_plane_using_kerosene_mix.ad +++ b/graphs/energy/nodes/bunkers/bunkers_plane_using_kerosene_mix.ad @@ -1,3 +1,7 @@ - use = energetic -- groups = [application_group, bunkers] +- groups = [ + emissions, emissions_bunkers, + emissions_bunkers_international_aviation, + application_group, bunkers + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/bunkers/bunkers_ship_using_ammonia.ad b/graphs/energy/nodes/bunkers/bunkers_ship_using_ammonia.ad index 14456e2136..e6ea08dd61 100644 --- a/graphs/energy/nodes/bunkers/bunkers_ship_using_ammonia.ad +++ b/graphs/energy/nodes/bunkers/bunkers_ship_using_ammonia.ad @@ -1,3 +1,7 @@ - use = energetic -- groups = [application_group, bunkers] +- groups = [ + emissions, emissions_bunkers, + emissions_bunkers_international_navigation, + application_group, bunkers + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/bunkers/bunkers_ship_using_electricity.ad b/graphs/energy/nodes/bunkers/bunkers_ship_using_electricity.ad index 14456e2136..e6ea08dd61 100644 --- a/graphs/energy/nodes/bunkers/bunkers_ship_using_electricity.ad +++ b/graphs/energy/nodes/bunkers/bunkers_ship_using_electricity.ad @@ -1,3 +1,7 @@ - use = energetic -- groups = [application_group, bunkers] +- groups = [ + emissions, emissions_bunkers, + emissions_bunkers_international_navigation, + application_group, bunkers + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/bunkers/bunkers_ship_using_heavy_fuel_oil.converter.ad b/graphs/energy/nodes/bunkers/bunkers_ship_using_heavy_fuel_oil.converter.ad index 14456e2136..e6ea08dd61 100644 --- a/graphs/energy/nodes/bunkers/bunkers_ship_using_heavy_fuel_oil.converter.ad +++ b/graphs/energy/nodes/bunkers/bunkers_ship_using_heavy_fuel_oil.converter.ad @@ -1,3 +1,7 @@ - use = energetic -- groups = [application_group, bunkers] +- groups = [ + emissions, emissions_bunkers, + emissions_bunkers_international_navigation, + application_group, bunkers + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/bunkers/bunkers_ship_using_hydrogen.ad b/graphs/energy/nodes/bunkers/bunkers_ship_using_hydrogen.ad index 14456e2136..e6ea08dd61 100644 --- a/graphs/energy/nodes/bunkers/bunkers_ship_using_hydrogen.ad +++ b/graphs/energy/nodes/bunkers/bunkers_ship_using_hydrogen.ad @@ -1,3 +1,7 @@ - use = energetic -- groups = [application_group, bunkers] +- groups = [ + emissions, emissions_bunkers, + emissions_bunkers_international_navigation, + application_group, bunkers + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/bunkers/bunkers_ship_using_lng_mix.converter.ad b/graphs/energy/nodes/bunkers/bunkers_ship_using_lng_mix.converter.ad index 14456e2136..e6ea08dd61 100644 --- a/graphs/energy/nodes/bunkers/bunkers_ship_using_lng_mix.converter.ad +++ b/graphs/energy/nodes/bunkers/bunkers_ship_using_lng_mix.converter.ad @@ -1,3 +1,7 @@ - use = energetic -- groups = [application_group, bunkers] +- groups = [ + emissions, emissions_bunkers, + emissions_bunkers_international_navigation, + application_group, bunkers + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/bunkers/bunkers_ship_using_methanol_mix.ad b/graphs/energy/nodes/bunkers/bunkers_ship_using_methanol_mix.ad index 14456e2136..e6ea08dd61 100644 --- a/graphs/energy/nodes/bunkers/bunkers_ship_using_methanol_mix.ad +++ b/graphs/energy/nodes/bunkers/bunkers_ship_using_methanol_mix.ad @@ -1,3 +1,7 @@ - use = energetic -- groups = [application_group, bunkers] +- groups = [ + emissions, emissions_bunkers, + emissions_bunkers_international_navigation, + application_group, bunkers + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/energy/energy_biogas_fermentation_wet_biomass.converter.ad b/graphs/energy/nodes/energy/energy_biogas_fermentation_wet_biomass.converter.ad index 974d637870..008e7ad135 100644 --- a/graphs/energy/nodes/energy/energy_biogas_fermentation_wet_biomass.converter.ad +++ b/graphs/energy/nodes/energy/energy_biogas_fermentation_wet_biomass.converter.ad @@ -1,6 +1,9 @@ - output.biogas = 0.54 - output.loss = elastic -- groups = [bio_footprint_calculation, wacc_proven_tech, costs_production_biomass,sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + bio_footprint_calculation, wacc_proven_tech, costs_production_biomass, sankey_conversion_group + ] - use = undefined - presentation_group = biomass - availability = 0.98 diff --git a/graphs/energy/nodes/energy/energy_blastfurnace_transformation_cokes.converter.ad b/graphs/energy/nodes/energy/energy_blastfurnace_transformation_cokes.converter.ad index 743f5e0984..65bc4933d5 100644 --- a/graphs/energy/nodes/energy/energy_blastfurnace_transformation_cokes.converter.ad +++ b/graphs/energy/nodes/energy/energy_blastfurnace_transformation_cokes.converter.ad @@ -1,5 +1,5 @@ - output.loss = elastic -- groups = [sankey_conversion_group] +- groups = [emissions, emissions_energy, emissions_energy_steel, sankey_conversion_group] - use = energetic - graph_methods = [input, output] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/energy/energy_chemical_fertilizers_transformation_external_coupling_node.ad b/graphs/energy/nodes/energy/energy_chemical_fertilizers_transformation_external_coupling_node.ad index 219ad3e6fb..c1b1cbbe06 100644 --- a/graphs/energy/nodes/energy/energy_chemical_fertilizers_transformation_external_coupling_node.ad +++ b/graphs/energy/nodes/energy/energy_chemical_fertilizers_transformation_external_coupling_node.ad @@ -1,5 +1,11 @@ - output.loss = elastic -- groups = [preset_demand, sankey_conversion_group, industry_transformation, non_final_electricity_demand_converters, methanol_production, hydrogen_production, biomass_products_production, natural_gas_production, ammonia_production, oil_and_oil_products_production] +- groups = [ + emissions, emissions_industry, emissions_industry_fertilizers, + preset_demand, sankey_conversion_group, industry_transformation, + non_final_electricity_demand_converters, methanol_production, hydrogen_production, + biomass_products_production, natural_gas_production, ammonia_production, + oil_and_oil_products_production + ] - use = energetic - free_co2_factor = 0.0 - full_load_hours = 8760.0 diff --git a/graphs/energy/nodes/energy/energy_chemical_other_transformation_external_coupling_node.ad b/graphs/energy/nodes/energy/energy_chemical_other_transformation_external_coupling_node.ad index 53c52224f8..f801322ade 100644 --- a/graphs/energy/nodes/energy/energy_chemical_other_transformation_external_coupling_node.ad +++ b/graphs/energy/nodes/energy/energy_chemical_other_transformation_external_coupling_node.ad @@ -1,5 +1,11 @@ - output.loss = elastic -- groups = [preset_demand, sankey_conversion_group, industry_transformation, non_final_electricity_demand_converters, methanol_production, hydrogen_production, biomass_products_production, natural_gas_production, ammonia_production, oil_and_oil_products_production] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + preset_demand, sankey_conversion_group, industry_transformation, + non_final_electricity_demand_converters, methanol_production, hydrogen_production, + biomass_products_production, natural_gas_production, ammonia_production, + oil_and_oil_products_production + ] - use = energetic - free_co2_factor = 0.0 - full_load_hours = 8760.0 diff --git a/graphs/energy/nodes/energy/energy_chemical_refineries_transformation_external_coupling_node.ad b/graphs/energy/nodes/energy/energy_chemical_refineries_transformation_external_coupling_node.ad index c397869a26..1c35b8548c 100644 --- a/graphs/energy/nodes/energy/energy_chemical_refineries_transformation_external_coupling_node.ad +++ b/graphs/energy/nodes/energy/energy_chemical_refineries_transformation_external_coupling_node.ad @@ -1,5 +1,11 @@ - output.loss = elastic -- groups = [preset_demand, sankey_conversion_group, industry_transformation, non_final_electricity_demand_converters, methanol_production, hydrogen_production, biomass_products_production, natural_gas_production, ammonia_production, oil_and_oil_products_production] +- groups = [ + emissions, emissions_industry, emissions_industry_refineries, + preset_demand, sankey_conversion_group, industry_transformation, + non_final_electricity_demand_converters, methanol_production, hydrogen_production, + biomass_products_production, natural_gas_production, ammonia_production, + oil_and_oil_products_production + ] - use = energetic - free_co2_factor = 0.0 - full_load_hours = 8760.0 diff --git a/graphs/energy/nodes/energy/energy_chp_coal_gas.ad b/graphs/energy/nodes/energy/energy_chp_coal_gas.ad index d6fdd9858b..b32dd33dd1 100644 --- a/graphs/energy/nodes/energy/energy_chp_coal_gas.ad +++ b/graphs/energy/nodes/energy/energy_chp_coal_gas.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [must_run_electricity_production, central_production, electricity_production, heat_production, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + must_run_electricity_production, central_production, electricity_production, heat_production, + costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - graph_methods = [output, full_load_hours] - availability = 0.9 diff --git a/graphs/energy/nodes/energy/energy_chp_combined_cycle_ht_network_gas.ad b/graphs/energy/nodes/energy/energy_chp_combined_cycle_ht_network_gas.ad index 4bc597481b..ee7a16fc13 100644 --- a/graphs/energy/nodes/energy/energy_chp_combined_cycle_ht_network_gas.ad +++ b/graphs/energy/nodes/energy/energy_chp_combined_cycle_ht_network_gas.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, + costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_combined_cycle_mt_network_gas.ad b/graphs/energy/nodes/energy/energy_chp_combined_cycle_mt_network_gas.ad index 107316bb0f..41b50ebeda 100644 --- a/graphs/energy/nodes/energy/energy_chp_combined_cycle_mt_network_gas.ad +++ b/graphs/energy/nodes/energy/energy_chp_combined_cycle_mt_network_gas.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, + costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_local_engine_ht_biogas.ad b/graphs/energy/nodes/energy/energy_chp_local_engine_ht_biogas.ad index a3ce201171..96d26a7c80 100644 --- a/graphs/energy/nodes/energy/energy_chp_local_engine_ht_biogas.ad +++ b/graphs/energy/nodes/energy/energy_chp_local_engine_ht_biogas.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production, heat_production, must_run_electricity_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, electricity_production, heat_production, must_run_electricity_production, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_local_engine_ht_network_gas.ad b/graphs/energy/nodes/energy/energy_chp_local_engine_ht_network_gas.ad index 7714fafd9c..01e2c6d0d8 100644 --- a/graphs/energy/nodes/energy/energy_chp_local_engine_ht_network_gas.ad +++ b/graphs/energy/nodes/energy/energy_chp_local_engine_ht_network_gas.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production, heat_production, dispatchable_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, electricity_production, heat_production, dispatchable_production, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_local_engine_mt_biogas.ad b/graphs/energy/nodes/energy/energy_chp_local_engine_mt_biogas.ad index 7009eca6c5..3b63bcf338 100644 --- a/graphs/energy/nodes/energy/energy_chp_local_engine_mt_biogas.ad +++ b/graphs/energy/nodes/energy/energy_chp_local_engine_mt_biogas.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production, heat_production, must_run_electricity_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, electricity_production, heat_production, must_run_electricity_production, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_local_engine_mt_network_gas.ad b/graphs/energy/nodes/energy/energy_chp_local_engine_mt_network_gas.ad index d8effd8d5b..85024e0895 100644 --- a/graphs/energy/nodes/energy/energy_chp_local_engine_mt_network_gas.ad +++ b/graphs/energy/nodes/energy/energy_chp_local_engine_mt_network_gas.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production, heat_production, dispatchable_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, electricity_production, heat_production, dispatchable_production, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_ccs_dispatchable.ad b/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_ccs_dispatchable.ad index 14a85f3be0..d830336202 100644 --- a/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_ccs_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_ccs_dispatchable.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production,ccs_technology_pair, heat_production, dispatchable_production, wacc_unproven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, electricity_production, ccs_technology_pair, heat_production, + dispatchable_production, wacc_unproven_tech, costs_production_chp_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production_ccs - graph_methods = [full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_ccs_must_run.ad b/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_ccs_must_run.ad index 05b817d881..57b9da5053 100644 --- a/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_ccs_must_run.ad +++ b/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_ccs_must_run.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production,ccs_technology_pair, must_run_electricity_production, heat_production, wacc_unproven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, electricity_production, ccs_technology_pair, must_run_electricity_production, + heat_production, wacc_unproven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production_ccs - graph_methods = [full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_dispatchable.ad b/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_dispatchable.ad index 52c2211ba0..d5a09aed95 100644 --- a/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_dispatchable.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production,ccs_technology_pair, heat_production, dispatchable_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, electricity_production, ccs_technology_pair, heat_production, + dispatchable_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_must_run.ad b/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_must_run.ad index 9067525677..8d2a6ab1d9 100644 --- a/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_must_run.ad +++ b/graphs/energy/nodes/energy/energy_chp_local_ht_wood_pellets_must_run.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production,ccs_technology_pair, must_run_electricity_production, heat_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, electricity_production, ccs_technology_pair, must_run_electricity_production, + heat_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_ccs_dispatchable.ad b/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_ccs_dispatchable.ad index 0951539486..b8a638137f 100644 --- a/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_ccs_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_ccs_dispatchable.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production,ccs_technology_pair, heat_production, dispatchable_production, wacc_unproven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, electricity_production, ccs_technology_pair, heat_production, + dispatchable_production, wacc_unproven_tech, costs_production_chp_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production_ccs - graph_methods = [full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_ccs_must_run.ad b/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_ccs_must_run.ad index 5d8d3cfc15..d34274068c 100644 --- a/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_ccs_must_run.ad +++ b/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_ccs_must_run.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production,ccs_technology_pair, must_run_electricity_production, heat_production, wacc_unproven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, electricity_production, ccs_technology_pair, must_run_electricity_production, + heat_production, wacc_unproven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production_ccs - graph_methods = [full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_dispatchable.ad b/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_dispatchable.ad index ac7a5b5e22..1f01b31606 100644 --- a/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_dispatchable.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production,ccs_technology_pair, heat_production, dispatchable_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, electricity_production, ccs_technology_pair, heat_production, + dispatchable_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_must_run.ad b/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_must_run.ad index 76bc51502c..9348e51b1d 100644 --- a/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_must_run.ad +++ b/graphs/energy/nodes/energy/energy_chp_local_mt_wood_pellets_must_run.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production,ccs_technology_pair, must_run_electricity_production, heat_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, electricity_production, ccs_technology_pair, must_run_electricity_production, + heat_production, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_supercritical_ccs_ht_waste_mix.ad b/graphs/energy/nodes/energy/energy_chp_supercritical_ccs_ht_waste_mix.ad index f826d47cca..8450d52a58 100644 --- a/graphs/energy/nodes/energy/energy_chp_supercritical_ccs_ht_waste_mix.ad +++ b/graphs/energy/nodes/energy/energy_chp_supercritical_ccs_ht_waste_mix.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, + primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production_ccs - waste_outputs = [steam_hot_water] diff --git a/graphs/energy/nodes/energy/energy_chp_supercritical_ccs_mt_waste_mix.ad b/graphs/energy/nodes/energy/energy_chp_supercritical_ccs_mt_waste_mix.ad index 6464488c72..82925f7d4f 100644 --- a/graphs/energy/nodes/energy/energy_chp_supercritical_ccs_mt_waste_mix.ad +++ b/graphs/energy/nodes/energy/energy_chp_supercritical_ccs_mt_waste_mix.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production,ccs_technology_pair, heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + ccs_technology_pair, heat_production, hv_net_supply, wacc_proven_tech, + primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production_ccs - waste_outputs = [steam_hot_water] diff --git a/graphs/energy/nodes/energy/energy_chp_supercritical_ht_waste_mix.ad b/graphs/energy/nodes/energy/energy_chp_supercritical_ht_waste_mix.ad index f1ba1408f5..8c9d1696b9 100644 --- a/graphs/energy/nodes/energy/energy_chp_supercritical_ht_waste_mix.ad +++ b/graphs/energy/nodes/energy/energy_chp_supercritical_ht_waste_mix.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, + primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_supercritical_mt_waste_mix.ad b/graphs/energy/nodes/energy/energy_chp_supercritical_mt_waste_mix.ad index f58755047e..90c3644fd5 100644 --- a/graphs/energy/nodes/energy/energy_chp_supercritical_mt_waste_mix.ad +++ b/graphs/energy/nodes/energy/energy_chp_supercritical_mt_waste_mix.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, + primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_cofiring_ht_coal.ad b/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_cofiring_ht_coal.ad index c28f6ce1a0..d299bcaa15 100644 --- a/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_cofiring_ht_coal.ad +++ b/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_cofiring_ht_coal.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, + costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_cofiring_mt_coal.ad b/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_cofiring_mt_coal.ad index ca0b7014d2..0eeb703324 100644 --- a/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_cofiring_mt_coal.ad +++ b/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_cofiring_mt_coal.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, + costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_ht_coal.ad b/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_ht_coal.ad index bd7f990ae2..4158083062 100644 --- a/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_ht_coal.ad +++ b/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_ht_coal.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, + costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_ht_lignite.ad b/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_ht_lignite.ad index f9da9bcb4c..57a3a9daab 100644 --- a/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_ht_lignite.ad +++ b/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_ht_lignite.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, + costs_production_chp_plants, sankey_conversion_group + ] - use = undefined - presentation_group = chps - graph_methods = [output, full_load_hours, demand] diff --git a/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_mt_coal.ad b/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_mt_coal.ad index 633963fdd8..7b4c0bf462 100644 --- a/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_mt_coal.ad +++ b/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_mt_coal.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, + costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_mt_lignite.ad b/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_mt_lignite.ad index 2e826ab162..b001a2bdc6 100644 --- a/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_mt_lignite.ad +++ b/graphs/energy/nodes/energy/energy_chp_ultra_supercritical_mt_lignite.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + heat_production, hv_net_supply, wacc_proven_tech, primary_heat_infrastructure, + costs_production_chp_plants, sankey_conversion_group + ] - use = undefined - presentation_group = chps - graph_methods = [output, full_load_hours, demand] diff --git a/graphs/energy/nodes/energy/energy_cokesoven_transformation_coal.converter.ad b/graphs/energy/nodes/energy/energy_cokesoven_transformation_coal.converter.ad index 2ee5606d44..566ecc198e 100644 --- a/graphs/energy/nodes/energy/energy_cokesoven_transformation_coal.converter.ad +++ b/graphs/energy/nodes/energy/energy_cokesoven_transformation_coal.converter.ad @@ -1,5 +1,5 @@ - output.loss = elastic -- groups = [sankey_conversion_group] +- groups = [emissions, emissions_energy, emissions_energy_steel, sankey_conversion_group] - use = energetic - graph_methods = [output] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/energy/energy_compressor_network_gas.ad b/graphs/energy/nodes/energy/energy_compressor_network_gas.ad index 2d3c8fa25b..839ed3dd42 100644 --- a/graphs/energy/nodes/energy/energy_compressor_network_gas.ad +++ b/graphs/energy/nodes/energy/energy_compressor_network_gas.ad @@ -2,7 +2,11 @@ - input.network_gas = 0.931 - output.compressed_network_gas = 0.931 - output.loss = elastic -- groups = [non_final_electricity_demand_converters, mv_net_demand, wacc_proven_tech, costs_production_other, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + non_final_electricity_demand_converters, mv_net_demand, wacc_proven_tech, + costs_production_other, sankey_conversion_group + ] - use = undefined - availability = 0.99 - full_load_hours = 6570.0 diff --git a/graphs/energy/nodes/energy/energy_greengas_gasification_dry_biomass.ad b/graphs/energy/nodes/energy/energy_greengas_gasification_dry_biomass.ad index 78f6332b2d..e0edb4c76c 100644 --- a/graphs/energy/nodes/energy/energy_greengas_gasification_dry_biomass.ad +++ b/graphs/energy/nodes/energy/energy_greengas_gasification_dry_biomass.ad @@ -1,6 +1,9 @@ - output.greengas = 0.602 - output.loss = elastic -- groups = [bio_footprint_calculation, wacc_proven_tech, costs_production_biomass, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + bio_footprint_calculation, wacc_proven_tech, costs_production_biomass, sankey_conversion_group + ] - use = undefined - presentation_group = biomass - availability = 0.9 diff --git a/graphs/energy/nodes/energy/energy_greengas_gasification_wet_biomass.ad b/graphs/energy/nodes/energy/energy_greengas_gasification_wet_biomass.ad index 9070017fc4..5fbd5a5fec 100644 --- a/graphs/energy/nodes/energy/energy_greengas_gasification_wet_biomass.ad +++ b/graphs/energy/nodes/energy/energy_greengas_gasification_wet_biomass.ad @@ -1,6 +1,10 @@ - output.greengas = 0.68 - output.loss = elastic -- groups = [bio_footprint_calculation, wacc_unproven_tech, costs_production_biomass,sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + bio_footprint_calculation, wacc_unproven_tech, costs_production_biomass, + sankey_conversion_group + ] - use = undefined - presentation_group = biomass - availability = 0.9 diff --git a/graphs/energy/nodes/energy/energy_greengas_upgrade_biogas.converter.ad b/graphs/energy/nodes/energy/energy_greengas_upgrade_biogas.converter.ad index 7a2718b4d7..942fc57586 100644 --- a/graphs/energy/nodes/energy/energy_greengas_upgrade_biogas.converter.ad +++ b/graphs/energy/nodes/energy/energy_greengas_upgrade_biogas.converter.ad @@ -1,7 +1,10 @@ - input.biogas = 1.0 - output.greengas = 0.995 - output.loss = elastic -- groups = [wacc_proven_tech, costs_production_biomass, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + wacc_proven_tech, costs_production_biomass, sankey_conversion_group + ] - use = undefined - availability = 0.98 - typical_input_capacity = 4.74 diff --git a/graphs/energy/nodes/energy/energy_heat_backup_burner_ht_network_gas.ad b/graphs/energy/nodes/energy/energy_heat_backup_burner_ht_network_gas.ad index c8ec0e6bfb..25c1e73e63 100644 --- a/graphs/energy/nodes/energy/energy_heat_backup_burner_ht_network_gas.ad +++ b/graphs/energy/nodes/energy/energy_heat_backup_burner_ht_network_gas.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.steam_hot_water = 1.03 -- groups = [heat_production, central_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - availability = 0.98 diff --git a/graphs/energy/nodes/energy/energy_heat_backup_burner_lt_network_gas.ad b/graphs/energy/nodes/energy/energy_heat_backup_burner_lt_network_gas.ad index 287e67c5ee..c49f10f276 100644 --- a/graphs/energy/nodes/energy/energy_heat_backup_burner_lt_network_gas.ad +++ b/graphs/energy/nodes/energy/energy_heat_backup_burner_lt_network_gas.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.steam_hot_water = 1.03 -- groups = [heat_production, central_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - availability = 0.98 diff --git a/graphs/energy/nodes/energy/energy_heat_backup_burner_mt_network_gas.ad b/graphs/energy/nodes/energy/energy_heat_backup_burner_mt_network_gas.ad index a05f7d521e..94062c5514 100644 --- a/graphs/energy/nodes/energy/energy_heat_backup_burner_mt_network_gas.ad +++ b/graphs/energy/nodes/energy/energy_heat_backup_burner_mt_network_gas.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.steam_hot_water = 1.03 -- groups = [heat_production, central_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - availability = 0.98 diff --git a/graphs/energy/nodes/energy/energy_heat_boiler_ht_electricity.ad b/graphs/energy/nodes/energy/energy_heat_boiler_ht_electricity.ad index b0d5b24a95..10122d2f16 100644 --- a/graphs/energy/nodes/energy/energy_heat_boiler_ht_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_boiler_ht_electricity.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, preset_demand, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, + preset_demand, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output] diff --git a/graphs/energy/nodes/energy/energy_heat_boiler_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_boiler_lt_electricity.ad index c572464d35..a635228572 100644 --- a/graphs/energy/nodes/energy/energy_heat_boiler_lt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_boiler_lt_electricity.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, preset_demand, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, + preset_demand, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output] diff --git a/graphs/energy/nodes/energy/energy_heat_boiler_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_boiler_mt_electricity.ad index c94d95de5c..3cce777951 100644 --- a/graphs/energy/nodes/energy/energy_heat_boiler_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_boiler_mt_electricity.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, preset_demand, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, + preset_demand, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_ht_coal.ad b/graphs/energy/nodes/energy/energy_heat_burner_ht_coal.ad index ef83964485..b57021d3a8 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_ht_coal.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_ht_coal.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, heat_production, wacc_proven_tech, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_ht_crude_oil.ad b/graphs/energy/nodes/energy/energy_heat_burner_ht_crude_oil.ad index 891a197445..265f50c97a 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_ht_crude_oil.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_ht_crude_oil.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, heat_production, wacc_proven_tech, primary_heat_infrastructure, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, heat_production, wacc_proven_tech, + primary_heat_infrastructure, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_ht_hydrogen.ad b/graphs/energy/nodes/energy/energy_heat_burner_ht_hydrogen.ad index 2631e58b8c..6cffa25d06 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_ht_hydrogen.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_ht_hydrogen.ad @@ -1,7 +1,11 @@ # based on gas heater, adjusted efficiency to take into account condensation - output.loss = elastic -- groups = [heat_production, central_production, preset_demand, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, preset_demand, wacc_proven_tech, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_ht_network_gas.ad b/graphs/energy/nodes/energy/energy_heat_burner_ht_network_gas.ad index 2510fb4211..50053f12a6 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_ht_network_gas.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_ht_network_gas.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, heat_production, central_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, wacc_proven_tech, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_ht_waste_mix.ad b/graphs/energy/nodes/energy/energy_heat_burner_ht_waste_mix.ad index 8ef99aa252..4019dea5a4 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_ht_waste_mix.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_ht_waste_mix.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, heat_production, wacc_proven_tech, primary_heat_infrastructure, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, heat_production, wacc_proven_tech, + primary_heat_infrastructure, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_ht_wood_pellets.ad b/graphs/energy/nodes/energy/energy_heat_burner_ht_wood_pellets.ad index 4563450dad..7a659f33d4 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_ht_wood_pellets.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_ht_wood_pellets.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, heat_production, wacc_proven_tech, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_lt_hydrogen.ad b/graphs/energy/nodes/energy/energy_heat_burner_lt_hydrogen.ad index e5894ed5b0..544fb4e612 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_lt_hydrogen.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_lt_hydrogen.ad @@ -1,7 +1,11 @@ # based on gas heater, adjusted efficiency to take into account condensation - output.loss = elastic -- groups = [heat_production, central_production, preset_demand, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, preset_demand, wacc_proven_tech, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_mt_coal.ad b/graphs/energy/nodes/energy/energy_heat_burner_mt_coal.ad index e8e22be0b0..c384d8c8c2 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_mt_coal.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_mt_coal.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, heat_production, wacc_proven_tech, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_mt_crude_oil.ad b/graphs/energy/nodes/energy/energy_heat_burner_mt_crude_oil.ad index 446f7a799b..f711c08a9e 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_mt_crude_oil.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_mt_crude_oil.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, heat_production, wacc_proven_tech, primary_heat_infrastructure, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, heat_production, wacc_proven_tech, + primary_heat_infrastructure, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_mt_hydrogen.ad b/graphs/energy/nodes/energy/energy_heat_burner_mt_hydrogen.ad index a6f32aed73..c91ba33ec6 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_mt_hydrogen.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_mt_hydrogen.ad @@ -1,7 +1,11 @@ # based on gas heater, adjusted efficiency to take into account condensation - output.loss = elastic -- groups = [heat_production, central_production, preset_demand, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, preset_demand, wacc_proven_tech, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_mt_network_gas.ad b/graphs/energy/nodes/energy/energy_heat_burner_mt_network_gas.ad index 7744ce0f74..ca7ea4ed64 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_mt_network_gas.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_mt_network_gas.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, heat_production, central_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, wacc_proven_tech, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_mt_waste_mix.ad b/graphs/energy/nodes/energy/energy_heat_burner_mt_waste_mix.ad index 540efc931a..1c1d38748b 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_mt_waste_mix.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_mt_waste_mix.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, heat_production, wacc_proven_tech, primary_heat_infrastructure, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, heat_production, wacc_proven_tech, + primary_heat_infrastructure, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_burner_mt_wood_pellets.ad b/graphs/energy/nodes/energy/energy_heat_burner_mt_wood_pellets.ad index f4b1ae4a78..49781f403e 100644 --- a/graphs/energy/nodes/energy/energy_heat_burner_mt_wood_pellets.ad +++ b/graphs/energy/nodes/energy/energy_heat_burner_mt_wood_pellets.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, heat_production, wacc_proven_tech, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_boiler_ht_electricity.ad b/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_boiler_ht_electricity.ad index 42b49f9b8e..8065e0e517 100644 --- a/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_boiler_ht_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_boiler_ht_electricity.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.steam_hot_water = 0.995 -- groups = [heat_production,central_production, mv_net_flexibility, p2h, wacc_proven_tech, costs_storage_and_conversion_p2h, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, mv_net_flexibility, p2h, wacc_proven_tech, + costs_storage_and_conversion_p2h, sankey_conversion_group + ] - use = energetic - presentation_group = p2h - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_boiler_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_boiler_mt_electricity.ad index 6483260ebb..584f4ac86b 100644 --- a/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_boiler_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_boiler_mt_electricity.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.steam_hot_water = 0.995 -- groups = [heat_production,central_production, mv_net_flexibility, p2h, wacc_proven_tech, costs_storage_and_conversion_p2h, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, mv_net_flexibility, p2h, wacc_proven_tech, + costs_storage_and_conversion_p2h, sankey_conversion_group + ] - use = energetic - presentation_group = p2h - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_heatpump_ht_electricity.ad b/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_heatpump_ht_electricity.ad index ecbb51788a..af1c4f4351 100644 --- a/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_heatpump_ht_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_heatpump_ht_electricity.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.7777777777777778 - input.electricity = 0.2222222222222222 - output.steam_hot_water = 1.0 -- groups = [heat_production, mv_net_flexibility, p2h, central_production, wacc_proven_tech, costs_storage_and_conversion_p2h, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, mv_net_flexibility, p2h, central_production, wacc_proven_tech, + costs_storage_and_conversion_p2h, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_heatpump_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_heatpump_mt_electricity.ad index ce916e3d19..215b8b702d 100644 --- a/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_heatpump_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_flexibility_p2h_heatpump_mt_electricity.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.7777777777777778 - input.electricity = 0.2222222222222222 - output.steam_hot_water = 1.0 -- groups = [heat_production, mv_net_flexibility, p2h, central_production, wacc_proven_tech, costs_storage_and_conversion_p2h, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, mv_net_flexibility, p2h, central_production, wacc_proven_tech, + costs_storage_and_conversion_p2h, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad index 74fbe74712..1b2a889547 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.73 - input.electricity = 0.27 - output.steam_hot_water = 1.0 -- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, non_final_electricity_demand_converters, + wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad index 302f3cecad..1b0fb46fde 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.615 - input.electricity = 0.385 - output.steam_hot_water = 1.0 -- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, non_final_electricity_demand_converters, + wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad index bedabaa50c..afedfee014 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.714 - input.electricity = 0.286 - output.steam_hot_water = 1.0 -- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, non_final_electricity_demand_converters, + wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad index 3b321e0b6a..e574de8b68 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.63 - input.electricity = 0.37 - output.steam_hot_water = 1.0 -- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, non_final_electricity_demand_converters, + wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad index 74fbe74712..1b2a889547 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.73 - input.electricity = 0.27 - output.steam_hot_water = 1.0 -- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, non_final_electricity_demand_converters, + wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad index 302f3cecad..1b0fb46fde 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.615 - input.electricity = 0.385 - output.steam_hot_water = 1.0 -- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, non_final_electricity_demand_converters, + wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_water_water_ht_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_water_water_ht_electricity.ad index c959c510f4..ad6824814f 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_water_water_ht_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_water_water_ht_electricity.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.7777777777777778 - input.electricity = 0.2222222222222222 - output.steam_hot_water = 1.0 -- groups = [heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, preset_demand, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, + preset_demand, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_water_water_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_water_water_lt_electricity.ad index e500330736..cff5f498c9 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_water_water_lt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_water_water_lt_electricity.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.7777777777777778 - input.electricity = 0.2222222222222222 - output.steam_hot_water = 1.0 -- groups = [heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, preset_demand, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, + preset_demand, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_water_water_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_water_water_mt_electricity.ad index 76307e7179..da71bceebc 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_water_water_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_water_water_mt_electricity.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.7777777777777778 - input.electricity = 0.2222222222222222 - output.steam_hot_water = 1.0 -- groups = [heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, preset_demand, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, + preset_demand, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_solar_ht_solar_thermal.ad b/graphs/energy/nodes/energy/energy_heat_solar_ht_solar_thermal.ad index 913bdf6201..479706d2ad 100644 --- a/graphs/energy/nodes/energy/energy_heat_solar_ht_solar_thermal.ad +++ b/graphs/energy/nodes/energy/energy_heat_solar_ht_solar_thermal.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.steam_hot_water = 0.6 -- groups = [preset_demand, heat_production, central_production, primary_energy_demand, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, primary_energy_demand, wacc_proven_tech, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_solar_lt_solar_thermal.ad b/graphs/energy/nodes/energy/energy_heat_solar_lt_solar_thermal.ad index 3e7934b356..e8e91eab04 100644 --- a/graphs/energy/nodes/energy/energy_heat_solar_lt_solar_thermal.ad +++ b/graphs/energy/nodes/energy/energy_heat_solar_lt_solar_thermal.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.steam_hot_water = 0.6 -- groups = [preset_demand, heat_production, central_production, primary_energy_demand, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, primary_energy_demand, wacc_proven_tech, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_solar_mt_solar_thermal.ad b/graphs/energy/nodes/energy/energy_heat_solar_mt_solar_thermal.ad index 2749bb14cb..c2467ba49d 100644 --- a/graphs/energy/nodes/energy/energy_heat_solar_mt_solar_thermal.ad +++ b/graphs/energy/nodes/energy/energy_heat_solar_mt_solar_thermal.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.steam_hot_water = 0.6 -- groups = [preset_demand, heat_production, central_production, primary_energy_demand, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, primary_energy_demand, wacc_proven_tech, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_heat_well_deep_ht_geothermal.ad b/graphs/energy/nodes/energy/energy_heat_well_deep_ht_geothermal.ad index 59b3783838..d304c805a6 100644 --- a/graphs/energy/nodes/energy/energy_heat_well_deep_ht_geothermal.ad +++ b/graphs/energy/nodes/energy/energy_heat_well_deep_ht_geothermal.ad @@ -1,7 +1,11 @@ - input.electricity = 0.05 - input.geothermal = 0.95 - output.steam_hot_water = 1.0 -- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, non_final_electricity_demand_converters, + wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand] diff --git a/graphs/energy/nodes/energy/energy_heat_well_deep_mt_geothermal.ad b/graphs/energy/nodes/energy/energy_heat_well_deep_mt_geothermal.ad index 80591eab54..fb76533842 100644 --- a/graphs/energy/nodes/energy/energy_heat_well_deep_mt_geothermal.ad +++ b/graphs/energy/nodes/energy/energy_heat_well_deep_mt_geothermal.ad @@ -1,7 +1,11 @@ - input.electricity = 0.05 - input.geothermal = 0.95 - output.steam_hot_water = 1.0 -- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, non_final_electricity_demand_converters, + wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand] diff --git a/graphs/energy/nodes/energy/energy_heat_well_shallow_heatpump_mt_geothermal.ad b/graphs/energy/nodes/energy/energy_heat_well_shallow_heatpump_mt_geothermal.ad index 23467f1350..d26f50ad96 100644 --- a/graphs/energy/nodes/energy/energy_heat_well_shallow_heatpump_mt_geothermal.ad +++ b/graphs/energy/nodes/energy/energy_heat_well_shallow_heatpump_mt_geothermal.ad @@ -1,7 +1,11 @@ - input.electricity = 0.21 - input.geothermal = 0.79 - output.steam_hot_water = 1.0 -- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, non_final_electricity_demand_converters, + wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand] diff --git a/graphs/energy/nodes/energy/energy_heat_well_shallow_lt_geothermal.ad b/graphs/energy/nodes/energy/energy_heat_well_shallow_lt_geothermal.ad index ed08025cd0..934f29b593 100644 --- a/graphs/energy/nodes/energy/energy_heat_well_shallow_lt_geothermal.ad +++ b/graphs/energy/nodes/energy/energy_heat_well_shallow_lt_geothermal.ad @@ -1,7 +1,11 @@ - input.electricity = 0.05 - input.geothermal = 0.95 - output.steam_hot_water = 1.0 -- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, heat_production, central_production, non_final_electricity_demand_converters, + wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand] diff --git a/graphs/energy/nodes/energy/energy_hydrogen_ammonia_reformer_dispatchable.ad b/graphs/energy/nodes/energy/energy_hydrogen_ammonia_reformer_dispatchable.ad index 9274047cdf..6d4cb1e2b0 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_ammonia_reformer_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_ammonia_reformer_dispatchable.ad @@ -1,7 +1,11 @@ - input.ammonia = 1.0 - output.hydrogen = 0.685 - output.loss = elastic -- groups = [hydrogen_production, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, + sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_ammonia_reformer_must_run.ad b/graphs/energy/nodes/energy/energy_hydrogen_ammonia_reformer_must_run.ad index 3b76fba4d6..4bbf55c9ea 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_ammonia_reformer_must_run.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_ammonia_reformer_must_run.ad @@ -1,7 +1,11 @@ - input.ammonia = 1.0 - output.hydrogen = 0.685 - output.loss = elastic -- groups = [hydrogen_production, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, + sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_autothermal_reformer_ccs_must_run.ad b/graphs/energy/nodes/energy/energy_hydrogen_autothermal_reformer_ccs_must_run.ad index 751a334d57..b385ae0891 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_autothermal_reformer_ccs_must_run.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_autothermal_reformer_ccs_must_run.ad @@ -2,7 +2,11 @@ - input.natural_gas = 1.0 - output.hydrogen = 0.7107843137254902 - output.loss = elastic -- groups = [hydrogen_production, ccs_technology_pair, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, ccs_technology_pair, wacc_unproven_tech, + costs_production_dedicated_hydrogen_production, sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_autothermal_reformer_dispatchable.ad b/graphs/energy/nodes/energy/energy_hydrogen_autothermal_reformer_dispatchable.ad index b477b39471..b9948e1706 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_autothermal_reformer_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_autothermal_reformer_dispatchable.ad @@ -2,7 +2,11 @@ - input.natural_gas = 1.0 - output.hydrogen = 0.7531132230050795 - output.loss = elastic -- groups = [hydrogen_production, wacc_proven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, wacc_proven_tech, costs_production_dedicated_hydrogen_production, + sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_autothermal_reformer_must_run.ad b/graphs/energy/nodes/energy/energy_hydrogen_autothermal_reformer_must_run.ad index 537cb58556..18e1754fe7 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_autothermal_reformer_must_run.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_autothermal_reformer_must_run.ad @@ -2,7 +2,11 @@ - input.natural_gas = 1.0 - output.hydrogen = 0.7531132230050795 - output.loss = elastic -- groups = [hydrogen_production, ccs_technology_pair, wacc_proven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, ccs_technology_pair, wacc_proven_tech, + costs_production_dedicated_hydrogen_production, sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_biomass_gasification.ad b/graphs/energy/nodes/energy/energy_hydrogen_biomass_gasification.ad index ba862202cb..c5fbd6e8ea 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_biomass_gasification.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_biomass_gasification.ad @@ -2,7 +2,11 @@ - input.torrefied_biomass_pellets = 0.9769425870417339 - output.hydrogen = 0.461 - output.loss = elastic -- groups = [hydrogen_production, ccs_technology_pair, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, ccs_technology_pair, wacc_unproven_tech, + costs_production_dedicated_hydrogen_production, sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 0.9 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_biomass_gasification_ccs.ad b/graphs/energy/nodes/energy/energy_hydrogen_biomass_gasification_ccs.ad index 30b137e04b..20d9c0c639 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_biomass_gasification_ccs.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_biomass_gasification_ccs.ad @@ -2,7 +2,11 @@ - input.torrefied_biomass_pellets = 0.9758036301551982 - output.hydrogen = 0.44799999999999995 - output.loss = elastic -- groups = [hydrogen_production, ccs_technology_pair, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, ccs_technology_pair, wacc_unproven_tech, + costs_production_dedicated_hydrogen_production, sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 0.9 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_electrolysis_solar_electricity.ad b/graphs/energy/nodes/energy/energy_hydrogen_electrolysis_solar_electricity.ad index 74b2bdb8ed..9b8f9bcaff 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_electrolysis_solar_electricity.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_electrolysis_solar_electricity.ad @@ -1,7 +1,11 @@ - input.electricity = 1.0 - output.hydrogen = 0.66 - output.loss = elastic -- groups = [hydrogen_production, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group, preset_demand] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, + sankey_conversion_group, preset_demand + ] - use = undefined - presentation_group = hydrogen_production - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_electrolysis_wind_electricity.ad b/graphs/energy/nodes/energy/energy_hydrogen_electrolysis_wind_electricity.ad index 86072a56ea..302dd0b74a 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_electrolysis_wind_electricity.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_electrolysis_wind_electricity.ad @@ -1,7 +1,11 @@ - input.electricity = 1.0 - output.hydrogen = 0.66 - output.loss = elastic -- groups = [hydrogen_production, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group, preset_demand] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, + sankey_conversion_group, preset_demand + ] - use = undefined - graph_methods = [full_load_hours] - presentation_group = hydrogen_production diff --git a/graphs/energy/nodes/energy/energy_hydrogen_flexibility_p2g_electricity.ad b/graphs/energy/nodes/energy/energy_hydrogen_flexibility_p2g_electricity.ad index 141a7ce95e..fa938924e2 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_flexibility_p2g_electricity.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_flexibility_p2g_electricity.ad @@ -2,7 +2,11 @@ - output.hydrogen = 0.66 - output.loss = elastic - output.residual_heat = 0.195 -- groups = [hv_net_flexibility, hydrogen_production, p2g, wacc_unproven_tech, costs_storage_and_conversion_electrolysis, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hv_net_flexibility, hydrogen_production, p2g, + wacc_unproven_tech, costs_storage_and_conversion_electrolysis, sankey_conversion_group + ] - use = undefined - presentation_group = p2g - availability = 0.9800228310502284 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_hybrid_electrolysis_wind_electricity.ad b/graphs/energy/nodes/energy/energy_hydrogen_hybrid_electrolysis_wind_electricity.ad index 48f6dd3dd6..aba749b613 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_hybrid_electrolysis_wind_electricity.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_hybrid_electrolysis_wind_electricity.ad @@ -1,7 +1,11 @@ - input.electricity = 1.0 - output.hydrogen = 0.66 - output.loss = elastic -- groups = [hydrogen_production, wacc_unproven_tech, costs_storage_and_conversion_electrolysis, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, wacc_unproven_tech, costs_storage_and_conversion_electrolysis, + sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 0.98 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_liquid_hydrogen_regasifier.ad b/graphs/energy/nodes/energy/energy_hydrogen_liquid_hydrogen_regasifier.ad index 8fddf33189..61f6262c92 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_liquid_hydrogen_regasifier.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_liquid_hydrogen_regasifier.ad @@ -2,7 +2,11 @@ - input.liquid_hydrogen = 1.0 - output.hydrogen = 0.986 - output.loss = elastic -- groups = [hydrogen_production, wacc_proven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, wacc_proven_tech, costs_production_dedicated_hydrogen_production, + sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_lohc_reformer.ad b/graphs/energy/nodes/energy/energy_hydrogen_lohc_reformer.ad index 1f3ea948a8..c9bdd8ca2b 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_lohc_reformer.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_lohc_reformer.ad @@ -2,7 +2,11 @@ - input.lohc = 1.0 - output.hydrogen = 0.694 - output.loss = elastic -- groups = [hydrogen_production, wacc_proven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, wacc_proven_tech, costs_production_dedicated_hydrogen_production, + sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_solar_pv_solar_radiation.ad b/graphs/energy/nodes/energy/energy_hydrogen_solar_pv_solar_radiation.ad index 689c9503ca..059dbf8706 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_solar_pv_solar_radiation.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_solar_pv_solar_radiation.ad @@ -1,6 +1,10 @@ - output.electricity = 0.17 - output.loss = elastic -- groups = [primary_energy_demand, sustainable_production, wacc_proven_tech, costs_production_dedicated_hydrogen_production, preset_demand] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + primary_energy_demand, sustainable_production, wacc_proven_tech, + costs_production_dedicated_hydrogen_production, preset_demand + ] - use = energetic - graph_methods = [full_load_hours] - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_steam_methane_reformer_ccs_must_run.ad b/graphs/energy/nodes/energy/energy_hydrogen_steam_methane_reformer_ccs_must_run.ad index 3cc0cdac4f..473414756f 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_steam_methane_reformer_ccs_must_run.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_steam_methane_reformer_ccs_must_run.ad @@ -2,7 +2,11 @@ - input.natural_gas = 1.0 - output.hydrogen = 0.745449777078416 - output.loss = elastic -- groups = [hydrogen_production, ccs_technology_pair, wacc_unproven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, ccs_technology_pair, wacc_unproven_tech, + costs_production_dedicated_hydrogen_production, sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_steam_methane_reformer_dispatchable.ad b/graphs/energy/nodes/energy/energy_hydrogen_steam_methane_reformer_dispatchable.ad index d3fb4abde2..c31ee7c700 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_steam_methane_reformer_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_steam_methane_reformer_dispatchable.ad @@ -2,7 +2,11 @@ - input.natural_gas = 1.0 - output.hydrogen = 0.8130081300813008 - output.loss = elastic -- groups = [hydrogen_production, wacc_proven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, wacc_proven_tech, costs_production_dedicated_hydrogen_production, + sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_steam_methane_reformer_must_run.ad b/graphs/energy/nodes/energy/energy_hydrogen_steam_methane_reformer_must_run.ad index dc3b02a155..3be48a91c0 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_steam_methane_reformer_must_run.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_steam_methane_reformer_must_run.ad @@ -2,7 +2,11 @@ - input.natural_gas = 1.0 - output.hydrogen = 0.8130081300813008 - output.loss = elastic -- groups = [hydrogen_production, ccs_technology_pair, wacc_proven_tech, costs_production_dedicated_hydrogen_production, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + hydrogen_production, ccs_technology_pair, wacc_proven_tech, + costs_production_dedicated_hydrogen_production, sankey_conversion_group + ] - use = undefined - presentation_group = hydrogen_production - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_hydrogen_wind_turbine_offshore.ad b/graphs/energy/nodes/energy/energy_hydrogen_wind_turbine_offshore.ad index 33ad8f7cf5..0be600e7db 100644 --- a/graphs/energy/nodes/energy/energy_hydrogen_wind_turbine_offshore.ad +++ b/graphs/energy/nodes/energy/energy_hydrogen_wind_turbine_offshore.ad @@ -1,6 +1,10 @@ - output.electricity = 0.97 - output.loss = elastic -- groups = [primary_energy_demand, sustainable_production, wacc_proven_tech, costs_production_dedicated_hydrogen_production, preset_demand] +- groups = [ + emissions, emissions_energy, emissions_energy_hydrogen_production, + primary_energy_demand, sustainable_production, wacc_proven_tech, + costs_production_dedicated_hydrogen_production, preset_demand + ] - use = undefined - graph_methods = [full_load_hours] - availability = 1.0 diff --git a/graphs/energy/nodes/energy/energy_national_gas_network_natural_gas.converter.ad b/graphs/energy/nodes/energy/energy_national_gas_network_natural_gas.converter.ad index b005c7a88f..9172f80e01 100644 --- a/graphs/energy/nodes/energy/energy_national_gas_network_natural_gas.converter.ad +++ b/graphs/energy/nodes/energy/energy_national_gas_network_natural_gas.converter.ad @@ -1,4 +1,7 @@ - output.loss = elastic -- groups = [sankey_conversion_group,network_gas_production] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + sankey_conversion_group, network_gas_production + ] - use = undefined - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/energy/energy_power_combined_cycle_ccs_coal.ad b/graphs/energy/nodes/energy/energy_power_combined_cycle_ccs_coal.ad index ce73fd01ea..75cdf01df4 100644 --- a/graphs/energy/nodes/energy/energy_power_combined_cycle_ccs_coal.ad +++ b/graphs/energy/nodes/energy/energy_power_combined_cycle_ccs_coal.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = undefined - presentation_group = electricity_production_ccs - graph_methods = [demand, output] diff --git a/graphs/energy/nodes/energy/energy_power_combined_cycle_ccs_network_gas_dispatchable.ad b/graphs/energy/nodes/energy/energy_power_combined_cycle_ccs_network_gas_dispatchable.ad index eec7cd3130..282d66a448 100644 --- a/graphs/energy/nodes/energy/energy_power_combined_cycle_ccs_network_gas_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_power_combined_cycle_ccs_network_gas_dispatchable.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = undefined - presentation_group = electricity_production_ccs - graph_methods = [demand, output] diff --git a/graphs/energy/nodes/energy/energy_power_combined_cycle_coal.ad b/graphs/energy/nodes/energy/energy_power_combined_cycle_coal.ad index 2ad26ec391..48a803f788 100644 --- a/graphs/energy/nodes/energy/energy_power_combined_cycle_coal.ad +++ b/graphs/energy/nodes/energy/energy_power_combined_cycle_coal.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = undefined - presentation_group = electricity_production - graph_methods = [demand, output] diff --git a/graphs/energy/nodes/energy/energy_power_combined_cycle_coal_gas.ad b/graphs/energy/nodes/energy/energy_power_combined_cycle_coal_gas.ad index ea18438b72..999da2cbdf 100644 --- a/graphs/energy/nodes/energy/energy_power_combined_cycle_coal_gas.ad +++ b/graphs/energy/nodes/energy/energy_power_combined_cycle_coal_gas.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [must_run_electricity_production, central_production, electricity_production, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + must_run_electricity_production, central_production, electricity_production, + costs_production_power_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - graph_methods = [output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_combined_cycle_hydrogen.ad b/graphs/energy/nodes/energy/energy_power_combined_cycle_hydrogen.ad index 0fc14492a6..72c7bd41ae 100644 --- a/graphs/energy/nodes/energy/energy_power_combined_cycle_hydrogen.ad +++ b/graphs/energy/nodes/energy/energy_power_combined_cycle_hydrogen.ad @@ -1,6 +1,10 @@ - output.electricity = 0.6 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - availability = 0.9 diff --git a/graphs/energy/nodes/energy/energy_power_combined_cycle_network_gas_dispatchable.ad b/graphs/energy/nodes/energy/energy_power_combined_cycle_network_gas_dispatchable.ad index ece3d286db..ee78a4592e 100644 --- a/graphs/energy/nodes/energy/energy_power_combined_cycle_network_gas_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_power_combined_cycle_network_gas_dispatchable.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = undefined - presentation_group = electricity_production - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_power_combined_cycle_network_gas_must_run.ad b/graphs/energy/nodes/energy/energy_power_combined_cycle_network_gas_must_run.ad index fc3817b064..b3924908e6 100644 --- a/graphs/energy/nodes/energy/energy_power_combined_cycle_network_gas_must_run.ad +++ b/graphs/energy/nodes/energy/energy_power_combined_cycle_network_gas_must_run.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, must_run_electricity_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, must_run_electricity_production, + hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = undefined - presentation_group = electricity_production - graph_methods = [full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_power_engine_diesel.ad b/graphs/energy/nodes/energy/energy_power_engine_diesel.ad index 01172b3354..f38ab29ac0 100644 --- a/graphs/energy/nodes/energy/energy_power_engine_diesel.ad +++ b/graphs/energy/nodes/energy/energy_power_engine_diesel.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_power_engine_network_gas.ad b/graphs/energy/nodes/energy/energy_power_engine_network_gas.ad index c61ac3c5ba..e050f1c524 100644 --- a/graphs/energy/nodes/energy/energy_power_engine_network_gas.ad +++ b/graphs/energy/nodes/energy/energy_power_engine_network_gas.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_geothermal.ad b/graphs/energy/nodes/energy/energy_power_geothermal.ad index b6c0cf2aad..4dd6bdcb8f 100644 --- a/graphs/energy/nodes/energy/energy_power_geothermal.ad +++ b/graphs/energy/nodes/energy/energy_power_geothermal.ad @@ -1,7 +1,12 @@ - use = undefined - output.electricity = 0.25 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, primary_energy_demand, sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, primary_energy_demand, + sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, + costs_production_power_plants + ] - presentation_group = electricity_production - merit_order.group = industry_chp - merit_order.level = hv diff --git a/graphs/energy/nodes/energy/energy_power_hybrid_wind_turbine_offshore.ad b/graphs/energy/nodes/energy/energy_power_hybrid_wind_turbine_offshore.ad index 6c3770bbc2..235757e164 100644 --- a/graphs/energy/nodes/energy/energy_power_hybrid_wind_turbine_offshore.ad +++ b/graphs/energy/nodes/energy/energy_power_hybrid_wind_turbine_offshore.ad @@ -1,6 +1,11 @@ - output.electricity = 0.97 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, primary_energy_demand, sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, primary_energy_demand, + sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, + costs_production_power_plants + ] - use = undefined - presentation_group = wind_turbine - graph_methods = [full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_hydro_mountain.ad b/graphs/energy/nodes/energy/energy_power_hydro_mountain.ad index 4c2005712a..15f4279717 100644 --- a/graphs/energy/nodes/energy/energy_power_hydro_mountain.ad +++ b/graphs/energy/nodes/energy/energy_power_hydro_mountain.ad @@ -1,7 +1,12 @@ - use = undefined - output.electricity = 0.95 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, primary_energy_demand, sustainable_production, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, primary_energy_demand, + sustainable_production, dispatchable_production, hv_net_supply, wacc_proven_tech, + costs_production_power_plants + ] - presentation_group = electricity_production - merit_order.level = hv - merit_order.subtype = dispatchable diff --git a/graphs/energy/nodes/energy/energy_power_hydro_river.ad b/graphs/energy/nodes/energy/energy_power_hydro_river.ad index 3627e7e08c..16e4eeaf24 100644 --- a/graphs/energy/nodes/energy/energy_power_hydro_river.ad +++ b/graphs/energy/nodes/energy/energy_power_hydro_river.ad @@ -1,6 +1,11 @@ - output.electricity = 0.98 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, primary_energy_demand, sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, primary_energy_demand, + sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, + costs_production_power_plants + ] - use = undefined - presentation_group = electricity_production - graph_methods = [demand, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_nuclear_gen2_uranium_oxide.ad b/graphs/energy/nodes/energy/energy_power_nuclear_gen2_uranium_oxide.ad index e5b4b2d735..c0e430ffca 100644 --- a/graphs/energy/nodes/energy/energy_power_nuclear_gen2_uranium_oxide.ad +++ b/graphs/energy/nodes/energy/energy_power_nuclear_gen2_uranium_oxide.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_nuclear_gen3_uranium_oxide.ad b/graphs/energy/nodes/energy/energy_power_nuclear_gen3_uranium_oxide.ad index 5075f2d0d7..3ffe00f013 100644 --- a/graphs/energy/nodes/energy/energy_power_nuclear_gen3_uranium_oxide.ad +++ b/graphs/energy/nodes/energy/energy_power_nuclear_gen3_uranium_oxide.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = undefined - presentation_group = electricity_production - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_nuclear_small_modular_reactor_uranium_oxide.ad b/graphs/energy/nodes/energy/energy_power_nuclear_small_modular_reactor_uranium_oxide.ad index 928f38fa55..21e91dcbfa 100644 --- a/graphs/energy/nodes/energy/energy_power_nuclear_small_modular_reactor_uranium_oxide.ad +++ b/graphs/energy/nodes/energy/energy_power_nuclear_small_modular_reactor_uranium_oxide.ad @@ -1,6 +1,10 @@ - output.electricity = 0.28 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = undefined - presentation_group = electricity_production - availability = 0.9 diff --git a/graphs/energy/nodes/energy/energy_power_solar_csp_solar_radiation.ad b/graphs/energy/nodes/energy/energy_power_solar_csp_solar_radiation.ad index 6daf79422c..73e96b01bd 100644 --- a/graphs/energy/nodes/energy/energy_power_solar_csp_solar_radiation.ad +++ b/graphs/energy/nodes/energy/energy_power_solar_csp_solar_radiation.ad @@ -1,7 +1,12 @@ - use = undefined - output.electricity = 0.35 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, primary_energy_demand, sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, primary_energy_demand, + sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, + costs_production_power_plants + ] - graph_methods = [demand, full_load_hours] - presentation_group = solar_pv_plant - merit_order.group = weather/solar_csp diff --git a/graphs/energy/nodes/energy/energy_power_solar_pv_offshore.ad b/graphs/energy/nodes/energy/energy_power_solar_pv_offshore.ad index f83e3254f2..9ece7cf6d8 100644 --- a/graphs/energy/nodes/energy/energy_power_solar_pv_offshore.ad +++ b/graphs/energy/nodes/energy/energy_power_solar_pv_offshore.ad @@ -1,7 +1,12 @@ - use = energetic - output.electricity = 0.17 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, primary_energy_demand, sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, primary_energy_demand, + sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, + costs_production_power_plants + ] - presentation_group = solar_pv_plant - merit_order.group = dynamic: solar_pv_offshore - merit_order.level = hv diff --git a/graphs/energy/nodes/energy/energy_power_solar_pv_solar_radiation.ad b/graphs/energy/nodes/energy/energy_power_solar_pv_solar_radiation.ad index 602e71c98e..9a9998c41b 100644 --- a/graphs/energy/nodes/energy/energy_power_solar_pv_solar_radiation.ad +++ b/graphs/energy/nodes/energy/energy_power_solar_pv_solar_radiation.ad @@ -1,6 +1,11 @@ - output.electricity = 0.17 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, primary_energy_demand, sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, primary_energy_demand, + sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, + costs_production_power_plants + ] - use = energetic - presentation_group = solar_pv_plant - graph_methods = [demand, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_supercritical_ccs_waste_mix.ad b/graphs/energy/nodes/energy/energy_power_supercritical_ccs_waste_mix.ad index d8d0f36118..7ec058be13 100644 --- a/graphs/energy/nodes/energy/energy_power_supercritical_ccs_waste_mix.ad +++ b/graphs/energy/nodes/energy/energy_power_supercritical_ccs_waste_mix.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production_ccs - graph_methods = [full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_supercritical_coal.ad b/graphs/energy/nodes/energy/energy_power_supercritical_coal.ad index 97beff3e91..dd554d681c 100644 --- a/graphs/energy/nodes/energy/energy_power_supercritical_coal.ad +++ b/graphs/energy/nodes/energy/energy_power_supercritical_coal.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = undefined - presentation_group = electricity_production - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_power_supercritical_waste_mix.ad b/graphs/energy/nodes/energy/energy_power_supercritical_waste_mix.ad index 0aef50b5ac..97f032803f 100644 --- a/graphs/energy/nodes/energy/energy_power_supercritical_waste_mix.ad +++ b/graphs/energy/nodes/energy/energy_power_supercritical_waste_mix.ad @@ -1,6 +1,11 @@ - output.loss = elastic - output.steam_hot_water = 0.0 -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_power_turbine_hydrogen.ad b/graphs/energy/nodes/energy/energy_power_turbine_hydrogen.ad index 2c94a1c24f..5ba962c67d 100644 --- a/graphs/energy/nodes/energy/energy_power_turbine_hydrogen.ad +++ b/graphs/energy/nodes/energy/energy_power_turbine_hydrogen.ad @@ -1,6 +1,10 @@ - output.electricity = 0.34 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - availability = 0.9 diff --git a/graphs/energy/nodes/energy/energy_power_turbine_network_gas_dispatchable.ad b/graphs/energy/nodes/energy/energy_power_turbine_network_gas_dispatchable.ad index 420f9c2686..5e01b0808a 100644 --- a/graphs/energy/nodes/energy/energy_power_turbine_network_gas_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_power_turbine_network_gas_dispatchable.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_power_turbine_network_gas_must_run.ad b/graphs/energy/nodes/energy/energy_power_turbine_network_gas_must_run.ad index 069d0447fd..d9e4463d8e 100644 --- a/graphs/energy/nodes/energy/energy_power_turbine_network_gas_must_run.ad +++ b/graphs/energy/nodes/energy/energy_power_turbine_network_gas_must_run.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, must_run_electricity_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, must_run_electricity_production, + hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - graph_methods = [full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_ccs_coal.ad b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_ccs_coal.ad index 654faa065a..092fae165e 100644 --- a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_ccs_coal.ad +++ b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_ccs_coal.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = undefined - presentation_group = electricity_production_ccs - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_coal.ad b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_coal.ad index b33d7a14ff..45af1816bb 100644 --- a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_coal.ad +++ b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_coal.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_cofiring_coal.ad b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_cofiring_coal.ad index e602082060..e7a616651e 100644 --- a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_cofiring_coal.ad +++ b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_cofiring_coal.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_crude_oil.ad b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_crude_oil.ad index ef3f09158b..84d7989425 100644 --- a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_crude_oil.ad +++ b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_crude_oil.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = undefined - presentation_group = electricity_production - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_lignite.ad b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_lignite.ad index e235321dd1..a6ac930eb0 100644 --- a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_lignite.ad +++ b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_lignite.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = undefined - presentation_group = electricity_production - graph_methods = [output, full_load_hours, demand] diff --git a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_network_gas.ad b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_network_gas.ad index dcfb140630..e5f8766ab1 100644 --- a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_network_gas.ad +++ b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_network_gas.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, dispatchable_production, + hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - graph_methods = [demand, full_load_hours, output] diff --git a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_oxyfuel_ccs_lignite.ad b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_oxyfuel_ccs_lignite.ad index c3f6eb0c8d..eaa3434595 100644 --- a/graphs/energy/nodes/energy/energy_power_ultra_supercritical_oxyfuel_ccs_lignite.ad +++ b/graphs/energy/nodes/energy/energy_power_ultra_supercritical_oxyfuel_ccs_lignite.ad @@ -1,5 +1,10 @@ - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = undefined - presentation_group = electricity_production_ccs - graph_methods = [output, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_wind_turbine_coastal.ad b/graphs/energy/nodes/energy/energy_power_wind_turbine_coastal.ad index dd9665fe83..ca41f59188 100644 --- a/graphs/energy/nodes/energy/energy_power_wind_turbine_coastal.ad +++ b/graphs/energy/nodes/energy/energy_power_wind_turbine_coastal.ad @@ -1,6 +1,11 @@ - output.electricity = 0.97 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, primary_energy_demand, sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, primary_energy_demand, + sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, + costs_production_power_plants + ] - use = undefined - presentation_group = wind_turbine - graph_methods = [demand, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_wind_turbine_inland.ad b/graphs/energy/nodes/energy/energy_power_wind_turbine_inland.ad index 936c49a01d..61a22752b4 100644 --- a/graphs/energy/nodes/energy/energy_power_wind_turbine_inland.ad +++ b/graphs/energy/nodes/energy/energy_power_wind_turbine_inland.ad @@ -1,6 +1,11 @@ - output.electricity = 0.97 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, primary_energy_demand, sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, primary_energy_demand, + sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, + costs_production_power_plants + ] - use = undefined - presentation_group = wind_turbine - graph_methods = [demand, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_wind_turbine_offshore.ad b/graphs/energy/nodes/energy/energy_power_wind_turbine_offshore.ad index bd9927e5a5..04d52c77cd 100644 --- a/graphs/energy/nodes/energy/energy_power_wind_turbine_offshore.ad +++ b/graphs/energy/nodes/energy/energy_power_wind_turbine_offshore.ad @@ -1,6 +1,11 @@ - output.electricity = 0.97 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production, primary_energy_demand, sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, primary_energy_demand, + sustainable_production, volatile_production, hv_net_supply, wacc_proven_tech, + costs_production_power_plants + ] - use = undefined - presentation_group = wind_turbine - graph_methods = [demand, full_load_hours] diff --git a/graphs/energy/nodes/energy/energy_power_wood_pellets_ccs_dispatchable.ad b/graphs/energy/nodes/energy/energy_power_wood_pellets_ccs_dispatchable.ad index cb7cf44fdf..4763248c91 100644 --- a/graphs/energy/nodes/energy/energy_power_wood_pellets_ccs_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_power_wood_pellets_ccs_dispatchable.ad @@ -4,7 +4,12 @@ - output.electricity = 0.361 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production_ccs - availability = 0.9 diff --git a/graphs/energy/nodes/energy/energy_power_wood_pellets_ccs_must_run.ad b/graphs/energy/nodes/energy/energy_power_wood_pellets_ccs_must_run.ad index 67b7d95944..a022870e86 100644 --- a/graphs/energy/nodes/energy/energy_power_wood_pellets_ccs_must_run.ad +++ b/graphs/energy/nodes/energy/energy_power_wood_pellets_ccs_must_run.ad @@ -4,7 +4,12 @@ - output.electricity = 0.361 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, must_run_electricity_production, hv_net_supply, wacc_unproven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + must_run_electricity_production, hv_net_supply, wacc_unproven_tech, + costs_production_power_plants, sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production_ccs - availability = 0.9 diff --git a/graphs/energy/nodes/energy/energy_power_wood_pellets_dispatchable.ad b/graphs/energy/nodes/energy/energy_power_wood_pellets_dispatchable.ad index 6d99f12080..6d4ddd4d20 100644 --- a/graphs/energy/nodes/energy/energy_power_wood_pellets_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_power_wood_pellets_dispatchable.ad @@ -4,7 +4,12 @@ - output.electricity = 0.46 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + dispatchable_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - availability = 0.9 diff --git a/graphs/energy/nodes/energy/energy_power_wood_pellets_must_run.ad b/graphs/energy/nodes/energy/energy_power_wood_pellets_must_run.ad index e280773cc7..2f48a3d7d5 100644 --- a/graphs/energy/nodes/energy/energy_power_wood_pellets_must_run.ad +++ b/graphs/energy/nodes/energy/energy_power_wood_pellets_must_run.ad @@ -4,7 +4,12 @@ - output.electricity = 0.46 - output.loss = elastic -- groups = [preset_demand, central_production, electricity_production,ccs_technology_pair, must_run_electricity_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_electricity_and_heat_production, + preset_demand, central_production, electricity_production, ccs_technology_pair, + must_run_electricity_production, hv_net_supply, wacc_proven_tech, costs_production_power_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = electricity_production - availability = 0.9 diff --git a/graphs/energy/nodes/energy/energy_production_bio_ethanol.ad b/graphs/energy/nodes/energy/energy_production_bio_ethanol.ad index 987d20704e..19f388af9e 100644 --- a/graphs/energy/nodes/energy/energy_production_bio_ethanol.ad +++ b/graphs/energy/nodes/energy/energy_production_bio_ethanol.ad @@ -2,7 +2,11 @@ - input.wet_biomass = 0.84 - output.bio_ethanol = 0.47 - output.loss = elastic -- groups = [preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, application_group, biomass_products_production] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, + application_group, biomass_products_production + ] - use = undefined - presentation_group = liquid_fuels - availability = 0.962 diff --git a/graphs/energy/nodes/energy/energy_production_bio_ethanol_to_jet.ad b/graphs/energy/nodes/energy/energy_production_bio_ethanol_to_jet.ad index aa9a38bc96..2b43b26f00 100644 --- a/graphs/energy/nodes/energy/energy_production_bio_ethanol_to_jet.ad +++ b/graphs/energy/nodes/energy/energy_production_bio_ethanol_to_jet.ad @@ -3,7 +3,11 @@ - output.bio_kerosene = 0.70358 - output.biodiesel = 0.1733 - output.loss = elastic -- groups = [preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, biomass_products_production, costs_production_liquid_fuels] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, + biomass_products_production, costs_production_liquid_fuels + ] - use = undefined - presentation_group = liquid_fuels - availability = 0.962 diff --git a/graphs/energy/nodes/energy/energy_production_bio_lng.ad b/graphs/energy/nodes/energy/energy_production_bio_lng.ad index 668368ddfb..624437c2b1 100644 --- a/graphs/energy/nodes/energy/energy_production_bio_lng.ad +++ b/graphs/energy/nodes/energy/energy_production_bio_lng.ad @@ -1,5 +1,8 @@ - use = energetic - output.bio_lng = 0.432 - output.loss = elastic -- groups = [bio_footprint_calculation,sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + bio_footprint_calculation, sankey_conversion_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/energy/energy_production_bio_oil.ad b/graphs/energy/nodes/energy/energy_production_bio_oil.ad index 0f068eb03c..5b3d199ff6 100644 --- a/graphs/energy/nodes/energy/energy_production_bio_oil.ad +++ b/graphs/energy/nodes/energy/energy_production_bio_oil.ad @@ -1,5 +1,8 @@ - use = energetic - output.bio_oil = 0.998 - output.loss = elastic -- groups = [bio_footprint_calculation,sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + bio_footprint_calculation, sankey_conversion_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/energy/energy_production_biomethanol_to_jet.ad b/graphs/energy/nodes/energy/energy_production_biomethanol_to_jet.ad index 0d602279da..783c3dc88d 100644 --- a/graphs/energy/nodes/energy/energy_production_biomethanol_to_jet.ad +++ b/graphs/energy/nodes/energy/energy_production_biomethanol_to_jet.ad @@ -3,7 +3,11 @@ - output.bio_kerosene = 0.75493 - output.bionaphtha = 0.14402 - output.loss = elastic -- groups = [preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, biomass_products_production, costs_production_liquid_fuels] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, + biomass_products_production, costs_production_liquid_fuels + ] - use = undefined - presentation_group = liquid_fuels - availability = 0.962 diff --git a/graphs/energy/nodes/energy/energy_production_fischer_tropsch_biogenic_waste_ccs.ad b/graphs/energy/nodes/energy/energy_production_fischer_tropsch_biogenic_waste_ccs.ad index c9c7e94b7b..79d1c6d5d6 100644 --- a/graphs/energy/nodes/energy/energy_production_fischer_tropsch_biogenic_waste_ccs.ad +++ b/graphs/energy/nodes/energy/energy_production_fischer_tropsch_biogenic_waste_ccs.ad @@ -3,7 +3,11 @@ - output.biodiesel = 0.10505 - output.bionaphtha = 0.14484 - output.loss = elastic -- groups = [preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, application_group, biomass_products_production] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, + application_group, biomass_products_production + ] - use = undefined - presentation_group = liquid_fuels - availability = 0.962 @@ -20,7 +24,7 @@ - variable_operation_and_maintenance_costs_per_full_load_hour = 162.34 - wacc = 0.07 - free_co2_factor = 0.632781 -- ccs_capture_rate = 0.632781 +- ccs_capture_rate = 0.9 - takes_part_in_ets = 1.0 ~ demand = 0.0 diff --git a/graphs/energy/nodes/energy/energy_production_fischer_tropsch_dry_biomass_ccs.ad b/graphs/energy/nodes/energy/energy_production_fischer_tropsch_dry_biomass_ccs.ad index edce093098..0d5c9b7b6c 100644 --- a/graphs/energy/nodes/energy/energy_production_fischer_tropsch_dry_biomass_ccs.ad +++ b/graphs/energy/nodes/energy/energy_production_fischer_tropsch_dry_biomass_ccs.ad @@ -3,7 +3,11 @@ - output.biodiesel = 0.10505 - output.bionaphtha = 0.14484 - output.loss = elastic -- groups = [preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, application_group, biomass_products_production] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, + application_group, biomass_products_production + ] - use = undefined - presentation_group = liquid_fuels - availability = 0.962 @@ -20,7 +24,7 @@ - variable_operation_and_maintenance_costs_per_full_load_hour = 162.34 - wacc = 0.07 - free_co2_factor = 0.632781 -- ccs_capture_rate = 0.632781 +- ccs_capture_rate = 0.9 - takes_part_in_ets = 1.0 ~ demand = 0.0 diff --git a/graphs/energy/nodes/energy/energy_production_fischer_tropsch_non_biogenic_waste_ccs.ad b/graphs/energy/nodes/energy/energy_production_fischer_tropsch_non_biogenic_waste_ccs.ad index 77022060a3..e5a52a84bf 100644 --- a/graphs/energy/nodes/energy/energy_production_fischer_tropsch_non_biogenic_waste_ccs.ad +++ b/graphs/energy/nodes/energy/energy_production_fischer_tropsch_non_biogenic_waste_ccs.ad @@ -3,7 +3,11 @@ - output.kerosene = 0.15474 - output.loss = elastic - output.naphtha = 0.14484 -- groups = [preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, application_group, oil_and_oil_products_production] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, + application_group, oil_and_oil_products_production + ] - use = undefined - presentation_group = liquid_fuels - availability = 0.962 @@ -20,7 +24,7 @@ - variable_operation_and_maintenance_costs_per_full_load_hour = 162.34 - wacc = 0.07 - free_co2_factor = 0.651832 -- ccs_capture_rate = 0.651832 +- ccs_capture_rate = 0.9 - takes_part_in_ets = 1.0 ~ demand = 0.0 diff --git a/graphs/energy/nodes/energy/energy_production_fischer_tropsch_synthetic_dispatchable.ad b/graphs/energy/nodes/energy/energy_production_fischer_tropsch_synthetic_dispatchable.ad index 042e11cd8d..753eb606f0 100644 --- a/graphs/energy/nodes/energy/energy_production_fischer_tropsch_synthetic_dispatchable.ad +++ b/graphs/energy/nodes/energy/energy_production_fischer_tropsch_synthetic_dispatchable.ad @@ -7,7 +7,12 @@ - output.gasoline = 0.175 - output.kerosene = 0.525 - output.loss = elastic -- groups = [wacc_unproven_tech, mv_net_flexibility, costs_production_liquid_fuels, sankey_conversion_group, application_group, synthetic_products_production, oil_and_oil_products_production, non_final_electricity_demand_converters, co2_emissions_primary] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + co2_emissions_primary, costs_production_liquid_fuels, wacc_unproven_tech, mv_net_flexibility, + sankey_conversion_group, application_group, synthetic_products_production, + oil_and_oil_products_production, non_final_electricity_demand_converters + ] - use = undefined - presentation_group = p2kerosene - availability = 0.94231 @@ -30,6 +35,7 @@ - merit_order.subtype = generic - merit_order.type = flex - free_co2_factor = 0.0 +- co2_utilisation_per_mj = 0.09038 - land_use_per_unit = 0.0 - takes_part_in_ets = 1.0 - max_consumption_price = 22.0 diff --git a/graphs/energy/nodes/energy/energy_production_fischer_tropsch_synthetic_must_run.ad b/graphs/energy/nodes/energy/energy_production_fischer_tropsch_synthetic_must_run.ad index 1bf738d191..0cff954e5e 100644 --- a/graphs/energy/nodes/energy/energy_production_fischer_tropsch_synthetic_must_run.ad +++ b/graphs/energy/nodes/energy/energy_production_fischer_tropsch_synthetic_must_run.ad @@ -7,7 +7,12 @@ - output.gasoline = 0.175 - output.kerosene = 0.525 - output.loss = elastic -- groups = [preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, application_group, synthetic_products_production, oil_and_oil_products_production, non_final_electricity_demand_converters, co2_emissions_primary] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + preset_demand, co2_emissions_primary, costs_production_liquid_fuels, wacc_unproven_tech, + sankey_conversion_group, application_group, synthetic_products_production, + oil_and_oil_products_production, non_final_electricity_demand_converters + ] - use = undefined - presentation_group = liquid_fuels - availability = 0.94231 @@ -31,6 +36,7 @@ - merit_order.subtype = generic - merit_order.type = consumer - free_co2_factor = 0.0 +- co2_utilisation_per_mj = 0.09038 - land_use_per_unit = 0.0 - takes_part_in_ets = 1.0 diff --git a/graphs/energy/nodes/energy/energy_production_fractionation_bio_pyrolysis_oil.ad b/graphs/energy/nodes/energy/energy_production_fractionation_bio_pyrolysis_oil.ad index a46c3cf093..df292db574 100644 --- a/graphs/energy/nodes/energy/energy_production_fractionation_bio_pyrolysis_oil.ad +++ b/graphs/energy/nodes/energy/energy_production_fractionation_bio_pyrolysis_oil.ad @@ -4,7 +4,11 @@ - output.bio_kerosene = 0.254 - output.bionaphtha = 0.244 - output.loss = elastic -- groups = [preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, biomass_products_production, costs_production_liquid_fuels] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, + biomass_products_production, costs_production_liquid_fuels + ] - use = undefined - presentation_group = liquid_fuels - availability = 0.923 diff --git a/graphs/energy/nodes/energy/energy_production_fractionation_bio_pyrolysis_oil_burner_hydrogen.ad b/graphs/energy/nodes/energy/energy_production_fractionation_bio_pyrolysis_oil_burner_hydrogen.ad index b897ab0f9b..e301f7a18f 100644 --- a/graphs/energy/nodes/energy/energy_production_fractionation_bio_pyrolysis_oil_burner_hydrogen.ad +++ b/graphs/energy/nodes/energy/energy_production_fractionation_bio_pyrolysis_oil_burner_hydrogen.ad @@ -1,6 +1,9 @@ - output.loss = elastic - output.steam_hot_water = 0.9 -- groups = [application_group, wacc_proven_tech, costs_production_liquid_fuels] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + application_group, wacc_proven_tech, costs_production_liquid_fuels + ] - use = energetic - availability = 1.0 - full_load_hours = 2190.0 diff --git a/graphs/energy/nodes/energy/energy_production_fractionation_pyrolysis_oil.ad b/graphs/energy/nodes/energy/energy_production_fractionation_pyrolysis_oil.ad index e3b9d8e16d..202e783a82 100644 --- a/graphs/energy/nodes/energy/energy_production_fractionation_pyrolysis_oil.ad +++ b/graphs/energy/nodes/energy/energy_production_fractionation_pyrolysis_oil.ad @@ -4,7 +4,11 @@ - output.kerosene = 0.328 - output.loss = elastic - output.naphtha = 0.169 -- groups = [preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, oil_and_oil_products_production, costs_production_liquid_fuels] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, + oil_and_oil_products_production, costs_production_liquid_fuels + ] - use = undefined - presentation_group = liquid_fuels - availability = 0.923 diff --git a/graphs/energy/nodes/energy/energy_production_fractionation_pyrolysis_oil_burner_hydrogen.ad b/graphs/energy/nodes/energy/energy_production_fractionation_pyrolysis_oil_burner_hydrogen.ad index b897ab0f9b..e301f7a18f 100644 --- a/graphs/energy/nodes/energy/energy_production_fractionation_pyrolysis_oil_burner_hydrogen.ad +++ b/graphs/energy/nodes/energy/energy_production_fractionation_pyrolysis_oil_burner_hydrogen.ad @@ -1,6 +1,9 @@ - output.loss = elastic - output.steam_hot_water = 0.9 -- groups = [application_group, wacc_proven_tech, costs_production_liquid_fuels] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + application_group, wacc_proven_tech, costs_production_liquid_fuels + ] - use = energetic - availability = 1.0 - full_load_hours = 2190.0 diff --git a/graphs/energy/nodes/energy/energy_production_hvo_bio_kerosene.ad b/graphs/energy/nodes/energy/energy_production_hvo_bio_kerosene.ad index 492f782e57..c86da33d1f 100644 --- a/graphs/energy/nodes/energy/energy_production_hvo_bio_kerosene.ad +++ b/graphs/energy/nodes/energy/energy_production_hvo_bio_kerosene.ad @@ -4,7 +4,11 @@ - output.bio_kerosene = 0.835 - output.bionaphtha = 0.082 - output.loss = elastic -- groups = [preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, biomass_products_production, costs_production_liquid_fuels] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, + biomass_products_production, costs_production_liquid_fuels + ] - use = undefined - presentation_group = liquid_fuels - availability = 0.962 diff --git a/graphs/energy/nodes/energy/energy_production_hvo_biodiesel.ad b/graphs/energy/nodes/energy/energy_production_hvo_biodiesel.ad index 28b05df203..90d6451d18 100644 --- a/graphs/energy/nodes/energy/energy_production_hvo_biodiesel.ad +++ b/graphs/energy/nodes/energy/energy_production_hvo_biodiesel.ad @@ -3,7 +3,11 @@ - output.biodiesel = 0.906 - output.bionaphtha = 0.07 - output.loss = elastic -- groups = [preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, biomass_products_production, costs_production_liquid_fuels] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + preset_demand, wacc_unproven_tech, sankey_conversion_group, application_group, + biomass_products_production, costs_production_liquid_fuels + ] - use = undefined - presentation_group = liquid_fuels - availability = 0.962 diff --git a/graphs/energy/nodes/energy/energy_production_methanol_synthesis_biogenic_waste_ccs.ad b/graphs/energy/nodes/energy/energy_production_methanol_synthesis_biogenic_waste_ccs.ad index 059c2f0849..68d8c70a33 100644 --- a/graphs/energy/nodes/energy/energy_production_methanol_synthesis_biogenic_waste_ccs.ad +++ b/graphs/energy/nodes/energy/energy_production_methanol_synthesis_biogenic_waste_ccs.ad @@ -1,7 +1,11 @@ - input.biogenic_waste = 1.0 - output.biomethanol = 0.61 - output.loss = elastic -- groups = [preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, application_group, biomass_products_production] +- groups = [ + emissions, emissions_energy, emissions_energy_methanol_production, + preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, + application_group, biomass_products_production + ] - use = undefined - presentation_group = liquid_fuels_ccs - availability = 0.96 @@ -18,7 +22,7 @@ - variable_operation_and_maintenance_costs_per_full_load_hour = 2019.06 - wacc = 0.07 - free_co2_factor = 0.522288 -- ccs_capture_rate = 0.522288 +- ccs_capture_rate = 0.9 - takes_part_in_ets = 1.0 ~ demand = 0.0 diff --git a/graphs/energy/nodes/energy/energy_production_methanol_synthesis_dry_biomass_ccs.ad b/graphs/energy/nodes/energy/energy_production_methanol_synthesis_dry_biomass_ccs.ad index d6a1dced73..40738ad7df 100644 --- a/graphs/energy/nodes/energy/energy_production_methanol_synthesis_dry_biomass_ccs.ad +++ b/graphs/energy/nodes/energy/energy_production_methanol_synthesis_dry_biomass_ccs.ad @@ -1,7 +1,11 @@ - input.dry_biomass = 1.0 - output.biomethanol = 0.61 - output.loss = elastic -- groups = [preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, application_group, biomass_products_production] +- groups = [ + emissions, emissions_energy, emissions_energy_methanol_production, + preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, + application_group, biomass_products_production + ] - use = undefined - presentation_group = liquid_fuels_ccs - availability = 0.96 @@ -18,7 +22,7 @@ - variable_operation_and_maintenance_costs_per_full_load_hour = 2019.06 - wacc = 0.07 - free_co2_factor = 0.522288 -- ccs_capture_rate = 0.522288 +- ccs_capture_rate = 0.9 - takes_part_in_ets = 1.0 ~ demand = 0.0 diff --git a/graphs/energy/nodes/energy/energy_production_methanol_synthesis_non_biogenic_waste_ccs.ad b/graphs/energy/nodes/energy/energy_production_methanol_synthesis_non_biogenic_waste_ccs.ad index 0727834614..45f54f17ee 100644 --- a/graphs/energy/nodes/energy/energy_production_methanol_synthesis_non_biogenic_waste_ccs.ad +++ b/graphs/energy/nodes/energy/energy_production_methanol_synthesis_non_biogenic_waste_ccs.ad @@ -1,7 +1,11 @@ - input.non_biogenic_waste = 1.0 - output.loss = elastic - output.methanol = 0.61 -- groups = [preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, application_group, methanol_production] +- groups = [ + emissions, emissions_energy, emissions_energy_methanol_production, + preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, + application_group, methanol_production + ] - use = undefined - presentation_group = liquid_fuels_ccs - availability = 0.96 @@ -18,7 +22,7 @@ - variable_operation_and_maintenance_costs_per_full_load_hour = 2019.06 - wacc = 0.07 - free_co2_factor = 0.539393 -- ccs_capture_rate = 0.539393 +- ccs_capture_rate = 0.9 - takes_part_in_ets = 1.0 ~ demand = 0.0 diff --git a/graphs/energy/nodes/energy/energy_production_methanol_synthesis_synthetic.ad b/graphs/energy/nodes/energy/energy_production_methanol_synthesis_synthetic.ad index 52e910b897..a0b71a4667 100644 --- a/graphs/energy/nodes/energy/energy_production_methanol_synthesis_synthetic.ad +++ b/graphs/energy/nodes/energy/energy_production_methanol_synthesis_synthetic.ad @@ -6,7 +6,12 @@ - input.hydrogen = 0.961 - output.methanol = 0.787 - output.loss = elastic -- groups = [preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, application_group, synthetic_products_production, methanol_production, non_final_electricity_demand_converters, co2_emissions_primary] +- groups = [ + emissions, emissions_energy, emissions_energy_methanol_production, + preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, + application_group, synthetic_products_production, methanol_production, + non_final_electricity_demand_converters, co2_emissions_primary + ] - presentation_group = liquid_fuels - use = undefined - availability = 1.0 @@ -23,6 +28,7 @@ - variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 - wacc = 0.07 - free_co2_factor = 0.0 +- co2_utilisation_per_mj = 0.074 - takes_part_in_ets = 0.0 - hydrogen.group = flat - hydrogen.subtype = generic @@ -31,7 +37,6 @@ - merit_order.level = mv - merit_order.subtype = generic - merit_order.type = consumer -- free_co2_factor = 0.0 - takes_part_in_ets = 1.0 ~ demand = 0.0 diff --git a/graphs/energy/nodes/energy/energy_production_methanol_to_jet.ad b/graphs/energy/nodes/energy/energy_production_methanol_to_jet.ad index e29d703d13..41de52df3a 100644 --- a/graphs/energy/nodes/energy/energy_production_methanol_to_jet.ad +++ b/graphs/energy/nodes/energy/energy_production_methanol_to_jet.ad @@ -3,7 +3,11 @@ - output.kerosene = 0.75857 - output.loss = elastic - output.naphtha = 0.1415 -- groups = [preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, application_group, oil_and_oil_products_production] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + preset_demand, wacc_unproven_tech, costs_production_liquid_fuels, sankey_conversion_group, + application_group, oil_and_oil_products_production + ] - use = undefined - presentation_group = liquid_fuels - availability = 0.962 diff --git a/graphs/energy/nodes/energy/energy_production_pyrolysis_biogenic_waste.ad b/graphs/energy/nodes/energy/energy_production_pyrolysis_biogenic_waste.ad index 5c161211ea..d764cacc39 100644 --- a/graphs/energy/nodes/energy/energy_production_pyrolysis_biogenic_waste.ad +++ b/graphs/energy/nodes/energy/energy_production_pyrolysis_biogenic_waste.ad @@ -2,7 +2,11 @@ - output.bio_pyrolysis_oil = 0.623 - output.loss = elastic - output.steam_hot_water = 0.178 -- groups = [wacc_unproven_tech, sankey_conversion_group, application_group, biomass_products_production, costs_production_liquid_fuels] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + wacc_unproven_tech, sankey_conversion_group, application_group, biomass_products_production, + costs_production_liquid_fuels + ] - use = undefined - presentation_group = liquid_fuels_ccs - availability = 0.923 diff --git a/graphs/energy/nodes/energy/energy_production_pyrolysis_dry_biomass.ad b/graphs/energy/nodes/energy/energy_production_pyrolysis_dry_biomass.ad index b9f6343a25..ddf73ea930 100644 --- a/graphs/energy/nodes/energy/energy_production_pyrolysis_dry_biomass.ad +++ b/graphs/energy/nodes/energy/energy_production_pyrolysis_dry_biomass.ad @@ -2,7 +2,11 @@ - output.bio_pyrolysis_oil = 0.623 - output.loss = elastic - output.steam_hot_water = 0.178 -- groups = [wacc_unproven_tech, sankey_conversion_group, application_group, biomass_products_production, costs_production_liquid_fuels] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + wacc_unproven_tech, sankey_conversion_group, application_group, biomass_products_production, + costs_production_liquid_fuels + ] - use = undefined - presentation_group = liquid_fuels_ccs - availability = 0.923 diff --git a/graphs/energy/nodes/energy/energy_production_pyrolysis_non_biogenic_waste.ad b/graphs/energy/nodes/energy/energy_production_pyrolysis_non_biogenic_waste.ad index b20cb86ea0..648f969da5 100644 --- a/graphs/energy/nodes/energy/energy_production_pyrolysis_non_biogenic_waste.ad +++ b/graphs/energy/nodes/energy/energy_production_pyrolysis_non_biogenic_waste.ad @@ -2,7 +2,11 @@ - output.loss = elastic - output.pyrolysis_oil = 0.623 - output.steam_hot_water = 0.178 -- groups = [wacc_unproven_tech, sankey_conversion_group, application_group, oil_and_oil_products_production, costs_production_liquid_fuels] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + wacc_unproven_tech, sankey_conversion_group, application_group, oil_and_oil_products_production, + costs_production_liquid_fuels + ] - use = undefined - presentation_group = liquid_fuels_ccs - availability = 0.923 diff --git a/graphs/energy/nodes/energy/energy_production_wood_pellets.converter.ad b/graphs/energy/nodes/energy/energy_production_wood_pellets.converter.ad index 47033fa674..6c117eff92 100644 --- a/graphs/energy/nodes/energy/energy_production_wood_pellets.converter.ad +++ b/graphs/energy/nodes/energy/energy_production_wood_pellets.converter.ad @@ -1,5 +1,8 @@ - use = undefined - output.loss = elastic - output.wood_pellets = 0.9 -- groups = [bio_footprint_calculatio,sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + bio_footprint_calculation, sankey_conversion_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/energy/energy_regasification_lng.ad b/graphs/energy/nodes/energy/energy_regasification_lng.ad index 566873ff69..f5afed1ff7 100644 --- a/graphs/energy/nodes/energy/energy_regasification_lng.ad +++ b/graphs/energy/nodes/energy/energy_regasification_lng.ad @@ -5,7 +5,10 @@ - output.loss = elastic - output.natural_gas = 0.985 -- groups = [wacc_proven_tech, costs_production_other, sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + wacc_proven_tech, costs_production_other, sankey_conversion_group + ] - use = undefined - availability = 0.99 - full_load_hours = 8700.0 diff --git a/graphs/energy/nodes/energy/energy_torrefaction_wood.converter.ad b/graphs/energy/nodes/energy/energy_torrefaction_wood.converter.ad index e7dceff48c..ca0d4c4325 100644 --- a/graphs/energy/nodes/energy/energy_torrefaction_wood.converter.ad +++ b/graphs/energy/nodes/energy/energy_torrefaction_wood.converter.ad @@ -3,7 +3,10 @@ - output.torrefied_biomass_pellets = 0.86 - input.network_gas = 0.053 - input.dry_biomass = 0.947 -- groups = [bio_footprint_calculation,sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + bio_footprint_calculation, sankey_conversion_group + ] - network_gas.profile = flat - network_gas.type = consumer - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/energy/energy_treatment_natural_gas.ad b/graphs/energy/nodes/energy/energy_treatment_natural_gas.ad index 56d880e793..2d1b0e7278 100644 --- a/graphs/energy/nodes/energy/energy_treatment_natural_gas.ad +++ b/graphs/energy/nodes/energy/energy_treatment_natural_gas.ad @@ -1,5 +1,8 @@ - output.loss = elastic - output.natural_gas = 0.986016667985657 -- groups = [sankey_conversion_group] +- groups = [ + emissions, emissions_energy, emissions_energy_fuels_production, + sankey_conversion_group + ] - use = undefined - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_appliances_clothes_dryer_electricity.converter.ad b/graphs/energy/nodes/households/households_appliances_clothes_dryer_electricity.converter.ad index 71de1c0371..625ca2d79e 100644 --- a/graphs/energy/nodes/households/households_appliances_clothes_dryer_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_appliances_clothes_dryer_electricity.converter.ad @@ -1,4 +1,7 @@ - use = energetic - output.loss = elastic -- groups = [preset_demand, useful_demand, useful_demand_electric, application_group] +- groups = [ + emissions, emissions_households, emissions_households_appliances, + preset_demand, useful_demand, useful_demand_electric, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_appliances_computer_media_electricity.converter.ad b/graphs/energy/nodes/households/households_appliances_computer_media_electricity.converter.ad index 71de1c0371..625ca2d79e 100644 --- a/graphs/energy/nodes/households/households_appliances_computer_media_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_appliances_computer_media_electricity.converter.ad @@ -1,4 +1,7 @@ - use = energetic - output.loss = elastic -- groups = [preset_demand, useful_demand, useful_demand_electric, application_group] +- groups = [ + emissions, emissions_households, emissions_households_appliances, + preset_demand, useful_demand, useful_demand_electric, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_appliances_dishwasher_electricity.converter.ad b/graphs/energy/nodes/households/households_appliances_dishwasher_electricity.converter.ad index 71de1c0371..625ca2d79e 100644 --- a/graphs/energy/nodes/households/households_appliances_dishwasher_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_appliances_dishwasher_electricity.converter.ad @@ -1,4 +1,7 @@ - use = energetic - output.loss = elastic -- groups = [preset_demand, useful_demand, useful_demand_electric, application_group] +- groups = [ + emissions, emissions_households, emissions_households_appliances, + preset_demand, useful_demand, useful_demand_electric, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_appliances_fridge_freezer_electricity.converter.ad b/graphs/energy/nodes/households/households_appliances_fridge_freezer_electricity.converter.ad index 71de1c0371..625ca2d79e 100644 --- a/graphs/energy/nodes/households/households_appliances_fridge_freezer_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_appliances_fridge_freezer_electricity.converter.ad @@ -1,4 +1,7 @@ - use = energetic - output.loss = elastic -- groups = [preset_demand, useful_demand, useful_demand_electric, application_group] +- groups = [ + emissions, emissions_households, emissions_households_appliances, + preset_demand, useful_demand, useful_demand_electric, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_appliances_other_electricity.converter.ad b/graphs/energy/nodes/households/households_appliances_other_electricity.converter.ad index 71de1c0371..625ca2d79e 100644 --- a/graphs/energy/nodes/households/households_appliances_other_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_appliances_other_electricity.converter.ad @@ -1,4 +1,7 @@ - use = energetic - output.loss = elastic -- groups = [preset_demand, useful_demand, useful_demand_electric, application_group] +- groups = [ + emissions, emissions_households, emissions_households_appliances, + preset_demand, useful_demand, useful_demand_electric, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_appliances_television_electricity.converter.ad b/graphs/energy/nodes/households/households_appliances_television_electricity.converter.ad index 71de1c0371..625ca2d79e 100644 --- a/graphs/energy/nodes/households/households_appliances_television_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_appliances_television_electricity.converter.ad @@ -1,4 +1,7 @@ - use = energetic - output.loss = elastic -- groups = [preset_demand, useful_demand, useful_demand_electric, application_group] +- groups = [ + emissions, emissions_households, emissions_households_appliances, + preset_demand, useful_demand, useful_demand_electric, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_appliances_vacuum_cleaner_electricity.converter.ad b/graphs/energy/nodes/households/households_appliances_vacuum_cleaner_electricity.converter.ad index 71de1c0371..625ca2d79e 100644 --- a/graphs/energy/nodes/households/households_appliances_vacuum_cleaner_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_appliances_vacuum_cleaner_electricity.converter.ad @@ -1,4 +1,7 @@ - use = energetic - output.loss = elastic -- groups = [preset_demand, useful_demand, useful_demand_electric, application_group] +- groups = [ + emissions, emissions_households, emissions_households_appliances, + preset_demand, useful_demand, useful_demand_electric, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_appliances_washing_machine_electricity.converter.ad b/graphs/energy/nodes/households/households_appliances_washing_machine_electricity.converter.ad index 71de1c0371..625ca2d79e 100644 --- a/graphs/energy/nodes/households/households_appliances_washing_machine_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_appliances_washing_machine_electricity.converter.ad @@ -1,4 +1,7 @@ - use = energetic - output.loss = elastic -- groups = [preset_demand, useful_demand, useful_demand_electric, application_group] +- groups = [ + emissions, emissions_households, emissions_households_appliances, + preset_demand, useful_demand, useful_demand_electric, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_cooker_halogen_electricity.converter.ad b/graphs/energy/nodes/households/households_cooker_halogen_electricity.converter.ad index 3c779f98e9..d93c96a1ae 100644 --- a/graphs/energy/nodes/households/households_cooker_halogen_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_cooker_halogen_electricity.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.6 -- groups = [application_group] +- groups = [ + emissions, emissions_households, emissions_households_cooking, + application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_cooker_induction_electricity.converter.ad b/graphs/energy/nodes/households/households_cooker_induction_electricity.converter.ad index a45cee770a..a27e10e543 100644 --- a/graphs/energy/nodes/households/households_cooker_induction_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_cooker_induction_electricity.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.85 -- groups = [application_group] +- groups = [ + emissions, emissions_households, emissions_households_cooking, + application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_cooker_network_gas.converter.ad b/graphs/energy/nodes/households/households_cooker_network_gas.converter.ad index b55e17274f..0e82b96385 100644 --- a/graphs/energy/nodes/households/households_cooker_network_gas.converter.ad +++ b/graphs/energy/nodes/households/households_cooker_network_gas.converter.ad @@ -1,7 +1,10 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.4 -- groups = [application_group] +- groups = [ + emissions, emissions_households, emissions_households_cooking, + application_group + ] - network_gas.type = consumer - network_gas.profile = households_appliances - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_cooker_resistive_electricity.converter.ad b/graphs/energy/nodes/households/households_cooker_resistive_electricity.converter.ad index 8c123379dd..2ae4cb9e0a 100644 --- a/graphs/energy/nodes/households/households_cooker_resistive_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_cooker_resistive_electricity.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.55 -- groups = [application_group] +- groups = [ + emissions, emissions_households, emissions_households_cooking, + application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_cooker_wood_pellets.converter.ad b/graphs/energy/nodes/households/households_cooker_wood_pellets.converter.ad index b041f2c0af..9f330f2775 100644 --- a/graphs/energy/nodes/households/households_cooker_wood_pellets.converter.ad +++ b/graphs/energy/nodes/households/households_cooker_wood_pellets.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.3 -- groups = [application_group] +- groups = [ + emissions, emissions_households, emissions_households_cooking, + application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_cooling_airconditioning_electricity.converter.ad b/graphs/energy/nodes/households/households_cooling_airconditioning_electricity.converter.ad index 32482f081c..ed1ae3f73f 100644 --- a/graphs/energy/nodes/households/households_cooling_airconditioning_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_cooling_airconditioning_electricity.converter.ad @@ -2,7 +2,11 @@ - input.electricity = 0.25 - output.cooling = 1.0 - output.loss = elastic -- groups = [heat_production, application_group, lv_net_demand, wacc_households, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_cooling, + heat_production, application_group, lv_net_demand, wacc_households, + costs_building_and_installations_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_cooling_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/households/households_cooling_heatpump_air_water_electricity.converter.ad index e3f016b893..7047dc1663 100644 --- a/graphs/energy/nodes/households/households_cooling_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_cooling_heatpump_air_water_electricity.converter.ad @@ -2,7 +2,11 @@ - input.electricity = 0.222222222222222 - output.cooling = 1.0 - output.loss = elastic -- groups = [heat_production, application_group, lv_net_demand, wacc_households, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_cooling, + heat_production, application_group, lv_net_demand, wacc_households, + costs_building_and_installations_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_cooling_heatpump_ground_water_electricity.converter.ad b/graphs/energy/nodes/households/households_cooling_heatpump_ground_water_electricity.converter.ad index 6850da29df..16b0beaaa9 100644 --- a/graphs/energy/nodes/households/households_cooling_heatpump_ground_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_cooling_heatpump_ground_water_electricity.converter.ad @@ -2,7 +2,11 @@ - input.electricity = 0.05263157895 - output.cooling = 1.0 - output.loss = elastic -- groups = [heat_production, application_group, lv_net_demand, wacc_households, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_cooling, + heat_production, application_group, lv_net_demand, wacc_households, + costs_building_and_installations_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.ad b/graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.ad index e270ab898a..f9fc69987a 100644 --- a/graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.ad +++ b/graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.ad @@ -2,7 +2,11 @@ - input.electricity = 0.05239602663 - output.cooling = 1.0 - output.loss = elastic -- groups = [heat_production, application_group, lv_net_demand, wacc_households, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_cooling, + heat_production, application_group, lv_net_demand, wacc_households, + costs_building_and_installations_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_final_demand_for_cooling_network_gas.ad b/graphs/energy/nodes/households/households_final_demand_for_cooling_network_gas.ad index fed57fb59c..0bac7d58f5 100644 --- a/graphs/energy/nodes/households/households_final_demand_for_cooling_network_gas.ad +++ b/graphs/energy/nodes/households/households_final_demand_for_cooling_network_gas.ad @@ -1,3 +1,8 @@ +# emissions groups are set on this final demand node for completeness as there are currently no +# application nodes for households cooling using network gas + - use = energetic -- groups = [] +- groups = [ + emissions, emissions_households, emissions_households_cooling + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_lighting_efficient_fluorescent_electricity.converter.ad b/graphs/energy/nodes/households/households_lighting_efficient_fluorescent_electricity.converter.ad index aa69da6cee..0cc976803d 100644 --- a/graphs/energy/nodes/households/households_lighting_efficient_fluorescent_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_lighting_efficient_fluorescent_electricity.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.light = 0.25 - output.loss = elastic -- groups = [application_group] +- groups = [ + emissions, emissions_households, emissions_households_lighting, + application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_lighting_incandescent_electricity.converter.ad b/graphs/energy/nodes/households/households_lighting_incandescent_electricity.converter.ad index 3faceacd62..36f0d27506 100644 --- a/graphs/energy/nodes/households/households_lighting_incandescent_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_lighting_incandescent_electricity.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.light = 0.05 - output.loss = elastic -- groups = [application_group] +- groups = [ + emissions, emissions_households, emissions_households_lighting, + application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_lighting_led_electricity.converter.ad b/graphs/energy/nodes/households/households_lighting_led_electricity.converter.ad index 0f6c6fcdfb..9369f80816 100644 --- a/graphs/energy/nodes/households/households_lighting_led_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_lighting_led_electricity.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.light = 0.5 - output.loss = elastic -- groups = [application_group] +- groups = [ + emissions, emissions_households, emissions_households_lighting, + application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_coal.converter.ad b/graphs/energy/nodes/households/households_space_heater_coal.converter.ad index 4c3fd0c92f..24adfabdfc 100644 --- a/graphs/energy/nodes/households/households_space_heater_coal.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_coal.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.43 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households, ht_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_households, + costs_building_and_installations_households, ht_delivery_system_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_combined_hydrogen.converter.ad b/graphs/energy/nodes/households/households_space_heater_combined_hydrogen.converter.ad index 643cc501e8..5247eb2c89 100644 --- a/graphs/energy/nodes/households/households_space_heater_combined_hydrogen.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_combined_hydrogen.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 1.1 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households, ht_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_households, + costs_building_and_installations_households, ht_delivery_system_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_combined_network_gas.converter.ad b/graphs/energy/nodes/households/households_space_heater_combined_network_gas.converter.ad index fe01657aa2..dbc699ff06 100644 --- a/graphs/energy/nodes/households/households_space_heater_combined_network_gas.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_combined_network_gas.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 1.07 -- groups = [demand_driven, heat_production, etmoses, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households, ht_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, etmoses, application_group, aggregator_producer, + wacc_households, costs_building_and_installations_households, ht_delivery_system_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_crude_oil.converter.ad b/graphs/energy/nodes/households/households_space_heater_crude_oil.converter.ad index 4a8ac76d18..38b46b28fb 100644 --- a/graphs/energy/nodes/households/households_space_heater_crude_oil.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_crude_oil.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.85 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households, ht_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_households, + costs_building_and_installations_households, ht_delivery_system_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_district_heating_ht_steam_hot_water.ad b/graphs/energy/nodes/households/households_space_heater_district_heating_ht_steam_hot_water.ad index 06ab31dce4..f6bd36d832 100644 --- a/graphs/energy/nodes/households/households_space_heater_district_heating_ht_steam_hot_water.ad +++ b/graphs/energy/nodes/households/households_space_heater_district_heating_ht_steam_hot_water.ad @@ -1,5 +1,9 @@ - output.useable_heat = 1.0 -- groups = [demand_driven, etmoses, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households, ht_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, etmoses, application_group, aggregator_producer, wacc_households, + costs_building_and_installations_households, ht_delivery_system_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_district_heating_lt_steam_hot_water.ad b/graphs/energy/nodes/households/households_space_heater_district_heating_lt_steam_hot_water.ad index 61dcb45735..4ec3c45970 100644 --- a/graphs/energy/nodes/households/households_space_heater_district_heating_lt_steam_hot_water.ad +++ b/graphs/energy/nodes/households/households_space_heater_district_heating_lt_steam_hot_water.ad @@ -1,5 +1,9 @@ - output.useable_heat = 1.0 -- groups = [demand_driven, etmoses, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households, lt_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, etmoses, application_group, aggregator_producer, wacc_households, + costs_building_and_installations_households, lt_delivery_system_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_district_heating_mt_steam_hot_water.ad b/graphs/energy/nodes/households/households_space_heater_district_heating_mt_steam_hot_water.ad index 7e053c0310..5fb1c36e04 100644 --- a/graphs/energy/nodes/households/households_space_heater_district_heating_mt_steam_hot_water.ad +++ b/graphs/energy/nodes/households/households_space_heater_district_heating_mt_steam_hot_water.ad @@ -1,5 +1,9 @@ - output.useable_heat = 1.0 -- groups = [demand_driven, etmoses, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households, mt_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, etmoses, application_group, aggregator_producer, wacc_households, + costs_building_and_installations_households, mt_delivery_system_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_electricity.converter.ad b/graphs/energy/nodes/households/households_space_heater_electricity.converter.ad index de6ada3545..4702c9811f 100644 --- a/graphs/energy/nodes/households/households_space_heater_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_electricity.converter.ad @@ -1,6 +1,11 @@ - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, heat_production, etmoses, merit_household_space_heating_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households, ht_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, etmoses, merit_household_space_heating_producers, + application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households, ht_delivery_system_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/households/households_space_heater_heatpump_air_water_electricity.converter.ad index f21b6f1c91..512ec8abc4 100644 --- a/graphs/energy/nodes/households/households_space_heater_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_heatpump_air_water_electricity.converter.ad @@ -3,7 +3,12 @@ - output.cooling = 0.0 - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, heat_production, etmoses, merit_household_space_heating_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households, ht_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, etmoses, merit_household_space_heating_producers, + application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households, ht_delivery_system_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_heatpump_ground_water_electricity.converter.ad b/graphs/energy/nodes/households/households_space_heater_heatpump_ground_water_electricity.converter.ad index 5c44a879c0..c211b258fa 100644 --- a/graphs/energy/nodes/households/households_space_heater_heatpump_ground_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_heatpump_ground_water_electricity.converter.ad @@ -2,7 +2,12 @@ - input.electricity = 0.208333333333333 - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, heat_production, etmoses, merit_household_space_heating_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households, lt_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, etmoses, merit_household_space_heating_producers, + application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households, lt_delivery_system_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_heatpump_pvt_electricity.converter.ad b/graphs/energy/nodes/households/households_space_heater_heatpump_pvt_electricity.converter.ad index b70be78371..3582187ee7 100644 --- a/graphs/energy/nodes/households/households_space_heater_heatpump_pvt_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_heatpump_pvt_electricity.converter.ad @@ -1,5 +1,10 @@ - use = energetic -- groups = [demand_driven, heat_production, etmoses, merit_household_space_heating_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households, lt_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, etmoses, merit_household_space_heating_producers, + application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households, lt_delivery_system_households + ] - presentation_group = heat_pumps - fever.alias_of = households_water_heater_heatpump_pvt_electricity - fever.defer_for = 4 diff --git a/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.ad b/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.ad index b484ab1fec..b8bba2b02d 100644 --- a/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.ad +++ b/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.ad @@ -3,7 +3,12 @@ - output.cooling = 0.0 - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, heat_production, merit_household_space_heating_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, merit_household_space_heating_producers, application_group, + aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_hybrid_crude_oil_heatpump_air_water_electricity.ad b/graphs/energy/nodes/households/households_space_heater_hybrid_crude_oil_heatpump_air_water_electricity.ad index 5dd4c3ca7a..c6f7b9d259 100644 --- a/graphs/energy/nodes/households/households_space_heater_hybrid_crude_oil_heatpump_air_water_electricity.ad +++ b/graphs/energy/nodes/households/households_space_heater_hybrid_crude_oil_heatpump_air_water_electricity.ad @@ -5,7 +5,12 @@ - output.useable_heat.ambient_heat = 1.0 - output.useable_heat.electricity = 1.0 - output.useable_heat.crude_oil = 0.95 -- groups = [demand_driven, heat_production, etmoses, merit_household_space_heating_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households, mt_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, etmoses, merit_household_space_heating_producers, + application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households, mt_delivery_system_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_hybrid_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/households/households_space_heater_hybrid_heatpump_air_water_electricity.converter.ad index 0df4f537e5..1ecf66cba0 100644 --- a/graphs/energy/nodes/households/households_space_heater_hybrid_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_hybrid_heatpump_air_water_electricity.converter.ad @@ -3,7 +3,12 @@ - output.useable_heat.ambient_heat = 1.0 - output.useable_heat.electricity = 1.0 - output.useable_heat.network_gas = 1.07 -- groups = [demand_driven, heat_production, etmoses, merit_household_space_heating_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households, mt_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, etmoses, merit_household_space_heating_producers, + application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households, mt_delivery_system_households + ] - use = energetic - presentation_group = heat_pumps - graph_methods = [input] diff --git a/graphs/energy/nodes/households/households_space_heater_hybrid_hydrogen_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/households/households_space_heater_hybrid_hydrogen_heatpump_air_water_electricity.converter.ad index 06aa14d0c0..40eddd9013 100644 --- a/graphs/energy/nodes/households/households_space_heater_hybrid_hydrogen_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_hybrid_hydrogen_heatpump_air_water_electricity.converter.ad @@ -6,7 +6,12 @@ - output.useable_heat.ambient_heat = 1.0 - output.useable_heat.electricity = 1.0 - output.useable_heat.hydrogen = 1.08696 -- groups = [demand_driven, heat_production, etmoses, merit_household_space_heating_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households, mt_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, etmoses, merit_household_space_heating_producers, + application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households, mt_delivery_system_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_network_gas.converter.ad b/graphs/energy/nodes/households/households_space_heater_network_gas.converter.ad index 3b0a807bf6..ae066f86ae 100644 --- a/graphs/energy/nodes/households/households_space_heater_network_gas.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_network_gas.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.8 -- groups = [demand_driven, heat_production, etmoses, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households, ht_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, etmoses, application_group, aggregator_producer, + wacc_households, costs_building_and_installations_households, ht_delivery_system_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_wood_pellets.converter.ad b/graphs/energy/nodes/households/households_space_heater_wood_pellets.converter.ad index ed794b56ad..3e38088f32 100644 --- a/graphs/energy/nodes/households/households_space_heater_wood_pellets.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_wood_pellets.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.82 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households, ht_delivery_system_households] +- groups = [ + emissions, emissions_households, emissions_households_space_heating, + demand_driven, heat_production, application_group, aggregator_producer, wacc_households, + costs_building_and_installations_households, ht_delivery_system_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_coal.converter.ad b/graphs/energy/nodes/households/households_water_heater_coal.converter.ad index f18d918267..335e8be387 100644 --- a/graphs/energy/nodes/households/households_water_heater_coal.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_coal.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.43 -- groups = [demand_driven, aggregator_producer, wacc_households, heat_production, application_group, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, aggregator_producer, wacc_households, heat_production, application_group, + costs_building_and_installations_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_combined_hydrogen.converter.ad b/graphs/energy/nodes/households/households_water_heater_combined_hydrogen.converter.ad index 49a78597be..b25ef87a6f 100644 --- a/graphs/energy/nodes/households/households_water_heater_combined_hydrogen.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_combined_hydrogen.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.72 -- groups = [demand_driven, heat_production, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, heat_production, application_group, aggregator_producer, wacc_households, + costs_building_and_installations_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_combined_network_gas.converter.ad b/graphs/energy/nodes/households/households_water_heater_combined_network_gas.converter.ad index d85f6d85b8..a947dd638a 100644 --- a/graphs/energy/nodes/households/households_water_heater_combined_network_gas.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_combined_network_gas.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [demand_driven, heat_production, etmoses, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, heat_production, etmoses, application_group, aggregator_producer, + wacc_households, costs_building_and_installations_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_crude_oil.converter.ad b/graphs/energy/nodes/households/households_water_heater_crude_oil.converter.ad index 1b400d4540..5a2219229d 100644 --- a/graphs/energy/nodes/households/households_water_heater_crude_oil.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_crude_oil.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.85 -- groups = [demand_driven, application_group, aggregator_producer, wacc_households, heat_production, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, application_group, aggregator_producer, wacc_households, heat_production, + costs_building_and_installations_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_district_heating_ht_steam_hot_water.ad b/graphs/energy/nodes/households/households_water_heater_district_heating_ht_steam_hot_water.ad index f86180a26a..05cfdad33c 100644 --- a/graphs/energy/nodes/households/households_water_heater_district_heating_ht_steam_hot_water.ad +++ b/graphs/energy/nodes/households/households_water_heater_district_heating_ht_steam_hot_water.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, etmoses, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, etmoses, application_group, aggregator_producer, wacc_households, + costs_building_and_installations_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_district_heating_lt_steam_hot_water.ad b/graphs/energy/nodes/households/households_water_heater_district_heating_lt_steam_hot_water.ad index 3ab9812703..a309adabba 100644 --- a/graphs/energy/nodes/households/households_water_heater_district_heating_lt_steam_hot_water.ad +++ b/graphs/energy/nodes/households/households_water_heater_district_heating_lt_steam_hot_water.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, etmoses, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, etmoses, application_group, aggregator_producer, wacc_households, + costs_building_and_installations_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_district_heating_mt_steam_hot_water.ad b/graphs/energy/nodes/households/households_water_heater_district_heating_mt_steam_hot_water.ad index 210a98f7a1..67c40daeb6 100644 --- a/graphs/energy/nodes/households/households_water_heater_district_heating_mt_steam_hot_water.ad +++ b/graphs/energy/nodes/households/households_water_heater_district_heating_mt_steam_hot_water.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, etmoses, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, etmoses, application_group, aggregator_producer, wacc_households, + costs_building_and_installations_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/households/households_water_heater_heatpump_air_water_electricity.converter.ad index 6dc9e186f2..051cf5553d 100644 --- a/graphs/energy/nodes/households/households_water_heater_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_heatpump_air_water_electricity.converter.ad @@ -2,7 +2,12 @@ - input.electricity = 0.333333333333333 - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, + aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_heatpump_ground_water_electricity.converter.ad b/graphs/energy/nodes/households/households_water_heater_heatpump_ground_water_electricity.converter.ad index 50fda542a3..44bd0c3a91 100644 --- a/graphs/energy/nodes/households/households_water_heater_heatpump_ground_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_heatpump_ground_water_electricity.converter.ad @@ -2,7 +2,12 @@ - input.electricity = 0.333333333333333 - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, + aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_heatpump_pvt_electricity.converter.ad b/graphs/energy/nodes/households/households_water_heater_heatpump_pvt_electricity.converter.ad index 3f9fc91130..2b1c2405a5 100644 --- a/graphs/energy/nodes/households/households_water_heater_heatpump_pvt_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_heatpump_pvt_electricity.converter.ad @@ -1,5 +1,10 @@ - use = energetic -- groups = [demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, + aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households + ] - presentation_group = heat_pumps - fever.group = households_hot_water - fever.type = producer diff --git a/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.ad b/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.ad index d91cfb2431..6a7ebcc548 100644 --- a/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.ad +++ b/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.ad @@ -2,7 +2,12 @@ - input.electricity = 0.333333333333333 - output.loss = elastic - output.useable_heat = 1.0 -- groups = [demand_driven, heat_production, merit_household_hot_water_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, heat_production, merit_household_hot_water_producers, application_group, + aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_hybrid_crude_oil_heatpump_air_water_electricity.ad b/graphs/energy/nodes/households/households_water_heater_hybrid_crude_oil_heatpump_air_water_electricity.ad index 1f0863fab3..06d6366f5b 100644 --- a/graphs/energy/nodes/households/households_water_heater_hybrid_crude_oil_heatpump_air_water_electricity.ad +++ b/graphs/energy/nodes/households/households_water_heater_hybrid_crude_oil_heatpump_air_water_electricity.ad @@ -5,7 +5,12 @@ - output.useable_heat.ambient_heat = 1.0 - output.useable_heat.electricity = 1.0 - output.useable_heat.crude_oil = 0.95 -- groups = [demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, + aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_hybrid_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/households/households_water_heater_hybrid_heatpump_air_water_electricity.converter.ad index 5cf3a6d895..f813795a66 100644 --- a/graphs/energy/nodes/households/households_water_heater_hybrid_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_hybrid_heatpump_air_water_electricity.converter.ad @@ -3,7 +3,12 @@ - output.useable_heat.ambient_heat = 1 - output.useable_heat.electricity = 1 - output.useable_heat.network_gas = 0.9 -- groups = [demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, + aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households + ] - use = energetic - presentation_group = heat_pumps - graph_methods = [input] diff --git a/graphs/energy/nodes/households/households_water_heater_hybrid_hydrogen_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/households/households_water_heater_hybrid_hydrogen_heatpump_air_water_electricity.converter.ad index 99bbd06b2a..39de12567d 100644 --- a/graphs/energy/nodes/households/households_water_heater_hybrid_hydrogen_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_hybrid_hydrogen_heatpump_air_water_electricity.converter.ad @@ -6,7 +6,12 @@ - output.useable_heat.ambient_heat = 1 - output.useable_heat.electricity = 1 - output.useable_heat.hydrogen = 0.951659795 -- groups = [demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, + aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households + ] - use = energetic - presentation_group = heat_pumps - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_network_gas.converter.ad b/graphs/energy/nodes/households/households_water_heater_network_gas.converter.ad index c562c0752c..059eb7ae3b 100644 --- a/graphs/energy/nodes/households/households_water_heater_network_gas.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_network_gas.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.67 -- groups = [demand_driven, heat_production, etmoses, application_group, aggregator_producer, wacc_households, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, heat_production, etmoses, application_group, aggregator_producer, + wacc_households, costs_building_and_installations_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_resistive_electricity.converter.ad b/graphs/energy/nodes/households/households_water_heater_resistive_electricity.converter.ad index f4e960c7e9..f722332ece 100644 --- a/graphs/energy/nodes/households/households_water_heater_resistive_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_resistive_electricity.converter.ad @@ -1,6 +1,11 @@ - output.loss = elastic - output.useable_heat = 0.95 -- groups = [demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, heat_production, etmoses, merit_household_hot_water_producers, application_group, + aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, + costs_building_and_installations_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_solar_thermal.converter.ad b/graphs/energy/nodes/households/households_water_heater_solar_thermal.converter.ad index 87599d7643..ae5457d213 100644 --- a/graphs/energy/nodes/households/households_water_heater_solar_thermal.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_solar_thermal.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 1.0 -- groups = [heat_production, application_group, wacc_households, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + heat_production, application_group, wacc_households, + costs_building_and_installations_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/households/households_water_heater_wood_pellets.converter.ad b/graphs/energy/nodes/households/households_water_heater_wood_pellets.converter.ad index 53ef79bf65..a499aa8227 100644 --- a/graphs/energy/nodes/households/households_water_heater_wood_pellets.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_wood_pellets.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.82 -- groups = [demand_driven, application_group, aggregator_producer, wacc_households, heat_production, costs_building_and_installations_households] +- groups = [ + emissions, emissions_households, emissions_households_hot_water, + demand_driven, application_group, aggregator_producer, wacc_households, heat_production, + costs_building_and_installations_households + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_aluminium_burner_network_gas.converter.ad b/graphs/energy/nodes/industry/industry_aluminium_burner_network_gas.converter.ad index d8e901cac8..5b463e253c 100644 --- a/graphs/energy/nodes/industry/industry_aluminium_burner_network_gas.converter.ad +++ b/graphs/energy/nodes/industry/industry_aluminium_burner_network_gas.converter.ad @@ -1,7 +1,10 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_aluminium, + heat_production, wacc_proven_tech, costs_building_and_installations_industry + ] - availability = 0.0 - free_co2_factor = 0.0 - full_load_hours = 2190.0 diff --git a/graphs/energy/nodes/industry/industry_aluminium_external_coupling_node.ad b/graphs/energy/nodes/industry/industry_aluminium_external_coupling_node.ad index 5fb4c10e08..5ddda28647 100644 --- a/graphs/energy/nodes/industry/industry_aluminium_external_coupling_node.ad +++ b/graphs/energy/nodes/industry/industry_aluminium_external_coupling_node.ad @@ -9,7 +9,10 @@ - input.hydrogen = 0.0 - output.loss = elastic - output.not_defined = 0.016190 -- groups = [application_group, mv_net_demand, costs_building_and_installations_industry, wacc_proven_tech] +- groups = [ + emissions, emissions_industry, emissions_industry_aluminium, + application_group, mv_net_demand, costs_building_and_installations_industry, wacc_proven_tech + ] - free_co2_factor = 0.0 - full_load_hours = 2190.0 - takes_part_in_ets = 1.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_coal.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_coal.converter.ad index 31bf2a8c12..dafdecd2b3 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_coal.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_coal.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.8 -- groups = [heat_production, chemical_industry, fertilizers_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_fertilizers, + heat_production, chemical_industry, fertilizers_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_crude_oil.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_crude_oil.converter.ad index cfdb595ef5..021fa36c4d 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_crude_oil.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_crude_oil.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.83 -- groups = [heat_production, chemical_industry, fertilizers_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_fertilizers, + heat_production, chemical_industry, fertilizers_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_hydrogen.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_hydrogen.converter.ad index 8e1c7da0e5..2c222610d4 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_hydrogen.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_hydrogen.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, chemical_industry, fertilizers_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_fertilizers, + heat_production, chemical_industry, fertilizers_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - hydrogen.type = consumer diff --git a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_network_gas.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_network_gas.converter.ad index 13211f28de..ac19cf9d8f 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_network_gas.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_network_gas.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, chemical_industry, fertilizers_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_fertilizers, + heat_production, chemical_industry, fertilizers_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - network_gas.profile = industry_fertilizers_heat diff --git a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_wood_pellets.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_wood_pellets.converter.ad index b1a397a41c..f24f02b689 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_wood_pellets.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_burner_wood_pellets.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.8 -- groups = [heat_production, chemical_industry, fertilizers_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_fertilizers, + heat_production, chemical_industry, fertilizers_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_external_coupling_node_non_energetic.ad b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_external_coupling_node_non_energetic.ad index 12bbf07c33..d9837d2f9a 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_external_coupling_node_non_energetic.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_external_coupling_node_non_energetic.ad @@ -1,5 +1,9 @@ - use = non_energetic -- groups = [chemical_industry, fertilizers_industry, non_energetic_use, useful_demand_non_energetic, useful_demand, application_group] +- groups = [ + emissions, emissions_industry, emissions_industry_fertilizers, + chemical_industry, fertilizers_industry, non_energetic_use, useful_demand_non_energetic, + useful_demand, application_group + ] - free_co2_factor = 1.0 - input.coal = 1.0 - input.network_gas = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_flexibility_p2h_hydrogen_electricity.ad b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_flexibility_p2h_hydrogen_electricity.ad index 6484ec51a8..1e17d19850 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_flexibility_p2h_hydrogen_electricity.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_flexibility_p2h_hydrogen_electricity.ad @@ -1,7 +1,11 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, mv_net_flexibility, p2h, wacc_proven_tech, costs_storage_and_conversion_p2h, fertilizers_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_fertilizers, + heat_production, mv_net_flexibility, p2h, wacc_proven_tech, costs_storage_and_conversion_p2h, + fertilizers_industry + ] - presentation_group = p2h - merit_order.demand_profile = industry_fertilizers_heat - merit_order.demand_source = industry_chemicals_fertilizers_hydrogen_hybrid_heat diff --git a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_flexibility_p2h_network_gas_electricity.ad b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_flexibility_p2h_network_gas_electricity.ad index 6039608d05..061bb0ef58 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_flexibility_p2h_network_gas_electricity.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_flexibility_p2h_network_gas_electricity.ad @@ -1,7 +1,11 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, mv_net_flexibility, p2h, wacc_proven_tech, costs_storage_and_conversion_p2h, fertilizers_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_fertilizers, + heat_production, mv_net_flexibility, p2h, wacc_proven_tech, costs_storage_and_conversion_p2h, + fertilizers_industry + ] - presentation_group = p2h - merit_order.demand_profile = industry_fertilizers_heat - merit_order.demand_source = industry_chemicals_fertilizers_network_gas_hybrid_heat diff --git a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_steam_methane_reformer_hydrogen.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_steam_methane_reformer_hydrogen.converter.ad index 99673744b8..fd08e6d934 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_fertilizers_steam_methane_reformer_hydrogen.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_fertilizers_steam_methane_reformer_hydrogen.converter.ad @@ -3,7 +3,10 @@ - output.loss = elastic - output.useable_heat = 0.12285714285714285 - graph_methods = [input] -- groups = [wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_fertilizers, + wacc_proven_tech, costs_building_and_installations_industry + ] - availability = 0.9 - free_co2_factor = 0.0 - full_load_hours = 7500.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_other_burner_bionaphtha.ad b/graphs/energy/nodes/industry/industry_chemicals_other_burner_bionaphtha.ad index 4b9b6e0058..72949951c8 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_other_burner_bionaphtha.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_other_burner_bionaphtha.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.83 -- groups = [heat_production, chemical_industry, other_chemical_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + heat_production, chemical_industry, other_chemical_industry, application_group, + wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_other_burner_coal.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_other_burner_coal.converter.ad index 0e4cc7cb17..6b533f2bbe 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_other_burner_coal.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_other_burner_coal.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.8 -- groups = [heat_production, chemical_industry, other_chemical_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + heat_production, chemical_industry, other_chemical_industry, application_group, + wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_other_burner_crude_oil.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_other_burner_crude_oil.converter.ad index 641465d990..6df1f4b4f9 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_other_burner_crude_oil.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_other_burner_crude_oil.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.83 -- groups = [heat_production, chemical_industry, other_chemical_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + heat_production, chemical_industry, other_chemical_industry, application_group, + wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_other_burner_hydrogen.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_other_burner_hydrogen.converter.ad index 94479cbc68..d77a183649 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_other_burner_hydrogen.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_other_burner_hydrogen.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, chemical_industry, other_chemical_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + heat_production, chemical_industry, other_chemical_industry, application_group, + wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_other_burner_naphtha.ad b/graphs/energy/nodes/industry/industry_chemicals_other_burner_naphtha.ad index 4b9b6e0058..72949951c8 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_other_burner_naphtha.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_other_burner_naphtha.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.83 -- groups = [heat_production, chemical_industry, other_chemical_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + heat_production, chemical_industry, other_chemical_industry, application_group, + wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_other_burner_network_gas.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_other_burner_network_gas.converter.ad index 543d62caae..323c2ee625 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_other_burner_network_gas.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_other_burner_network_gas.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, chemical_industry, other_chemical_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + heat_production, chemical_industry, other_chemical_industry, application_group, + wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_other_burner_wood_pellets.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_other_burner_wood_pellets.converter.ad index 7a205ec5ba..44bc264580 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_other_burner_wood_pellets.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_other_burner_wood_pellets.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.8 -- groups = [heat_production, chemical_industry, other_chemical_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + heat_production, chemical_industry, other_chemical_industry, application_group, + wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_other_flexibility_p2h_hydrogen_electricity.ad b/graphs/energy/nodes/industry/industry_chemicals_other_flexibility_p2h_hydrogen_electricity.ad index afc6b060b2..ba4caf8ff1 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_other_flexibility_p2h_hydrogen_electricity.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_other_flexibility_p2h_hydrogen_electricity.ad @@ -1,7 +1,11 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, mv_net_flexibility, p2h, wacc_proven_tech, other_chemical_industry, costs_storage_and_conversion_p2h] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + heat_production, mv_net_flexibility, p2h, wacc_proven_tech, other_chemical_industry, + costs_storage_and_conversion_p2h + ] - presentation_group = p2h - merit_order.demand_profile = industry_chemicals_heat - merit_order.demand_source = industry_chemicals_other_hydrogen_hybrid_heat diff --git a/graphs/energy/nodes/industry/industry_chemicals_other_flexibility_p2h_network_gas_electricity.ad b/graphs/energy/nodes/industry/industry_chemicals_other_flexibility_p2h_network_gas_electricity.ad index 1d84476e2e..0b3654d490 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_other_flexibility_p2h_network_gas_electricity.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_other_flexibility_p2h_network_gas_electricity.ad @@ -1,7 +1,11 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, mv_net_flexibility, p2h, wacc_proven_tech, other_chemical_industry, costs_storage_and_conversion_p2h] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + heat_production, mv_net_flexibility, p2h, wacc_proven_tech, other_chemical_industry, + costs_storage_and_conversion_p2h + ] - presentation_group = p2h - merit_order.demand_profile = industry_chemicals_heat - merit_order.demand_source = industry_chemicals_other_network_gas_hybrid_heat diff --git a/graphs/energy/nodes/industry/industry_chemicals_other_heater_electricity.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_other_heater_electricity.converter.ad index f3479cec1f..e4ab93c685 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_other_heater_electricity.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_other_heater_electricity.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, chemical_industry, other_chemical_industry, application_group, mv_net_demand, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + heat_production, chemical_industry, other_chemical_industry, application_group, mv_net_demand, + wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.99 diff --git a/graphs/energy/nodes/industry/industry_chemicals_other_heatpump_water_water_electricity.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_other_heatpump_water_water_electricity.converter.ad index 14a527e6a8..ccd175f015 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_other_heatpump_water_water_electricity.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_other_heatpump_water_water_electricity.converter.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.73684 - input.electricity = 0.26316 - output.useable_heat = 1 -- groups = [heat_production, chemical_industry, other_chemical_industry, application_group, mv_net_demand, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + heat_production, chemical_industry, other_chemical_industry, application_group, mv_net_demand, + wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 1.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_other_steam_recompression_electricity.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_other_steam_recompression_electricity.converter.ad index 05aae581e6..8028d09d20 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_other_steam_recompression_electricity.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_other_steam_recompression_electricity.converter.ad @@ -1,7 +1,11 @@ - input.ambient_heat = 0.907407407 - input.electricity = 0.092592593 - output.useable_heat = 1 -- groups = [heat_production, chemical_industry, other_chemical_industry, application_group, mv_net_demand, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, + heat_production, chemical_industry, other_chemical_industry, application_group, mv_net_demand, + wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 1.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_coal.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_coal.converter.ad index e1b6f6cd34..8aea8ce819 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_coal.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_coal.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.8 -- groups = [heat_production, chemical_industry, refineries_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_refineries, + heat_production, chemical_industry, refineries_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_crude_oil.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_crude_oil.converter.ad index 819fce1a5c..05ba7aa486 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_crude_oil.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_crude_oil.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.83 -- groups = [heat_production, chemical_industry, refineries_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_refineries, + heat_production, chemical_industry, refineries_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_hydrogen.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_hydrogen.converter.ad index 42c4aa2e3d..01a40d6f13 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_hydrogen.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_hydrogen.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, chemical_industry, refineries_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_refineries, + heat_production, chemical_industry, refineries_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_network_gas.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_network_gas.converter.ad index a9846138da..e2b7b0ed11 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_network_gas.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_network_gas.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, chemical_industry, refineries_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_refineries, + heat_production, chemical_industry, refineries_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_wood_pellets.converter.ad b/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_wood_pellets.converter.ad index aa36170367..4a5421a558 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_wood_pellets.converter.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_refineries_burner_wood_pellets.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.8 -- groups = [heat_production, chemical_industry, refineries_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_refineries, + heat_production, chemical_industry, refineries_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_chemicals_refineries_flexibility_p2h_hydrogen_electricity.ad b/graphs/energy/nodes/industry/industry_chemicals_refineries_flexibility_p2h_hydrogen_electricity.ad index 31dfa915a2..058bee97d0 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_refineries_flexibility_p2h_hydrogen_electricity.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_refineries_flexibility_p2h_hydrogen_electricity.ad @@ -1,7 +1,11 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, mv_net_flexibility, p2h, wacc_proven_tech, refineries_industry, costs_storage_and_conversion_p2h] +- groups = [ + emissions, emissions_industry, emissions_industry_refineries, + heat_production, mv_net_flexibility, p2h, wacc_proven_tech, refineries_industry, + costs_storage_and_conversion_p2h + ] - presentation_group = p2h - merit_order.demand_profile = industry_refineries_heat - merit_order.demand_source = industry_chemicals_refineries_hydrogen_hybrid_heat diff --git a/graphs/energy/nodes/industry/industry_chemicals_refineries_flexibility_p2h_network_gas_electricity.ad b/graphs/energy/nodes/industry/industry_chemicals_refineries_flexibility_p2h_network_gas_electricity.ad index ef7e7448fb..4016beb679 100644 --- a/graphs/energy/nodes/industry/industry_chemicals_refineries_flexibility_p2h_network_gas_electricity.ad +++ b/graphs/energy/nodes/industry/industry_chemicals_refineries_flexibility_p2h_network_gas_electricity.ad @@ -1,7 +1,11 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, mv_net_flexibility, p2h, wacc_proven_tech, refineries_industry, costs_storage_and_conversion_p2h] +- groups = [ + emissions, emissions_industry, emissions_industry_refineries, + heat_production, mv_net_flexibility, p2h, wacc_proven_tech, refineries_industry, + costs_storage_and_conversion_p2h + ] - presentation_group = p2h - merit_order.demand_profile = industry_refineries_heat - merit_order.demand_source = industry_chemicals_refineries_network_gas_hybrid_heat diff --git a/graphs/energy/nodes/industry/industry_chp_combined_cycle_gas_power_fuelmix.ad b/graphs/energy/nodes/industry/industry_chp_combined_cycle_gas_power_fuelmix.ad index 825ccf164f..938a367a2f 100644 --- a/graphs/energy/nodes/industry/industry_chp_combined_cycle_gas_power_fuelmix.ad +++ b/graphs/energy/nodes/industry/industry_chp_combined_cycle_gas_power_fuelmix.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production, dispatchable_production, heat_production, mv_net_supply, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, electricity_production, dispatchable_production, heat_production, mv_net_supply, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/industry/industry_chp_engine_gas_power_fuelmix.ad b/graphs/energy/nodes/industry/industry_chp_engine_gas_power_fuelmix.ad index 198b1a4c7e..c4f872ceb9 100644 --- a/graphs/energy/nodes/industry/industry_chp_engine_gas_power_fuelmix.ad +++ b/graphs/energy/nodes/industry/industry_chp_engine_gas_power_fuelmix.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production, dispatchable_production, heat_production, mv_net_supply, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, electricity_production, dispatchable_production, heat_production, mv_net_supply, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/industry/industry_chp_turbine_gas_power_fuelmix.ad b/graphs/energy/nodes/industry/industry_chp_turbine_gas_power_fuelmix.ad index bc40ec98a3..af12ebe986 100644 --- a/graphs/energy/nodes/industry/industry_chp_turbine_gas_power_fuelmix.ad +++ b/graphs/energy/nodes/industry/industry_chp_turbine_gas_power_fuelmix.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production, dispatchable_production, heat_production, mv_net_supply, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, electricity_production, dispatchable_production, heat_production, mv_net_supply, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/industry/industry_chp_turbine_hydrogen.ad b/graphs/energy/nodes/industry/industry_chp_turbine_hydrogen.ad index 1c8fe7e7bb..806172a13b 100644 --- a/graphs/energy/nodes/industry/industry_chp_turbine_hydrogen.ad +++ b/graphs/energy/nodes/industry/industry_chp_turbine_hydrogen.ad @@ -1,7 +1,11 @@ - output.electricity = 0.33444816053511706 - output.loss = elastic - output.steam_hot_water = 0.4147157190635451 -- groups = [preset_demand, electricity_production, dispatchable_production, heat_production, mv_net_supply, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, electricity_production, dispatchable_production, heat_production, mv_net_supply, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/industry/industry_chp_ultra_supercritical_coal.ad b/graphs/energy/nodes/industry/industry_chp_ultra_supercritical_coal.ad index 5b3f203064..69e2d49635 100644 --- a/graphs/energy/nodes/industry/industry_chp_ultra_supercritical_coal.ad +++ b/graphs/energy/nodes/industry/industry_chp_ultra_supercritical_coal.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production, dispatchable_production, heat_production, mv_net_supply, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, electricity_production, dispatchable_production, heat_production, mv_net_supply, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/industry/industry_chp_wood_pellets.ad b/graphs/energy/nodes/industry/industry_chp_wood_pellets.ad index 885e322f31..fc518f825d 100644 --- a/graphs/energy/nodes/industry/industry_chp_wood_pellets.ad +++ b/graphs/energy/nodes/industry/industry_chp_wood_pellets.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, electricity_production, dispatchable_production, heat_production, mv_net_supply, wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, electricity_production, dispatchable_production, heat_production, mv_net_supply, + wacc_proven_tech, costs_production_chp_plants, sankey_conversion_group + ] - use = energetic - presentation_group = chps - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/industry/industry_heat_backup_burner_network_gas.converter.ad b/graphs/energy/nodes/industry/industry_heat_backup_burner_network_gas.converter.ad index a35d05cad0..0e5c89bc3d 100644 --- a/graphs/energy/nodes/industry/industry_heat_backup_burner_network_gas.converter.ad +++ b/graphs/energy/nodes/industry/industry_heat_backup_burner_network_gas.converter.ad @@ -1,6 +1,9 @@ - output.loss = elastic - output.steam_hot_water = 0.9 -- groups = [heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_heat_burner_coal.ad b/graphs/energy/nodes/industry/industry_heat_burner_coal.ad index 629c79b947..34d42fa156 100644 --- a/graphs/energy/nodes/industry/industry_heat_burner_coal.ad +++ b/graphs/energy/nodes/industry/industry_heat_burner_coal.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/industry/industry_heat_burner_crude_oil.ad b/graphs/energy/nodes/industry/industry_heat_burner_crude_oil.ad index bfda2a0614..a6b4183b9d 100644 --- a/graphs/energy/nodes/industry/industry_heat_burner_crude_oil.ad +++ b/graphs/energy/nodes/industry/industry_heat_burner_crude_oil.ad @@ -1,5 +1,9 @@ - output.loss = elastic -- groups = [preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/industry/industry_heat_burner_hydrogen.ad b/graphs/energy/nodes/industry/industry_heat_burner_hydrogen.ad index 2605ee4408..9833a9d3d5 100644 --- a/graphs/energy/nodes/industry/industry_heat_burner_hydrogen.ad +++ b/graphs/energy/nodes/industry/industry_heat_burner_hydrogen.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.steam_hot_water = 1.0 -- groups = [preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/industry/industry_heat_burner_lignite.ad b/graphs/energy/nodes/industry/industry_heat_burner_lignite.ad index 7148b8b94d..67c1c4f08b 100644 --- a/graphs/energy/nodes/industry/industry_heat_burner_lignite.ad +++ b/graphs/energy/nodes/industry/industry_heat_burner_lignite.ad @@ -1,5 +1,8 @@ - output.loss = elastic -- groups = [heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - graph_methods = [demand, output, full_load_hours] diff --git a/graphs/energy/nodes/industry/industry_heat_combined_cycle_gas_power_fuelmix.ad b/graphs/energy/nodes/industry/industry_heat_combined_cycle_gas_power_fuelmix.ad index d16bcb1387..91330e779b 100644 --- a/graphs/energy/nodes/industry/industry_heat_combined_cycle_gas_power_fuelmix.ad +++ b/graphs/energy/nodes/industry/industry_heat_combined_cycle_gas_power_fuelmix.ad @@ -6,7 +6,11 @@ - output.loss = elastic - output.steam_hot_water = 0.9 -- groups = [preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - availability = 0.9 diff --git a/graphs/energy/nodes/industry/industry_heat_engine_gas_power_fuelmix.ad b/graphs/energy/nodes/industry/industry_heat_engine_gas_power_fuelmix.ad index c55aef1f20..dbbb94a0c2 100644 --- a/graphs/energy/nodes/industry/industry_heat_engine_gas_power_fuelmix.ad +++ b/graphs/energy/nodes/industry/industry_heat_engine_gas_power_fuelmix.ad @@ -6,7 +6,11 @@ - output.loss = elastic - output.steam_hot_water = 0.9 -- groups = [preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - availability = 0.95 diff --git a/graphs/energy/nodes/industry/industry_heat_turbine_gas_power_fuelmix.ad b/graphs/energy/nodes/industry/industry_heat_turbine_gas_power_fuelmix.ad index e6f6e1c117..fbfe5585da 100644 --- a/graphs/energy/nodes/industry/industry_heat_turbine_gas_power_fuelmix.ad +++ b/graphs/energy/nodes/industry/industry_heat_turbine_gas_power_fuelmix.ad @@ -6,7 +6,11 @@ - output.loss = elastic - output.steam_hot_water = 0.9 -- groups = [preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - availability = 0.9 diff --git a/graphs/energy/nodes/industry/industry_heat_turbine_hydrogen.ad b/graphs/energy/nodes/industry/industry_heat_turbine_hydrogen.ad index 5fd9e88a01..88f45adb7a 100644 --- a/graphs/energy/nodes/industry/industry_heat_turbine_hydrogen.ad +++ b/graphs/energy/nodes/industry/industry_heat_turbine_hydrogen.ad @@ -6,7 +6,11 @@ - output.loss = elastic - output.steam_hot_water = 0.9 -- groups = [preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - availability = 0.9 diff --git a/graphs/energy/nodes/industry/industry_heat_ultra_supercritical_coal.ad b/graphs/energy/nodes/industry/industry_heat_ultra_supercritical_coal.ad index 3511900979..31f9d9c24c 100644 --- a/graphs/energy/nodes/industry/industry_heat_ultra_supercritical_coal.ad +++ b/graphs/energy/nodes/industry/industry_heat_ultra_supercritical_coal.ad @@ -8,7 +8,11 @@ - input.torrefied_biomass_pellets = 0.0 - output.loss = elastic - output.steam_hot_water = 0.9 -- groups = [preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - availability = 0.9 diff --git a/graphs/energy/nodes/industry/industry_heat_well_geothermal.converter.ad b/graphs/energy/nodes/industry/industry_heat_well_geothermal.converter.ad index bd77c86d05..5e22831673 100644 --- a/graphs/energy/nodes/industry/industry_heat_well_geothermal.converter.ad +++ b/graphs/energy/nodes/industry/industry_heat_well_geothermal.converter.ad @@ -1,7 +1,11 @@ - input.electricity = 0.0434 - input.geothermal = 0.9566 - output.steam_hot_water = 1.0 -- groups = [preset_demand, heat_production, wacc_proven_tech, non_final_electricity_demand_converters, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, heat_production, wacc_proven_tech, non_final_electricity_demand_converters, + costs_production_heat_plants, sankey_conversion_group + ] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand] diff --git a/graphs/energy/nodes/industry/industry_heat_wood_pellets.ad b/graphs/energy/nodes/industry/industry_heat_wood_pellets.ad index 89b6e5081e..24859a4d36 100644 --- a/graphs/energy/nodes/industry/industry_heat_wood_pellets.ad +++ b/graphs/energy/nodes/industry/industry_heat_wood_pellets.ad @@ -6,7 +6,11 @@ - output.loss = elastic - output.steam_hot_water = 0.9 -- groups = [preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_electricity_and_heat_production, + preset_demand, heat_production, wacc_proven_tech, costs_production_heat_plants, + sankey_conversion_group + ] - use = energetic - presentation_group = traditional_heat - availability = 0.9 diff --git a/graphs/energy/nodes/industry/industry_other_food_burner_coal.converter.ad b/graphs/energy/nodes/industry/industry_other_food_burner_coal.converter.ad index 20a0d73d7e..0b26f8f06c 100644 --- a/graphs/energy/nodes/industry/industry_other_food_burner_coal.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_food_burner_coal.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.8 -- groups = [heat_production, food_industry, other_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_food, + heat_production, food_industry, other_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_other_food_burner_crude_oil.converter.ad b/graphs/energy/nodes/industry/industry_other_food_burner_crude_oil.converter.ad index 3fc23258f1..2d51b518fa 100644 --- a/graphs/energy/nodes/industry/industry_other_food_burner_crude_oil.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_food_burner_crude_oil.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.83 -- groups = [heat_production, food_industry, other_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_food, + heat_production, food_industry, other_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_other_food_burner_hydrogen.converter.ad b/graphs/energy/nodes/industry/industry_other_food_burner_hydrogen.converter.ad index c6e1fb540b..91c5327c3d 100644 --- a/graphs/energy/nodes/industry/industry_other_food_burner_hydrogen.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_food_burner_hydrogen.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, food_industry, other_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_food, + heat_production, food_industry, other_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_other_food_burner_network_gas.converter.ad b/graphs/energy/nodes/industry/industry_other_food_burner_network_gas.converter.ad index 789061ac31..fc4e4767da 100644 --- a/graphs/energy/nodes/industry/industry_other_food_burner_network_gas.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_food_burner_network_gas.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, food_industry, other_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_food, + heat_production, food_industry, other_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_other_food_burner_wood_pellets.converter.ad b/graphs/energy/nodes/industry/industry_other_food_burner_wood_pellets.converter.ad index c841826e78..c4b081781d 100644 --- a/graphs/energy/nodes/industry/industry_other_food_burner_wood_pellets.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_food_burner_wood_pellets.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.8 -- groups = [heat_production, food_industry, other_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_food, + heat_production, food_industry, other_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_other_food_flexibility_p2h_hydrogen_electricity.ad b/graphs/energy/nodes/industry/industry_other_food_flexibility_p2h_hydrogen_electricity.ad index 9f43469af7..1a969eb783 100644 --- a/graphs/energy/nodes/industry/industry_other_food_flexibility_p2h_hydrogen_electricity.ad +++ b/graphs/energy/nodes/industry/industry_other_food_flexibility_p2h_hydrogen_electricity.ad @@ -1,7 +1,11 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, mv_net_flexibility, p2h, wacc_proven_tech, food_industry, costs_storage_and_conversion_p2h] +- groups = [ + emissions, emissions_industry, emissions_industry_food, + heat_production, mv_net_flexibility, p2h, wacc_proven_tech, food_industry, + costs_storage_and_conversion_p2h + ] - presentation_group = p2h - merit_order.demand_profile = industry_other_heat - merit_order.demand_source = industry_other_food_hydrogen_hybrid_heat diff --git a/graphs/energy/nodes/industry/industry_other_food_flexibility_p2h_network_gas_electricity.ad b/graphs/energy/nodes/industry/industry_other_food_flexibility_p2h_network_gas_electricity.ad index d246a9291e..8380134218 100644 --- a/graphs/energy/nodes/industry/industry_other_food_flexibility_p2h_network_gas_electricity.ad +++ b/graphs/energy/nodes/industry/industry_other_food_flexibility_p2h_network_gas_electricity.ad @@ -1,7 +1,11 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, mv_net_flexibility, p2h, wacc_proven_tech, food_industry, costs_storage_and_conversion_p2h] +- groups = [ + emissions, emissions_industry, emissions_industry_food, + heat_production, mv_net_flexibility, p2h, wacc_proven_tech, food_industry, + costs_storage_and_conversion_p2h + ] - presentation_group = p2h - merit_order.demand_profile = industry_other_heat - merit_order.demand_source = industry_other_food_network_gas_hybrid_heat diff --git a/graphs/energy/nodes/industry/industry_other_food_heater_electricity.converter.ad b/graphs/energy/nodes/industry/industry_other_food_heater_electricity.converter.ad index 91111fb40c..49ae5f49df 100644 --- a/graphs/energy/nodes/industry/industry_other_food_heater_electricity.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_food_heater_electricity.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, food_industry, other_industry, application_group, mv_net_demand, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_food, + heat_production, food_industry, other_industry, application_group, mv_net_demand, + wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.99 diff --git a/graphs/energy/nodes/industry/industry_other_metals_burner_network_gas.converter.ad b/graphs/energy/nodes/industry/industry_other_metals_burner_network_gas.converter.ad index 118b508b38..63441f6241 100644 --- a/graphs/energy/nodes/industry/industry_other_metals_burner_network_gas.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_metals_burner_network_gas.converter.ad @@ -1,7 +1,10 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_other_metals, + heat_production, wacc_proven_tech, costs_building_and_installations_industry + ] - presentation_group = traditional_heat - availability = 0.0 - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/industry/industry_other_metals_external_coupling_node.ad b/graphs/energy/nodes/industry/industry_other_metals_external_coupling_node.ad index a43f6fb420..a3d853c04f 100644 --- a/graphs/energy/nodes/industry/industry_other_metals_external_coupling_node.ad +++ b/graphs/energy/nodes/industry/industry_other_metals_external_coupling_node.ad @@ -11,7 +11,10 @@ - input.hydrogen = 0.0 - input.network_gas = 0.0 - input.crude_oil = 0.0 -- groups = [application_group, costs_building_and_installations_industry, wacc_proven_tech] +- groups = [ + emissions, emissions_industry, emissions_industry_other_metals, + application_group, costs_building_and_installations_industry, wacc_proven_tech + ] - free_co2_factor = 0.0 - full_load_hours = 2190.0 - takes_part_in_ets = 1.0 diff --git a/graphs/energy/nodes/industry/industry_other_paper_burner_coal.converter.ad b/graphs/energy/nodes/industry/industry_other_paper_burner_coal.converter.ad index 4bead341b1..b851076e9b 100644 --- a/graphs/energy/nodes/industry/industry_other_paper_burner_coal.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_paper_burner_coal.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.8 -- groups = [heat_production, paper_industry, other_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_paper, + heat_production, paper_industry, other_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_other_paper_burner_crude_oil.converter.ad b/graphs/energy/nodes/industry/industry_other_paper_burner_crude_oil.converter.ad index e4425bd4e2..8b905bb8ab 100644 --- a/graphs/energy/nodes/industry/industry_other_paper_burner_crude_oil.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_paper_burner_crude_oil.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.83 -- groups = [heat_production, paper_industry, other_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_paper, + heat_production, paper_industry, other_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_other_paper_burner_hydrogen.converter.ad b/graphs/energy/nodes/industry/industry_other_paper_burner_hydrogen.converter.ad index 5b3bbe48b2..0d395689d8 100644 --- a/graphs/energy/nodes/industry/industry_other_paper_burner_hydrogen.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_paper_burner_hydrogen.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, paper_industry, other_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_paper, + heat_production, paper_industry, other_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_other_paper_burner_network_gas.converter.ad b/graphs/energy/nodes/industry/industry_other_paper_burner_network_gas.converter.ad index 99b36b500d..5ea5aca781 100644 --- a/graphs/energy/nodes/industry/industry_other_paper_burner_network_gas.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_paper_burner_network_gas.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, paper_industry, other_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_paper, + heat_production, paper_industry, other_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_other_paper_burner_wood_pellets.converter.ad b/graphs/energy/nodes/industry/industry_other_paper_burner_wood_pellets.converter.ad index d07e33a381..00faa39a81 100644 --- a/graphs/energy/nodes/industry/industry_other_paper_burner_wood_pellets.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_paper_burner_wood_pellets.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.8 -- groups = [heat_production, paper_industry, other_industry, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_paper, + heat_production, paper_industry, other_industry, application_group, wacc_proven_tech, + costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/industry/industry_other_paper_flexibility_p2h_hydrogen_electricity.ad b/graphs/energy/nodes/industry/industry_other_paper_flexibility_p2h_hydrogen_electricity.ad index 88b00dd141..2bd5adf45e 100644 --- a/graphs/energy/nodes/industry/industry_other_paper_flexibility_p2h_hydrogen_electricity.ad +++ b/graphs/energy/nodes/industry/industry_other_paper_flexibility_p2h_hydrogen_electricity.ad @@ -1,7 +1,11 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, mv_net_flexibility, p2h, wacc_proven_tech, paper_industry, costs_storage_and_conversion_p2h] +- groups = [ + emissions, emissions_industry, emissions_industry_paper, + heat_production, mv_net_flexibility, p2h, wacc_proven_tech, paper_industry, + costs_storage_and_conversion_p2h + ] - presentation_group = p2h - merit_order.demand_profile = industry_other_heat - merit_order.demand_source = industry_other_paper_hydrogen_hybrid_heat diff --git a/graphs/energy/nodes/industry/industry_other_paper_flexibility_p2h_network_gas_electricity.ad b/graphs/energy/nodes/industry/industry_other_paper_flexibility_p2h_network_gas_electricity.ad index 7439195ce6..556755d2c1 100644 --- a/graphs/energy/nodes/industry/industry_other_paper_flexibility_p2h_network_gas_electricity.ad +++ b/graphs/energy/nodes/industry/industry_other_paper_flexibility_p2h_network_gas_electricity.ad @@ -1,7 +1,11 @@ - use = energetic - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, mv_net_flexibility, p2h, wacc_proven_tech, paper_industry, costs_storage_and_conversion_p2h] +- groups = [ + emissions, emissions_industry, emissions_industry_paper, + heat_production, mv_net_flexibility, p2h, wacc_proven_tech, paper_industry, + costs_storage_and_conversion_p2h + ] - presentation_group = p2h - merit_order.demand_profile = industry_other_heat - merit_order.demand_source = industry_other_paper_network_gas_hybrid_heat diff --git a/graphs/energy/nodes/industry/industry_other_paper_heater_electricity.converter.ad b/graphs/energy/nodes/industry/industry_other_paper_heater_electricity.converter.ad index ce1d95d7b0..7c7a0b5518 100644 --- a/graphs/energy/nodes/industry/industry_other_paper_heater_electricity.converter.ad +++ b/graphs/energy/nodes/industry/industry_other_paper_heater_electricity.converter.ad @@ -1,6 +1,10 @@ - output.loss = elastic - output.useable_heat = 0.995 -- groups = [heat_production, paper_industry, other_industry, application_group, mv_net_demand, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_paper, + heat_production, paper_industry, other_industry, application_group, mv_net_demand, + wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.99 diff --git a/graphs/energy/nodes/industry/industry_refinery_transformation_crude_oil.converter.ad b/graphs/energy/nodes/industry/industry_refinery_transformation_crude_oil.converter.ad index 5f00d32dda..1c8a993650 100644 --- a/graphs/energy/nodes/industry/industry_refinery_transformation_crude_oil.converter.ad +++ b/graphs/energy/nodes/industry/industry_refinery_transformation_crude_oil.converter.ad @@ -1,5 +1,8 @@ - output.loss = elastic -- groups = [chemical_industry, sankey_conversion_group] +- groups = [ + emissions, emissions_industry, emissions_industry_refineries, + chemical_industry, sankey_conversion_group + ] - use = energetic - graph_methods = [output] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/industry/industry_steel_blastfurnace_bof.ad b/graphs/energy/nodes/industry/industry_steel_blastfurnace_bof.ad index b00507daba..69426a7124 100644 --- a/graphs/energy/nodes/industry/industry_steel_blastfurnace_bof.ad +++ b/graphs/energy/nodes/industry/industry_steel_blastfurnace_bof.ad @@ -1,6 +1,9 @@ - use = energetic - output.loss = elastic -- groups = [application_group, mv_net_demand, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_steel, + application_group, mv_net_demand, costs_building_and_installations_industry + ] - graph_methods = [input, output] - merit_order.group = industry_metals_electricity - merit_order.level = mv diff --git a/graphs/energy/nodes/industry/industry_steel_cyclonefurnace_bof.ad b/graphs/energy/nodes/industry/industry_steel_cyclonefurnace_bof.ad index 4ee1949340..30dfc1452b 100644 --- a/graphs/energy/nodes/industry/industry_steel_cyclonefurnace_bof.ad +++ b/graphs/energy/nodes/industry/industry_steel_cyclonefurnace_bof.ad @@ -1,5 +1,8 @@ - use = energetic -- groups = [application_group, mv_net_demand, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_steel, + application_group, mv_net_demand, costs_building_and_installations_industry + ] - input.coal = 0.759493670886076 - input.electricity = 0.11967779056386653 - input.network_gas = 0.12082853855005755 diff --git a/graphs/energy/nodes/industry/industry_steel_dri_hydrogen.ad b/graphs/energy/nodes/industry/industry_steel_dri_hydrogen.ad index 8e4e81bf62..8017d5008e 100644 --- a/graphs/energy/nodes/industry/industry_steel_dri_hydrogen.ad +++ b/graphs/energy/nodes/industry/industry_steel_dri_hydrogen.ad @@ -1,5 +1,8 @@ - use = energetic -- groups = [application_group, mv_net_demand, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_steel, + application_group, mv_net_demand, costs_building_and_installations_industry + ] - input.coal = 0.06183190106895829 - input.electricity = 0.21127646195766087 - input.hydrogen = 0.6262837979459234 diff --git a/graphs/energy/nodes/industry/industry_steel_dri_network_gas.ad b/graphs/energy/nodes/industry/industry_steel_dri_network_gas.ad index 543c03a1c4..f45adf0c45 100644 --- a/graphs/energy/nodes/industry/industry_steel_dri_network_gas.ad +++ b/graphs/energy/nodes/industry/industry_steel_dri_network_gas.ad @@ -1,5 +1,8 @@ - use = energetic -- groups = [application_group, mv_net_demand, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_steel, + application_group, mv_net_demand, costs_building_and_installations_industry + ] - input.coal = 0.05955986270946901 - input.electricity = 0.2035130224106602 - input.network_gas = 0.7369271148798708 diff --git a/graphs/energy/nodes/industry/industry_steel_external_coupling_node.ad b/graphs/energy/nodes/industry/industry_steel_external_coupling_node.ad index 91eee16270..a67d096d04 100644 --- a/graphs/energy/nodes/industry/industry_steel_external_coupling_node.ad +++ b/graphs/energy/nodes/industry/industry_steel_external_coupling_node.ad @@ -3,7 +3,10 @@ # These attributes should be updated by the API user to model the steel production technology. - use = energetic -- groups = [application_group, mv_net_demand, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_steel, + application_group, mv_net_demand, wacc_proven_tech, costs_building_and_installations_industry + ] - input.coal = 0.0 - input.coal_gas = 0.5683 - input.cokes = 0.0008 diff --git a/graphs/energy/nodes/industry/industry_steel_scrap_hbi_eaf.ad b/graphs/energy/nodes/industry/industry_steel_scrap_hbi_eaf.ad index 50659246f2..f6448a6744 100644 --- a/graphs/energy/nodes/industry/industry_steel_scrap_hbi_eaf.ad +++ b/graphs/energy/nodes/industry/industry_steel_scrap_hbi_eaf.ad @@ -1,5 +1,8 @@ - use = energetic -- groups = [application_group, mv_net_demand, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_steel, + application_group, mv_net_demand, costs_building_and_installations_industry + ] - graph_methods = [input, output] - output.loss = elastic - merit_order.group = industry_metals_electricity diff --git a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_coal.demand.ad b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_coal.demand.ad index 5aea6e08bb..d09b4e3456 100644 --- a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_coal.demand.ad +++ b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_coal.demand.ad @@ -1,3 +1,6 @@ - use = energetic -- groups = [preset_demand, useful_demand, other_non_specified_industry, application_group] +- groups = [ + emissions, emissions_industry, emissions_industry_other, + preset_demand, useful_demand, other_non_specified_industry, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_cokes.demand.ad b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_cokes.demand.ad index 5aea6e08bb..d09b4e3456 100644 --- a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_cokes.demand.ad +++ b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_cokes.demand.ad @@ -1,3 +1,6 @@ - use = energetic -- groups = [preset_demand, useful_demand, other_non_specified_industry, application_group] +- groups = [ + emissions, emissions_industry, emissions_industry_other, + preset_demand, useful_demand, other_non_specified_industry, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_crude_oil.demand.ad b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_crude_oil.demand.ad index 5aea6e08bb..d09b4e3456 100644 --- a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_crude_oil.demand.ad +++ b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_crude_oil.demand.ad @@ -1,3 +1,6 @@ - use = energetic -- groups = [preset_demand, useful_demand, other_non_specified_industry, application_group] +- groups = [ + emissions, emissions_industry, emissions_industry_other, + preset_demand, useful_demand, other_non_specified_industry, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_electricity.demand.ad b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_electricity.demand.ad index 91cb1d810d..2117c2144f 100644 --- a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_electricity.demand.ad +++ b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_electricity.demand.ad @@ -1,3 +1,6 @@ - use = energetic -- groups = [preset_demand, useful_demand, application_group, other_non_specified_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_other, + preset_demand, useful_demand, application_group, other_non_specified_industry + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_hydrogen.demand.ad b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_hydrogen.demand.ad index 5aea6e08bb..d09b4e3456 100644 --- a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_hydrogen.demand.ad +++ b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_hydrogen.demand.ad @@ -1,3 +1,6 @@ - use = energetic -- groups = [preset_demand, useful_demand, other_non_specified_industry, application_group] +- groups = [ + emissions, emissions_industry, emissions_industry_other, + preset_demand, useful_demand, other_non_specified_industry, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_network_gas.demand.ad b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_network_gas.demand.ad index 5aea6e08bb..d09b4e3456 100644 --- a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_network_gas.demand.ad +++ b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_network_gas.demand.ad @@ -1,3 +1,6 @@ - use = energetic -- groups = [preset_demand, useful_demand, other_non_specified_industry, application_group] +- groups = [ + emissions, emissions_industry, emissions_industry_other, + preset_demand, useful_demand, other_non_specified_industry, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_useable_heat.demand.ad b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_useable_heat.demand.ad index 5aea6e08bb..d09b4e3456 100644 --- a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_useable_heat.demand.ad +++ b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_useable_heat.demand.ad @@ -1,3 +1,6 @@ - use = energetic -- groups = [preset_demand, useful_demand, other_non_specified_industry, application_group] +- groups = [ + emissions, emissions_industry, emissions_industry_other, + preset_demand, useful_demand, other_non_specified_industry, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_wood_pellets.demand.ad b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_wood_pellets.demand.ad index 5aea6e08bb..d09b4e3456 100644 --- a/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_wood_pellets.demand.ad +++ b/graphs/energy/nodes/industry/industry_useful_demand_for_other_non_specified_wood_pellets.demand.ad @@ -1,3 +1,6 @@ - use = energetic -- groups = [preset_demand, useful_demand, other_non_specified_industry, application_group] +- groups = [ + emissions, emissions_industry, emissions_industry_other, + preset_demand, useful_demand, other_non_specified_industry, application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/other/other_burner_coal.converter.ad b/graphs/energy/nodes/other/other_burner_coal.converter.ad index edbf790726..5e02eaf6ee 100644 --- a/graphs/energy/nodes/other/other_burner_coal.converter.ad +++ b/graphs/energy/nodes/other/other_burner_coal.converter.ad @@ -1,6 +1,9 @@ - output.loss = elastic - output.useable_heat = 0.8 -- groups = [heat_production, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_other, emissions_other_heating, + heat_production, application_group, wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/other/other_burner_crude_oil.converter.ad b/graphs/energy/nodes/other/other_burner_crude_oil.converter.ad index d772ea5d1a..20a960f67f 100644 --- a/graphs/energy/nodes/other/other_burner_crude_oil.converter.ad +++ b/graphs/energy/nodes/other/other_burner_crude_oil.converter.ad @@ -1,6 +1,9 @@ - output.loss = elastic - output.useable_heat = 0.788659793814433 -- groups = [heat_production, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_other, emissions_other_heating, + heat_production, application_group, wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/other/other_burner_network_gas.converter.ad b/graphs/energy/nodes/other/other_burner_network_gas.converter.ad index 0eca75373b..acf4890409 100644 --- a/graphs/energy/nodes/other/other_burner_network_gas.converter.ad +++ b/graphs/energy/nodes/other/other_burner_network_gas.converter.ad @@ -1,6 +1,9 @@ - output.loss = elastic - output.useable_heat = 0.9 -- groups = [heat_production, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_other, emissions_other_heating, + heat_production, application_group, wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/other/other_burner_wood_pellets.converter.ad b/graphs/energy/nodes/other/other_burner_wood_pellets.converter.ad index 9a1f01de10..97a31ef133 100644 --- a/graphs/energy/nodes/other/other_burner_wood_pellets.converter.ad +++ b/graphs/energy/nodes/other/other_burner_wood_pellets.converter.ad @@ -1,6 +1,9 @@ - output.loss = elastic - output.useable_heat = 0.760824742268041 -- groups = [heat_production, application_group, wacc_proven_tech, costs_building_and_installations_industry] +- groups = [ + emissions, emissions_other, emissions_other_heating, + heat_production, application_group, wacc_proven_tech, costs_building_and_installations_industry + ] - use = energetic - presentation_group = traditional_heat - availability = 0.0 diff --git a/graphs/energy/nodes/other/other_heater_district_heating_ht_steam_hot_water.ad b/graphs/energy/nodes/other/other_heater_district_heating_ht_steam_hot_water.ad index d63b678fd9..b8f3f50c3e 100644 --- a/graphs/energy/nodes/other/other_heater_district_heating_ht_steam_hot_water.ad +++ b/graphs/energy/nodes/other/other_heater_district_heating_ht_steam_hot_water.ad @@ -1,3 +1,6 @@ - use = energetic -- groups = [application_group] +- groups = [ + emissions, emissions_other, emissions_other_heating, + application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_bicycle_using_electricity.converter.ad b/graphs/energy/nodes/transport/transport_bicycle_using_electricity.converter.ad index df855222cc..1e60c0e268 100644 --- a/graphs/energy/nodes/transport/transport_bicycle_using_electricity.converter.ad +++ b/graphs/energy/nodes/transport/transport_bicycle_using_electricity.converter.ad @@ -1,7 +1,10 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 28.57142857142857 -- groups = [application_group, passenger_transport, mv_net_demand] +- groups = [ + emissions, emissions_transport, emissions_transport_bicycles, + application_group, passenger_transport, mv_net_demand + ] - free_co2_factor = 0.0 - merit_order.group = electric_bikes - merit_order.level = mv diff --git a/graphs/energy/nodes/transport/transport_bicycle_using_human_energy.converter.ad b/graphs/energy/nodes/transport/transport_bicycle_using_human_energy.converter.ad index 24ee36d1f5..65ae4a40ab 100644 --- a/graphs/energy/nodes/transport/transport_bicycle_using_human_energy.converter.ad +++ b/graphs/energy/nodes/transport/transport_bicycle_using_human_energy.converter.ad @@ -1,4 +1,7 @@ - use = energetic - output.loss = elastic -- groups = [application_group] +- groups = [ + emissions, emissions_transport, emissions_transport_bicycles, + application_group + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_bus_using_compressed_natural_gas.converter.ad b/graphs/energy/nodes/transport/transport_bus_using_compressed_natural_gas.converter.ad index 92877f2ca4..9e1840636b 100644 --- a/graphs/energy/nodes/transport/transport_bus_using_compressed_natural_gas.converter.ad +++ b/graphs/energy/nodes/transport/transport_bus_using_compressed_natural_gas.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 1.3821186912365564 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_buses, + application_group, passenger_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_bus_using_diesel_mix.converter.ad b/graphs/energy/nodes/transport/transport_bus_using_diesel_mix.converter.ad index 0baadf5768..c3bfd347ca 100644 --- a/graphs/energy/nodes/transport/transport_bus_using_diesel_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_bus_using_diesel_mix.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 1.2439068221129006 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_buses, + application_group, passenger_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_bus_using_electricity.converter.ad b/graphs/energy/nodes/transport/transport_bus_using_electricity.converter.ad index 0d320b6d38..1c61a2d1b7 100644 --- a/graphs/energy/nodes/transport/transport_bus_using_electricity.converter.ad +++ b/graphs/energy/nodes/transport/transport_bus_using_electricity.converter.ad @@ -1,6 +1,9 @@ - output.loss = elastic - output.passenger_kms = 2.8361075544174135 -- groups = [inheritable_nou, application_group, passenger_transport, mv_net_demand, wacc_proven_tech] +- groups = [ + emissions, emissions_transport, emissions_transport_buses, + inheritable_nou, application_group, passenger_transport, mv_net_demand, wacc_proven_tech + ] - use = energetic - availability = 1.0 - full_load_hours = 0.0 diff --git a/graphs/energy/nodes/transport/transport_bus_using_gasoline_mix.converter.ad b/graphs/energy/nodes/transport/transport_bus_using_gasoline_mix.converter.ad index 2e9ed58b45..c4617985d9 100644 --- a/graphs/energy/nodes/transport/transport_bus_using_gasoline_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_bus_using_gasoline_mix.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 1.128615087898015 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_buses, + application_group, passenger_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_bus_using_hydrogen.converter.ad b/graphs/energy/nodes/transport/transport_bus_using_hydrogen.converter.ad index 6ddd6793af..82dcb24511 100644 --- a/graphs/energy/nodes/transport/transport_bus_using_hydrogen.converter.ad +++ b/graphs/energy/nodes/transport/transport_bus_using_hydrogen.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 1.890738369611609 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_buses, + application_group, passenger_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_bus_using_lng_mix.converter.ad b/graphs/energy/nodes/transport/transport_bus_using_lng_mix.converter.ad index 92877f2ca4..9e1840636b 100644 --- a/graphs/energy/nodes/transport/transport_bus_using_lng_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_bus_using_lng_mix.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 1.3821186912365564 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_buses, + application_group, passenger_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_car_using_compressed_natural_gas.converter.ad b/graphs/energy/nodes/transport/transport_car_using_compressed_natural_gas.converter.ad index 86cb0a5700..71bca626c6 100644 --- a/graphs/energy/nodes/transport/transport_car_using_compressed_natural_gas.converter.ad +++ b/graphs/energy/nodes/transport/transport_car_using_compressed_natural_gas.converter.ad @@ -1,6 +1,9 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 0.6321178680961683 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_cars, + application_group, passenger_transport + ] - free_co2_factor = 0.0 - technical_lifetime = 15.0 diff --git a/graphs/energy/nodes/transport/transport_car_using_diesel_mix.converter.ad b/graphs/energy/nodes/transport/transport_car_using_diesel_mix.converter.ad index 463025d31d..43c681b03a 100644 --- a/graphs/energy/nodes/transport/transport_car_using_diesel_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_car_using_diesel_mix.converter.ad @@ -1,6 +1,9 @@ - use = energetic - output.passenger_kms = 0.6986565910536597 - output.loss = elastic -- groups = [inheritable_nou, application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_cars, + inheritable_nou, application_group, passenger_transport + ] - free_co2_factor = 0.0 - technical_lifetime = 13.0 diff --git a/graphs/energy/nodes/transport/transport_car_using_electricity.converter.ad b/graphs/energy/nodes/transport/transport_car_using_electricity.converter.ad index 7cd6a5b7ce..92332997df 100644 --- a/graphs/energy/nodes/transport/transport_car_using_electricity.converter.ad +++ b/graphs/energy/nodes/transport/transport_car_using_electricity.converter.ad @@ -1,6 +1,9 @@ - output.loss = elastic - output.passenger_kms = 2.0422269584645436 -- groups = [inheritable_nou, application_group, passenger_transport, lv_net_demand, wacc_proven_tech] +- groups = [ + emissions, emissions_transport, emissions_transport_cars, + inheritable_nou, application_group, passenger_transport, lv_net_demand, wacc_proven_tech + ] - use = energetic - availability = 1.0 - full_load_hours = 0.0 diff --git a/graphs/energy/nodes/transport/transport_car_using_gasoline_mix.converter.ad b/graphs/energy/nodes/transport/transport_car_using_gasoline_mix.converter.ad index 2571ade3d8..4a392407aa 100644 --- a/graphs/energy/nodes/transport/transport_car_using_gasoline_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_car_using_gasoline_mix.converter.ad @@ -1,6 +1,9 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 0.6321178680961683 -- groups = [inheritable_nou, application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_cars, + inheritable_nou, application_group, passenger_transport + ] - free_co2_factor = 0.0 - technical_lifetime = 13.0 diff --git a/graphs/energy/nodes/transport/transport_car_using_hydrogen.converter.ad b/graphs/energy/nodes/transport/transport_car_using_hydrogen.converter.ad index a5b0ef8d67..38f32b0b6f 100644 --- a/graphs/energy/nodes/transport/transport_car_using_hydrogen.converter.ad +++ b/graphs/energy/nodes/transport/transport_car_using_hydrogen.converter.ad @@ -1,6 +1,9 @@ - output.loss = elastic - output.passenger_kms = 1.3545382887775037 -- groups = [inheritable_nou, application_group, passenger_transport, wacc_unproven_tech] +- groups = [ + emissions, emissions_transport, emissions_transport_cars, + inheritable_nou, application_group, passenger_transport, wacc_unproven_tech + ] - use = energetic - graph_methods = [demand] - full_load_hours = 0.0 diff --git a/graphs/energy/nodes/transport/transport_car_using_lpg.converter.ad b/graphs/energy/nodes/transport/transport_car_using_lpg.converter.ad index 46bd3475bb..d6aa537ad6 100644 --- a/graphs/energy/nodes/transport/transport_car_using_lpg.converter.ad +++ b/graphs/energy/nodes/transport/transport_car_using_lpg.converter.ad @@ -1,6 +1,9 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 0.6637237615009768 -- groups = [inheritable_nou, application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_cars, + inheritable_nou, application_group, passenger_transport + ] - free_co2_factor = 0.0 - technical_lifetime = 13.0 diff --git a/graphs/energy/nodes/transport/transport_freight_train_using_diesel_mix.converter.ad b/graphs/energy/nodes/transport/transport_freight_train_using_diesel_mix.converter.ad index 42c087820e..1ae706053b 100644 --- a/graphs/energy/nodes/transport/transport_freight_train_using_diesel_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_freight_train_using_diesel_mix.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.freight_tonne_kms = 2.7027027027027026 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_trains, + application_group, freight_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_freight_train_using_electricity.converter.ad b/graphs/energy/nodes/transport/transport_freight_train_using_electricity.converter.ad index ca29fc92b4..2a154fcb25 100644 --- a/graphs/energy/nodes/transport/transport_freight_train_using_electricity.converter.ad +++ b/graphs/energy/nodes/transport/transport_freight_train_using_electricity.converter.ad @@ -1,7 +1,10 @@ - use = energetic - output.freight_tonne_kms = 7.142857142857142 - output.loss = elastic -- groups = [application_group, freight_transport, mv_net_demand] +- groups = [ + emissions, emissions_transport, emissions_transport_trains, + application_group, freight_transport, mv_net_demand + ] - free_co2_factor = 0.0 - merit_order.group = freight_trains - merit_order.level = mv diff --git a/graphs/energy/nodes/transport/transport_freight_train_using_hydrogen.converter.ad b/graphs/energy/nodes/transport/transport_freight_train_using_hydrogen.converter.ad index c728b3e00e..25bcf0d3f9 100644 --- a/graphs/energy/nodes/transport/transport_freight_train_using_hydrogen.converter.ad +++ b/graphs/energy/nodes/transport/transport_freight_train_using_hydrogen.converter.ad @@ -1,5 +1,8 @@ - output.freight_tonne_kms = 3.928571428571428 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_trains, + application_group, freight_transport + ] - use = energetic - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_motorcycle_using_electricity.converter.ad b/graphs/energy/nodes/transport/transport_motorcycle_using_electricity.converter.ad index 0c9128d51c..abfffa1bff 100644 --- a/graphs/energy/nodes/transport/transport_motorcycle_using_electricity.converter.ad +++ b/graphs/energy/nodes/transport/transport_motorcycle_using_electricity.converter.ad @@ -1,7 +1,10 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 9.104792424818495 -- groups = [application_group, passenger_transport, mv_net_demand] +- groups = [ + emissions, emissions_transport, emissions_transport_motorcycles, + application_group, passenger_transport, mv_net_demand + ] - free_co2_factor = 0.0 - merit_order.group = electric_bikes - merit_order.level = mv diff --git a/graphs/energy/nodes/transport/transport_motorcycle_using_gasoline_mix.converter.ad b/graphs/energy/nodes/transport/transport_motorcycle_using_gasoline_mix.converter.ad index 1247686e1f..dfed5fec63 100644 --- a/graphs/energy/nodes/transport/transport_motorcycle_using_gasoline_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_motorcycle_using_gasoline_mix.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 0.8906889761774772 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_motorcycles, + application_group, passenger_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_passenger_train_using_coal.converter.ad b/graphs/energy/nodes/transport/transport_passenger_train_using_coal.converter.ad index ce2f8d505b..ffb7df0e9a 100644 --- a/graphs/energy/nodes/transport/transport_passenger_train_using_coal.converter.ad +++ b/graphs/energy/nodes/transport/transport_passenger_train_using_coal.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 0.500500901 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_trains, + application_group, passenger_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_passenger_train_using_diesel_mix.converter.ad b/graphs/energy/nodes/transport/transport_passenger_train_using_diesel_mix.converter.ad index fb46d684f6..b7bc19fce9 100644 --- a/graphs/energy/nodes/transport/transport_passenger_train_using_diesel_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_passenger_train_using_diesel_mix.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 1.5015027027027028 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_trains, + application_group, passenger_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_passenger_train_using_electricity.converter.ad b/graphs/energy/nodes/transport/transport_passenger_train_using_electricity.converter.ad index 8826a17cdb..1203330579 100644 --- a/graphs/energy/nodes/transport/transport_passenger_train_using_electricity.converter.ad +++ b/graphs/energy/nodes/transport/transport_passenger_train_using_electricity.converter.ad @@ -1,7 +1,10 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 3.703706666666667 -- groups = [application_group, passenger_transport, mv_net_demand] +- groups = [ + emissions, emissions_transport, emissions_transport_trains, + application_group, passenger_transport, mv_net_demand + ] - free_co2_factor = 0.0 - merit_order.group = passenger_trains - merit_order.level = mv diff --git a/graphs/energy/nodes/transport/transport_passenger_train_using_hydrogen.converter.ad b/graphs/energy/nodes/transport/transport_passenger_train_using_hydrogen.converter.ad index b32d3eb163..c225c473b4 100644 --- a/graphs/energy/nodes/transport/transport_passenger_train_using_hydrogen.converter.ad +++ b/graphs/energy/nodes/transport/transport_passenger_train_using_hydrogen.converter.ad @@ -1,5 +1,8 @@ - output.loss = elastic - output.passenger_kms = 2.037038666666667 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_trains, + application_group, passenger_transport + ] - use = energetic - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_plane_using_bio_ethanol.converter.ad b/graphs/energy/nodes/transport/transport_plane_using_bio_ethanol.converter.ad index 0d6bda4a38..9ab4aea0f7 100644 --- a/graphs/energy/nodes/transport/transport_plane_using_bio_ethanol.converter.ad +++ b/graphs/energy/nodes/transport/transport_plane_using_bio_ethanol.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 0.17969198877075998 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_domestic_aviation, + application_group, passenger_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_plane_using_electricity.ad b/graphs/energy/nodes/transport/transport_plane_using_electricity.ad index 05a687a838..2a68a16c77 100644 --- a/graphs/energy/nodes/transport/transport_plane_using_electricity.ad +++ b/graphs/energy/nodes/transport/transport_plane_using_electricity.ad @@ -4,5 +4,8 @@ - merit_order.group = electric_planes - merit_order.level = mv - merit_order.type = consumer -- groups = [application_group, passenger_transport, mv_net_demand] +- groups = [ + emissions, emissions_transport, emissions_transport_domestic_aviation, + application_group, passenger_transport, mv_net_demand + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_plane_using_gasoline.converter.ad b/graphs/energy/nodes/transport/transport_plane_using_gasoline.converter.ad index 088eadff61..46cc053d3f 100644 --- a/graphs/energy/nodes/transport/transport_plane_using_gasoline.converter.ad +++ b/graphs/energy/nodes/transport/transport_plane_using_gasoline.converter.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 0.3051009051128605 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_domestic_aviation, + application_group, passenger_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_plane_using_hydrogen.ad b/graphs/energy/nodes/transport/transport_plane_using_hydrogen.ad index 12daee9d96..e6b3a764b5 100644 --- a/graphs/energy/nodes/transport/transport_plane_using_hydrogen.ad +++ b/graphs/energy/nodes/transport/transport_plane_using_hydrogen.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 0.519286631 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_domestic_aviation, + application_group, passenger_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_plane_using_kerosene_mix.ad b/graphs/energy/nodes/transport/transport_plane_using_kerosene_mix.ad index 1fe12e569b..c0613024e1 100644 --- a/graphs/energy/nodes/transport/transport_plane_using_kerosene_mix.ad +++ b/graphs/energy/nodes/transport/transport_plane_using_kerosene_mix.ad @@ -1,5 +1,8 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 0.2857010428736964 -- groups = [application_group, passenger_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_domestic_aviation, + application_group, passenger_transport + ] - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_ship_using_ammonia.ad b/graphs/energy/nodes/transport/transport_ship_using_ammonia.ad index 6a7e86ee8c..1e3202fa83 100644 --- a/graphs/energy/nodes/transport/transport_ship_using_ammonia.ad +++ b/graphs/energy/nodes/transport/transport_ship_using_ammonia.ad @@ -1,6 +1,9 @@ - use = energetic - output.freight_tonne_kms = 3.73393801965231 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_domestic_navigation, + application_group, freight_transport + ] - free_co2_factor = 0.0 - technical_lifetime = 25.0 diff --git a/graphs/energy/nodes/transport/transport_ship_using_diesel_mix.converter.ad b/graphs/energy/nodes/transport/transport_ship_using_diesel_mix.converter.ad index 577e3f254d..c6d65bdfae 100644 --- a/graphs/energy/nodes/transport/transport_ship_using_diesel_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_ship_using_diesel_mix.converter.ad @@ -1,6 +1,9 @@ - use = energetic - output.freight_tonne_kms = 3.17460317460317 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_domestic_navigation, + application_group, freight_transport + ] - free_co2_factor = 0.0 - technical_lifetime = 25.0 diff --git a/graphs/energy/nodes/transport/transport_ship_using_electricity.ad b/graphs/energy/nodes/transport/transport_ship_using_electricity.ad index d06d52a198..953cd5a7aa 100644 --- a/graphs/energy/nodes/transport/transport_ship_using_electricity.ad +++ b/graphs/energy/nodes/transport/transport_ship_using_electricity.ad @@ -4,6 +4,9 @@ - merit_order.group = electric_ships - merit_order.level = mv - merit_order.type = consumer -- groups = [application_group, freight_transport, mv_net_demand] +- groups = [ + emissions, emissions_transport, emissions_transport_domestic_navigation, + application_group, freight_transport, mv_net_demand + ] - free_co2_factor = 0.0 - technical_lifetime = 25.0 diff --git a/graphs/energy/nodes/transport/transport_ship_using_hydrogen.ad b/graphs/energy/nodes/transport/transport_ship_using_hydrogen.ad index c4e5602b41..30c1d13395 100644 --- a/graphs/energy/nodes/transport/transport_ship_using_hydrogen.ad +++ b/graphs/energy/nodes/transport/transport_ship_using_hydrogen.ad @@ -1,6 +1,9 @@ - use = energetic - output.freight_tonne_kms = 3.40136054421769 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_domestic_navigation, + application_group, freight_transport + ] - free_co2_factor = 0.0 - technical_lifetime = 25.0 diff --git a/graphs/energy/nodes/transport/transport_ship_using_lng_mix.converter.ad b/graphs/energy/nodes/transport/transport_ship_using_lng_mix.converter.ad index 577e3f254d..c6d65bdfae 100644 --- a/graphs/energy/nodes/transport/transport_ship_using_lng_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_ship_using_lng_mix.converter.ad @@ -1,6 +1,9 @@ - use = energetic - output.freight_tonne_kms = 3.17460317460317 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_domestic_navigation, + application_group, freight_transport + ] - free_co2_factor = 0.0 - technical_lifetime = 25.0 diff --git a/graphs/energy/nodes/transport/transport_ship_using_methanol_mix.ad b/graphs/energy/nodes/transport/transport_ship_using_methanol_mix.ad index eebd16025e..9c7a1857ed 100644 --- a/graphs/energy/nodes/transport/transport_ship_using_methanol_mix.ad +++ b/graphs/energy/nodes/transport/transport_ship_using_methanol_mix.ad @@ -1,6 +1,9 @@ - use = energetic - output.freight_tonne_kms = 2.34275 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_domestic_navigation, + application_group, freight_transport + ] - free_co2_factor = 0.0 - technical_lifetime = 25.0 diff --git a/graphs/energy/nodes/transport/transport_tram_using_electricity.converter.ad b/graphs/energy/nodes/transport/transport_tram_using_electricity.converter.ad index 189643a3aa..da4a325263 100644 --- a/graphs/energy/nodes/transport/transport_tram_using_electricity.converter.ad +++ b/graphs/energy/nodes/transport/transport_tram_using_electricity.converter.ad @@ -1,7 +1,10 @@ - use = energetic - output.loss = elastic - output.passenger_kms = 1.6339869281045751 -- groups = [application_group, passenger_transport, mv_net_demand] +- groups = [ + emissions, emissions_transport, emissions_transport_trams_metros, + application_group, passenger_transport, mv_net_demand + ] - free_co2_factor = 0.0 - merit_order.group = passenger_trains - merit_order.level = mv diff --git a/graphs/energy/nodes/transport/transport_truck_using_compressed_natural_gas.converter.ad b/graphs/energy/nodes/transport/transport_truck_using_compressed_natural_gas.converter.ad index 2c872fa341..bfeb47d82c 100644 --- a/graphs/energy/nodes/transport/transport_truck_using_compressed_natural_gas.converter.ad +++ b/graphs/energy/nodes/transport/transport_truck_using_compressed_natural_gas.converter.ad @@ -1,6 +1,9 @@ - output.freight_tonne_kms = 0.9713473673525779 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_trucks, + application_group, freight_transport + ] - use = energetic - technical_lifetime = 12.0 - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_truck_using_diesel_mix.converter.ad b/graphs/energy/nodes/transport/transport_truck_using_diesel_mix.converter.ad index 2c872fa341..bfeb47d82c 100644 --- a/graphs/energy/nodes/transport/transport_truck_using_diesel_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_truck_using_diesel_mix.converter.ad @@ -1,6 +1,9 @@ - output.freight_tonne_kms = 0.9713473673525779 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_trucks, + application_group, freight_transport + ] - use = energetic - technical_lifetime = 12.0 - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_truck_using_electricity.converter.ad b/graphs/energy/nodes/transport/transport_truck_using_electricity.converter.ad index 2c3437d256..9ceaa9deea 100644 --- a/graphs/energy/nodes/transport/transport_truck_using_electricity.converter.ad +++ b/graphs/energy/nodes/transport/transport_truck_using_electricity.converter.ad @@ -1,6 +1,9 @@ - output.freight_tonne_kms = 1.7491695887192016 - output.loss = elastic -- groups = [inheritable_nou, application_group, freight_transport, mv_net_demand, wacc_proven_tech] +- groups = [ + emissions, emissions_transport, emissions_transport_trucks, + inheritable_nou, application_group, freight_transport, mv_net_demand, wacc_proven_tech + ] - use = energetic - availability = 1.0 - full_load_hours = 0.0 diff --git a/graphs/energy/nodes/transport/transport_truck_using_gasoline_mix.converter.ad b/graphs/energy/nodes/transport/transport_truck_using_gasoline_mix.converter.ad index a2ee94b130..a691142bb1 100644 --- a/graphs/energy/nodes/transport/transport_truck_using_gasoline_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_truck_using_gasoline_mix.converter.ad @@ -1,6 +1,9 @@ - output.freight_tonne_kms = 0.881317856730362 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_trucks, + application_group, freight_transport + ] - use = energetic - technical_lifetime = 11.0 - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_truck_using_hydrogen.converter.ad b/graphs/energy/nodes/transport/transport_truck_using_hydrogen.converter.ad index b699e22d20..091608aee5 100644 --- a/graphs/energy/nodes/transport/transport_truck_using_hydrogen.converter.ad +++ b/graphs/energy/nodes/transport/transport_truck_using_hydrogen.converter.ad @@ -1,6 +1,9 @@ - output.freight_tonne_kms = 1.3427448901638577 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_trucks, + application_group, freight_transport + ] - use = energetic - technical_lifetime = 12.0 - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_truck_using_lng_mix.converter.ad b/graphs/energy/nodes/transport/transport_truck_using_lng_mix.converter.ad index 917f136fa3..5314c11fba 100644 --- a/graphs/energy/nodes/transport/transport_truck_using_lng_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_truck_using_lng_mix.converter.ad @@ -1,6 +1,9 @@ - output.freight_tonne_kms = 1.0792748526139753 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_trucks, + application_group, freight_transport + ] - use = energetic - technical_lifetime = 12.0 - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_van_using_compressed_natural_gas.converter.ad b/graphs/energy/nodes/transport/transport_van_using_compressed_natural_gas.converter.ad index dc767bfe11..d31ff7280b 100644 --- a/graphs/energy/nodes/transport/transport_van_using_compressed_natural_gas.converter.ad +++ b/graphs/energy/nodes/transport/transport_van_using_compressed_natural_gas.converter.ad @@ -1,6 +1,9 @@ - output.freight_tonne_kms = 0.022717905586307756 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_vans, + application_group, freight_transport + ] - use = energetic - technical_lifetime = 12.0 - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_van_using_diesel_mix.converter.ad b/graphs/energy/nodes/transport/transport_van_using_diesel_mix.converter.ad index 2afad17a7e..af3e424486 100644 --- a/graphs/energy/nodes/transport/transport_van_using_diesel_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_van_using_diesel_mix.converter.ad @@ -1,6 +1,9 @@ - output.freight_tonne_kms = 0.02160428276344953 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_vans, + application_group, freight_transport + ] - use = energetic - technical_lifetime = 12.0 - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_van_using_electricity.converter.ad b/graphs/energy/nodes/transport/transport_van_using_electricity.converter.ad index 0a02fd7b00..9cf86a631b 100644 --- a/graphs/energy/nodes/transport/transport_van_using_electricity.converter.ad +++ b/graphs/energy/nodes/transport/transport_van_using_electricity.converter.ad @@ -1,6 +1,9 @@ - output.freight_tonne_kms = 0.046885890252592606 - output.loss = elastic -- groups = [inheritable_nou, application_group, freight_transport, mv_net_demand, wacc_proven_tech] +- groups = [ + emissions, emissions_transport, emissions_transport_vans, + inheritable_nou, application_group, freight_transport, mv_net_demand, wacc_proven_tech + ] - use = energetic - availability = 1.0 - full_load_hours = 0.0 diff --git a/graphs/energy/nodes/transport/transport_van_using_gasoline_mix.converter.ad b/graphs/energy/nodes/transport/transport_van_using_gasoline_mix.converter.ad index 56b357534a..ed4c263ba8 100644 --- a/graphs/energy/nodes/transport/transport_van_using_gasoline_mix.converter.ad +++ b/graphs/energy/nodes/transport/transport_van_using_gasoline_mix.converter.ad @@ -1,6 +1,9 @@ - output.freight_tonne_kms = 0.01890374741801834 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_vans, + application_group, freight_transport + ] - use = energetic - technical_lifetime = 12.0 - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_van_using_hydrogen.converter.ad b/graphs/energy/nodes/transport/transport_van_using_hydrogen.converter.ad index a1386df375..5dd37a6eef 100644 --- a/graphs/energy/nodes/transport/transport_van_using_hydrogen.converter.ad +++ b/graphs/energy/nodes/transport/transport_van_using_hydrogen.converter.ad @@ -1,6 +1,9 @@ - output.freight_tonne_kms = 0.031037138617913417 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_vans, + application_group, freight_transport + ] - use = energetic - technical_lifetime = 12.0 - free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/transport/transport_van_using_lpg.converter.ad b/graphs/energy/nodes/transport/transport_van_using_lpg.converter.ad index 56b357534a..ed4c263ba8 100644 --- a/graphs/energy/nodes/transport/transport_van_using_lpg.converter.ad +++ b/graphs/energy/nodes/transport/transport_van_using_lpg.converter.ad @@ -1,6 +1,9 @@ - output.freight_tonne_kms = 0.01890374741801834 - output.loss = elastic -- groups = [application_group, freight_transport] +- groups = [ + emissions, emissions_transport, emissions_transport_vans, + application_group, freight_transport + ] - use = energetic - technical_lifetime = 12.0 - free_co2_factor = 0.0 diff --git a/graphs/molecules/nodes/agriculture/agriculture_non_specified_energetic_other_ghg.ad b/graphs/molecules/nodes/agriculture/agriculture_non_specified_energetic_other_ghg.ad new file mode 100644 index 0000000000..6227530a63 --- /dev/null +++ b/graphs/molecules/nodes/agriculture/agriculture_non_specified_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_agriculture, emissions_agriculture_non_specified] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(agriculture_non_specified, energetic, other_ghg) diff --git a/graphs/molecules/nodes/agriculture/agriculture_non_specified_non_energetic_co2.ad b/graphs/molecules/nodes/agriculture/agriculture_non_specified_non_energetic_co2.ad new file mode 100644 index 0000000000..fe5de780b4 --- /dev/null +++ b/graphs/molecules/nodes/agriculture/agriculture_non_specified_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_agriculture, emissions_agriculture_non_specified] +- input.co2 = 1.0 + +~ demand = EMISSIONS(agriculture_non_specified, non_energetic, co2) diff --git a/graphs/molecules/nodes/agriculture/agriculture_non_specified_non_energetic_other_ghg.ad b/graphs/molecules/nodes/agriculture/agriculture_non_specified_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..5c638e7680 --- /dev/null +++ b/graphs/molecules/nodes/agriculture/agriculture_non_specified_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_agriculture, emissions_agriculture_non_specified] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(agriculture_non_specified, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/buildings/buildings_non_specified_energetic_other_ghg.ad b/graphs/molecules/nodes/buildings/buildings_non_specified_energetic_other_ghg.ad new file mode 100644 index 0000000000..04155dca58 --- /dev/null +++ b/graphs/molecules/nodes/buildings/buildings_non_specified_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_buildings, emissions_buildings_non_specified] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(buildings_non_specified, energetic, other_ghg) diff --git a/graphs/molecules/nodes/bunkers/bunkers_international_aviation_energetic_other_ghg.ad b/graphs/molecules/nodes/bunkers/bunkers_international_aviation_energetic_other_ghg.ad new file mode 100644 index 0000000000..91c3fbda5e --- /dev/null +++ b/graphs/molecules/nodes/bunkers/bunkers_international_aviation_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_bunkers, emissions_bunkers_international_aviation] +- input.other_ghg = 1.0 + +~ demand = 0.0 diff --git a/graphs/molecules/nodes/bunkers/bunkers_international_navigation_energetic_other_ghg.ad b/graphs/molecules/nodes/bunkers/bunkers_international_navigation_energetic_other_ghg.ad new file mode 100644 index 0000000000..0c983057be --- /dev/null +++ b/graphs/molecules/nodes/bunkers/bunkers_international_navigation_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_bunkers, emissions_bunkers_international_navigation] +- input.other_ghg = 1.0 + +~ demand = 0.0 diff --git a/graphs/molecules/nodes/energy/energy_ccus_non_energetic_co2.ad b/graphs/molecules/nodes/energy/energy_ccus_non_energetic_co2.ad new file mode 100644 index 0000000000..7d62303477 --- /dev/null +++ b/graphs/molecules/nodes/energy/energy_ccus_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_energy, emissions_energy_ccus] +- input.co2 = 1.0 + +~ demand = EMISSIONS(energy_ccus, non_energetic, co2) diff --git a/graphs/molecules/nodes/energy/energy_electricity_and_heat_production_energetic_other_ghg.ad b/graphs/molecules/nodes/energy/energy_electricity_and_heat_production_energetic_other_ghg.ad new file mode 100644 index 0000000000..83ab75d74f --- /dev/null +++ b/graphs/molecules/nodes/energy/energy_electricity_and_heat_production_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_energy, emissions_energy_electricity_and_heat_production] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(energy_electricity_and_heat_production, energetic, other_ghg) diff --git a/graphs/molecules/nodes/energy/energy_fuels_production_energetic_other_ghg.ad b/graphs/molecules/nodes/energy/energy_fuels_production_energetic_other_ghg.ad new file mode 100644 index 0000000000..105ddccc69 --- /dev/null +++ b/graphs/molecules/nodes/energy/energy_fuels_production_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_energy, emissions_energy_fuels_production] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(energy_fuels_production, energetic, other_ghg) diff --git a/graphs/molecules/nodes/energy/energy_fugitive_emissions_non_energetic_co2.ad b/graphs/molecules/nodes/energy/energy_fugitive_emissions_non_energetic_co2.ad new file mode 100644 index 0000000000..8030f58778 --- /dev/null +++ b/graphs/molecules/nodes/energy/energy_fugitive_emissions_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_energy, emissions_energy_fugitive_emissions] +- input.co2 = 1.0 + +~ demand = EMISSIONS(energy_fugitive_emissions, non_energetic, co2) diff --git a/graphs/molecules/nodes/energy/energy_fugitive_emissions_non_energetic_other_ghg.ad b/graphs/molecules/nodes/energy/energy_fugitive_emissions_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..f2377c351a --- /dev/null +++ b/graphs/molecules/nodes/energy/energy_fugitive_emissions_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_energy, emissions_energy_fugitive_emissions] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(energy_fugitive_emissions, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/energy/energy_hydrogen_production_non_energetic_other_ghg.ad b/graphs/molecules/nodes/energy/energy_hydrogen_production_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..59aac8b176 --- /dev/null +++ b/graphs/molecules/nodes/energy/energy_hydrogen_production_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_energy, emissions_energy_hydrogen_production] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(energy_hydrogen_production, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/energy/energy_methanol_production_non_energetic_other_ghg.ad b/graphs/molecules/nodes/energy/energy_methanol_production_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..db32e12cc9 --- /dev/null +++ b/graphs/molecules/nodes/energy/energy_methanol_production_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_energy, emissions_energy_methanol_production] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(energy_methanol_production, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/energy/energy_production_fischer_tropsch_non_biogenic_waste_ccs_emitted_co2.ad b/graphs/molecules/nodes/energy/energy_production_fischer_tropsch_non_biogenic_waste_ccs_emitted_co2.ad index 5cb563d82e..6b6da0dfce 100644 --- a/graphs/molecules/nodes/energy/energy_production_fischer_tropsch_non_biogenic_waste_ccs_emitted_co2.ad +++ b/graphs/molecules/nodes/energy/energy_production_fischer_tropsch_non_biogenic_waste_ccs_emitted_co2.ad @@ -1,6 +1,6 @@ -# ccu_emitted group is assigned to account for emitted CO2 in primary +# ccus_emitted group is assigned to account for emitted CO2 in primary # CO2 queries. This flows is otherwise not included due to the # co2_emissions_refinery_products group that is applied to final demand # nodes of the output carriers of this process node. -- groups = [ccu_emitted] +- groups = [ccus_emitted] diff --git a/graphs/molecules/nodes/energy/energy_production_methanol_synthesis_non_biogenic_waste_ccs_emitted_co2.ad b/graphs/molecules/nodes/energy/energy_production_methanol_synthesis_non_biogenic_waste_ccs_emitted_co2.ad index f7402da05f..78dadaf5e5 100644 --- a/graphs/molecules/nodes/energy/energy_production_methanol_synthesis_non_biogenic_waste_ccs_emitted_co2.ad +++ b/graphs/molecules/nodes/energy/energy_production_methanol_synthesis_non_biogenic_waste_ccs_emitted_co2.ad @@ -1,6 +1,6 @@ -# ccu_emitted group is assigned to account for emitted CO2 in primary +# ccus_emitted group is assigned to account for emitted CO2 in primary # CO2 queries. This flows is otherwise not included due to the # co2_emissions_refinery_products group that is applied to final demand # nodes of methanol. -- groups = [ccu_emitted] +- groups = [ccus_emitted] diff --git a/graphs/molecules/nodes/households/households_non_specified_energetic_other_ghg.ad b/graphs/molecules/nodes/households/households_non_specified_energetic_other_ghg.ad new file mode 100644 index 0000000000..3247e21fec --- /dev/null +++ b/graphs/molecules/nodes/households/households_non_specified_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_households, emissions_households_non_specified] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(households_non_specified, energetic, other_ghg) diff --git a/graphs/molecules/nodes/industry/industry_aluminium_non_energetic_co2.ad b/graphs/molecules/nodes/industry/industry_aluminium_non_energetic_co2.ad new file mode 100644 index 0000000000..c9790a0496 --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_aluminium_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_aluminium] +- input.co2 = 1.0 + +~ demand = EMISSIONS(industry_aluminium, non_energetic, co2) diff --git a/graphs/molecules/nodes/industry/industry_aluminium_non_energetic_other_ghg.ad b/graphs/molecules/nodes/industry/industry_aluminium_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..f95427082a --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_aluminium_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_aluminium] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(industry_aluminium, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/industry/industry_chemical_other_captured_co2.ad b/graphs/molecules/nodes/industry/industry_chemical_other_captured_co2.ad index 8224ea0528..07b544133f 100644 --- a/graphs/molecules/nodes/industry/industry_chemical_other_captured_co2.ad +++ b/graphs/molecules/nodes/industry/industry_chemical_other_captured_co2.ad @@ -1,4 +1,7 @@ -- groups = [costs_co2_ccus, wacc_unproven_tech, captured_energetic_emissions_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_chemicals, ccus_captured, + costs_co2_ccus, wacc_unproven_tech, captured_energetic_emissions_industry + ] - presentation_group = co2_capture - typical_input_capacity = 106250.0 - full_load_hours = 8000.0 diff --git a/graphs/molecules/nodes/industry/industry_chemicals_fertilizers_captured_combustion_co2.ad b/graphs/molecules/nodes/industry/industry_chemicals_fertilizers_captured_combustion_co2.ad index 8224ea0528..50a8e1c26f 100644 --- a/graphs/molecules/nodes/industry/industry_chemicals_fertilizers_captured_combustion_co2.ad +++ b/graphs/molecules/nodes/industry/industry_chemicals_fertilizers_captured_combustion_co2.ad @@ -1,4 +1,7 @@ -- groups = [costs_co2_ccus, wacc_unproven_tech, captured_energetic_emissions_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_fertilizers, ccus_captured, + costs_co2_ccus, wacc_unproven_tech, captured_energetic_emissions_industry + ] - presentation_group = co2_capture - typical_input_capacity = 106250.0 - full_load_hours = 8000.0 diff --git a/graphs/molecules/nodes/industry/industry_chemicals_fertilizers_captured_processes_co2.ad b/graphs/molecules/nodes/industry/industry_chemicals_fertilizers_captured_processes_co2.ad index 2f856d9c62..4cc769f4e7 100644 --- a/graphs/molecules/nodes/industry/industry_chemicals_fertilizers_captured_processes_co2.ad +++ b/graphs/molecules/nodes/industry/industry_chemicals_fertilizers_captured_processes_co2.ad @@ -1,4 +1,7 @@ -- groups = [costs_co2_ccus, wacc_unproven_tech, captured_non_energetic_emissions_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_fertilizers, ccus_captured, + costs_co2_ccus, wacc_unproven_tech, captured_non_energetic_emissions_industry + ] - presentation_group = co2_capture - typical_input_capacity = 225000.0 - full_load_hours = 8000.0 diff --git a/graphs/molecules/nodes/industry/industry_chemicals_non_energetic_co2.ad b/graphs/molecules/nodes/industry/industry_chemicals_non_energetic_co2.ad new file mode 100644 index 0000000000..cfc0e4ce3b --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_chemicals_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_chemicals] +- input.co2 = 1.0 + +~ demand = EMISSIONS(industry_chemicals, non_energetic, co2) diff --git a/graphs/molecules/nodes/industry/industry_chemicals_non_energetic_other_ghg.ad b/graphs/molecules/nodes/industry/industry_chemicals_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..b88d97168a --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_chemicals_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_chemicals] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(industry_chemicals, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/industry/industry_chemicals_refineries_captured_co2.ad b/graphs/molecules/nodes/industry/industry_chemicals_refineries_captured_co2.ad index 8224ea0528..94584d0d76 100644 --- a/graphs/molecules/nodes/industry/industry_chemicals_refineries_captured_co2.ad +++ b/graphs/molecules/nodes/industry/industry_chemicals_refineries_captured_co2.ad @@ -1,4 +1,7 @@ -- groups = [costs_co2_ccus, wacc_unproven_tech, captured_energetic_emissions_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_refineries, ccus_captured, + costs_co2_ccus, wacc_unproven_tech, captured_energetic_emissions_industry + ] - presentation_group = co2_capture - typical_input_capacity = 106250.0 - full_load_hours = 8000.0 diff --git a/graphs/molecules/nodes/molecules/industry_external_coupling_node_captured_co2.ad b/graphs/molecules/nodes/industry/industry_external_coupling_node_captured_co2.ad similarity index 72% rename from graphs/molecules/nodes/molecules/industry_external_coupling_node_captured_co2.ad rename to graphs/molecules/nodes/industry/industry_external_coupling_node_captured_co2.ad index 7d6b8c5dc3..3bc9a75944 100644 --- a/graphs/molecules/nodes/molecules/industry_external_coupling_node_captured_co2.ad +++ b/graphs/molecules/nodes/industry/industry_external_coupling_node_captured_co2.ad @@ -3,6 +3,9 @@ # Because these emissions are out of scope of the ETM, the captured flow is not subtracted from # the total emissions. -- groups = [preset_demand] +- groups = [ + emissions, emissions_industry, emissions_industry_non_specified, ccus_captured, + preset_demand + ] ~ demand = 0.0 diff --git a/graphs/molecules/nodes/industry/industry_fertilizers_non_energetic_other_ghg.ad b/graphs/molecules/nodes/industry/industry_fertilizers_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..988dd7b2c5 --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_fertilizers_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_fertilizers] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(industry_fertilizers, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/industry/industry_food_non_energetic_co2.ad b/graphs/molecules/nodes/industry/industry_food_non_energetic_co2.ad new file mode 100644 index 0000000000..bde2d6c737 --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_food_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_food] +- input.co2 = 1.0 + +~ demand = EMISSIONS(industry_food, non_energetic, co2) diff --git a/graphs/molecules/nodes/industry/industry_food_non_energetic_other_ghg.ad b/graphs/molecules/nodes/industry/industry_food_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..86534cebaf --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_food_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_food] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(industry_food, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/industry/industry_non_specified_energetic_other_ghg.ad b/graphs/molecules/nodes/industry/industry_non_specified_energetic_other_ghg.ad new file mode 100644 index 0000000000..0fab0bf2ba --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_non_specified_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_non_specified] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(industry_non_specified, energetic, other_ghg) diff --git a/graphs/molecules/nodes/industry/industry_other_food_captured_co2.ad b/graphs/molecules/nodes/industry/industry_other_food_captured_co2.ad index 4b4093898d..597dc0645e 100644 --- a/graphs/molecules/nodes/industry/industry_other_food_captured_co2.ad +++ b/graphs/molecules/nodes/industry/industry_other_food_captured_co2.ad @@ -1,4 +1,7 @@ -- groups = [costs_co2_ccus, wacc_unproven_tech, captured_energetic_emissions_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_food, ccus_captured, + costs_co2_ccus, wacc_unproven_tech, captured_energetic_emissions_industry + ] - presentation_group = p2kerosene - typical_input_capacity = 45000.0 - full_load_hours = 8000.0 diff --git a/graphs/molecules/nodes/industry/industry_other_metals_non_energetic_co2.ad b/graphs/molecules/nodes/industry/industry_other_metals_non_energetic_co2.ad new file mode 100644 index 0000000000..f1770e0605 --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_other_metals_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_other_metals] +- input.co2 = 1.0 + +~ demand = EMISSIONS(industry_other_metals, non_energetic, co2) diff --git a/graphs/molecules/nodes/industry/industry_other_metals_non_energetic_other_ghg.ad b/graphs/molecules/nodes/industry/industry_other_metals_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..d50d157f8e --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_other_metals_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_other_metals] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(industry_other_metals, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/industry/industry_other_non_energetic_co2.ad b/graphs/molecules/nodes/industry/industry_other_non_energetic_co2.ad new file mode 100644 index 0000000000..81810d44ef --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_other_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_other] +- input.co2 = 1.0 + +~ demand = EMISSIONS(industry_other, non_energetic, co2) diff --git a/graphs/molecules/nodes/industry/industry_other_non_energetic_other_ghg.ad b/graphs/molecules/nodes/industry/industry_other_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..695dc46a88 --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_other_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_other] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(industry_other, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/industry/industry_other_paper_captured_co2.ad b/graphs/molecules/nodes/industry/industry_other_paper_captured_co2.ad index eecd91a749..0c6747955f 100644 --- a/graphs/molecules/nodes/industry/industry_other_paper_captured_co2.ad +++ b/graphs/molecules/nodes/industry/industry_other_paper_captured_co2.ad @@ -1,4 +1,7 @@ -- groups = [costs_co2_ccus, wacc_unproven_tech, captured_energetic_emissions_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_paper, ccus_captured, + costs_co2_ccus, wacc_unproven_tech, captured_energetic_emissions_industry + ] - presentation_group = co2_capture - typical_input_capacity = 45000.0 - full_load_hours = 8000.0 diff --git a/graphs/molecules/nodes/industry/industry_paper_non_energetic_co2.ad b/graphs/molecules/nodes/industry/industry_paper_non_energetic_co2.ad new file mode 100644 index 0000000000..42c880ad8f --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_paper_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_paper] +- input.co2 = 1.0 + +~ demand = EMISSIONS(industry_paper, non_energetic, co2) diff --git a/graphs/molecules/nodes/industry/industry_paper_non_energetic_other_ghg.ad b/graphs/molecules/nodes/industry/industry_paper_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..b8a6849b49 --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_paper_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_paper] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(industry_paper, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/industry/industry_refineries_energetic_other_ghg.ad b/graphs/molecules/nodes/industry/industry_refineries_energetic_other_ghg.ad new file mode 100644 index 0000000000..b515908956 --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_refineries_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_refineries] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(industry_refineries, energetic, other_ghg) diff --git a/graphs/molecules/nodes/industry/industry_refineries_non_energetic_other_ghg.ad b/graphs/molecules/nodes/industry/industry_refineries_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..59aa189edd --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_refineries_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_refineries] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(industry_refineries, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/industry/industry_steel_captured_co2.ad b/graphs/molecules/nodes/industry/industry_steel_captured_co2.ad index 253ed7d2f4..6632174f4d 100644 --- a/graphs/molecules/nodes/industry/industry_steel_captured_co2.ad +++ b/graphs/molecules/nodes/industry/industry_steel_captured_co2.ad @@ -1 +1,4 @@ -- groups = [captured_energetic_emissions_industry] +- groups = [ + emissions, emissions_industry, emissions_industry_steel, ccus_captured, + captured_energetic_emissions_industry + ] diff --git a/graphs/molecules/nodes/industry/industry_steel_non_energetic_co2.ad b/graphs/molecules/nodes/industry/industry_steel_non_energetic_co2.ad new file mode 100644 index 0000000000..299dc2aa53 --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_steel_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_steel] +- input.co2 = 1.0 + +~ demand = EMISSIONS(industry_steel, non_energetic, co2) diff --git a/graphs/molecules/nodes/industry/industry_steel_non_energetic_other_ghg.ad b/graphs/molecules/nodes/industry/industry_steel_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..f18e83381a --- /dev/null +++ b/graphs/molecules/nodes/industry/industry_steel_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_industry, emissions_industry_steel] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(industry_steel, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/lulucf/lulucf_emissions_non_energetic_co2.ad b/graphs/molecules/nodes/lulucf/lulucf_emissions_non_energetic_co2.ad new file mode 100644 index 0000000000..b4bb35d1dd --- /dev/null +++ b/graphs/molecules/nodes/lulucf/lulucf_emissions_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_lulucf, emissions_lulucf_emissions] +- input.co2 = 1.0 + +~ demand = EMISSIONS(lulucf_emissions, non_energetic, co2) diff --git a/graphs/molecules/nodes/lulucf/lulucf_emissions_non_energetic_other_ghg.ad b/graphs/molecules/nodes/lulucf/lulucf_emissions_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..d38c474328 --- /dev/null +++ b/graphs/molecules/nodes/lulucf/lulucf_emissions_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_lulucf, emissions_lulucf_emissions] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(lulucf_emissions, non_energetic, other_ghg) diff --git a/graphs/molecules/nodes/lulucf/lulucf_removals_non_energetic_co2.ad b/graphs/molecules/nodes/lulucf/lulucf_removals_non_energetic_co2.ad new file mode 100644 index 0000000000..ec6fabe966 --- /dev/null +++ b/graphs/molecules/nodes/lulucf/lulucf_removals_non_energetic_co2.ad @@ -0,0 +1,6 @@ +# ccus_captured group added to ensure emissions are reported under CO2 capture to account for CO2 removals + +- groups = [preset_demand, emissions, emissions_lulucf, emissions_lulucf_removals, ccus_captured] +- input.co2 = 1.0 + +~ demand = EMISSIONS(lulucf_removals, non_energetic, co2) diff --git a/graphs/molecules/nodes/molecules/molecules_direct_air_capture_co2.ad b/graphs/molecules/nodes/molecules/molecules_direct_air_capture_co2.ad index 7df17ec4f1..c6b697d4a8 100644 --- a/graphs/molecules/nodes/molecules/molecules_direct_air_capture_co2.ad +++ b/graphs/molecules/nodes/molecules/molecules_direct_air_capture_co2.ad @@ -1,4 +1,7 @@ -- groups = [costs_co2_ccus, wacc_unproven_tech] +- groups = [ + emissions, emissions_energy, emissions_energy_ccus, ccus_captured, + costs_co2_ccus, wacc_unproven_tech + ] - presentation_group = co2_capture - typical_input_capacity = 120163.4 - output.co2 = 1.0 diff --git a/graphs/molecules/nodes/molecules/molecules_other_utilisation_delayed_emitted_co2.ad b/graphs/molecules/nodes/molecules/molecules_other_utilisation_delayed_emitted_co2.ad index 88de29b9a4..97185019f0 100644 --- a/graphs/molecules/nodes/molecules/molecules_other_utilisation_delayed_emitted_co2.ad +++ b/graphs/molecules/nodes/molecules/molecules_other_utilisation_delayed_emitted_co2.ad @@ -1 +1,3 @@ +- groups = [emissions, emissions_energy, emissions_energy_ccus] + ~ demand = DEMAND(fertilizers_ccus_demands, molecules_other_utilisation_co2) diff --git a/graphs/molecules/nodes/molecules/molecules_production_fischer_tropsch_synthetic_dispatchable_co2.ad b/graphs/molecules/nodes/molecules/molecules_production_fischer_tropsch_synthetic_dispatchable_co2.ad index c361ebb138..dd8d1efc1e 100644 --- a/graphs/molecules/nodes/molecules/molecules_production_fischer_tropsch_synthetic_dispatchable_co2.ad +++ b/graphs/molecules/nodes/molecules/molecules_production_fischer_tropsch_synthetic_dispatchable_co2.ad @@ -1,6 +1,7 @@ - groups = [preset_demand] - from_energy.source = energy_production_fischer_tropsch_synthetic_dispatchable - from_energy.direction = output -- from_energy.conversion.kerosene = 0.06779 +- from_energy.conversion.kerosene = 0.09038 +- from_energy.conversion.gasoline = 0.09038 ~ demand = 0.0 diff --git a/graphs/molecules/nodes/molecules/molecules_production_fischer_tropsch_synthetic_must_run_co2.ad b/graphs/molecules/nodes/molecules/molecules_production_fischer_tropsch_synthetic_must_run_co2.ad index 642fd9888e..3933460645 100644 --- a/graphs/molecules/nodes/molecules/molecules_production_fischer_tropsch_synthetic_must_run_co2.ad +++ b/graphs/molecules/nodes/molecules/molecules_production_fischer_tropsch_synthetic_must_run_co2.ad @@ -1,6 +1,7 @@ - groups = [preset_demand] - from_energy.source = energy_production_fischer_tropsch_synthetic_must_run - from_energy.direction = output -- from_energy.conversion.kerosene = 0.06779 +- from_energy.conversion.kerosene = 0.09038 +- from_energy.conversion.gasoline = 0.09038 ~ demand = 0.0 diff --git a/graphs/molecules/nodes/molecules/molecules_production_methanol_synthesis_synthetic_emitted_co2.ad b/graphs/molecules/nodes/molecules/molecules_production_methanol_synthesis_synthetic_emitted_co2.ad index 7c743b2c8b..f144c195c2 100644 --- a/graphs/molecules/nodes/molecules/molecules_production_methanol_synthesis_synthetic_emitted_co2.ad +++ b/graphs/molecules/nodes/molecules/molecules_production_methanol_synthesis_synthetic_emitted_co2.ad @@ -1,6 +1,6 @@ -- groups = [preset_demand, ccu_emitted] +- groups = [preset_demand, ccus_emitted] - from_energy.source = energy_production_methanol_synthesis_synthetic - from_energy.direction = output -- from_energy.conversion.methanol = 0.01 +- from_energy.conversion.methanol = 0.0049 ~ demand = 0.0 diff --git a/graphs/molecules/nodes/molecules/molecules_production_methanol_synthesis_synthetic_utilised_co2.ad b/graphs/molecules/nodes/molecules/molecules_production_methanol_synthesis_synthetic_utilised_co2.ad index 4466dbdc46..dc8fc13cc7 100644 --- a/graphs/molecules/nodes/molecules/molecules_production_methanol_synthesis_synthetic_utilised_co2.ad +++ b/graphs/molecules/nodes/molecules/molecules_production_methanol_synthesis_synthetic_utilised_co2.ad @@ -1,6 +1,6 @@ - groups = [preset_demand] - from_energy.source = energy_production_methanol_synthesis_synthetic - from_energy.direction = output -- from_energy.conversion.methanol = 0.064 +- from_energy.conversion.methanol = carrier: co2_conversion_per_mj ~ demand = 0.0 diff --git a/graphs/molecules/nodes/other/other_indirect_emissions_non_energetic_co2.ad b/graphs/molecules/nodes/other/other_indirect_emissions_non_energetic_co2.ad new file mode 100644 index 0000000000..e3b99f3d2e --- /dev/null +++ b/graphs/molecules/nodes/other/other_indirect_emissions_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_other, emissions_other_indirect_emissions] +- input.co2 = 1.0 + +~ demand = EMISSIONS(other_indirect_emissions, non_energetic, co2) diff --git a/graphs/molecules/nodes/other/other_non_specified_energetic_other_ghg.ad b/graphs/molecules/nodes/other/other_non_specified_energetic_other_ghg.ad new file mode 100644 index 0000000000..8994e76290 --- /dev/null +++ b/graphs/molecules/nodes/other/other_non_specified_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_other, emissions_other_non_specified] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(other_non_specified, energetic, other_ghg) diff --git a/graphs/molecules/nodes/other/other_other_transportation_energetic_other_ghg.ad b/graphs/molecules/nodes/other/other_other_transportation_energetic_other_ghg.ad new file mode 100644 index 0000000000..475c593d73 --- /dev/null +++ b/graphs/molecules/nodes/other/other_other_transportation_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_other, emissions_other_other_transportation] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(other_other_transportation, energetic, other_ghg) diff --git a/graphs/molecules/nodes/transport/transport_non_specified_energetic_other_ghg.ad b/graphs/molecules/nodes/transport/transport_non_specified_energetic_other_ghg.ad new file mode 100644 index 0000000000..47e934bd89 --- /dev/null +++ b/graphs/molecules/nodes/transport/transport_non_specified_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_transport, emissions_transport_non_specified] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(transport_non_specified, energetic, other_ghg) diff --git a/graphs/molecules/nodes/waste/waste_non_specified_non_energetic_co2.ad b/graphs/molecules/nodes/waste/waste_non_specified_non_energetic_co2.ad new file mode 100644 index 0000000000..7588cb2a16 --- /dev/null +++ b/graphs/molecules/nodes/waste/waste_non_specified_non_energetic_co2.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_waste, emissions_waste_non_specified] +- input.co2 = 1.0 + +~ demand = EMISSIONS(waste_non_specified, non_energetic, co2) diff --git a/graphs/molecules/nodes/waste/waste_non_specified_non_energetic_other_ghg.ad b/graphs/molecules/nodes/waste/waste_non_specified_non_energetic_other_ghg.ad new file mode 100644 index 0000000000..88b55f06b6 --- /dev/null +++ b/graphs/molecules/nodes/waste/waste_non_specified_non_energetic_other_ghg.ad @@ -0,0 +1,4 @@ +- groups = [preset_demand, emissions, emissions_waste, emissions_waste_non_specified] +- input.other_ghg = 1.0 + +~ demand = EMISSIONS(waste_non_specified, non_energetic, other_ghg) diff --git a/inputs/demand/bunkers/bunkers_allocated_percentage_aviation.ad b/inputs/demand/bunkers/bunkers_allocated_percentage_aviation.ad index e98be025c0..e16985c766 100644 --- a/inputs/demand/bunkers/bunkers_allocated_percentage_aviation.ad +++ b/inputs/demand/bunkers/bunkers_allocated_percentage_aviation.ad @@ -1,3 +1,6 @@ +# Updates both useful demand for international shipping and other_ghg emissions value +# Start year value for other_ghg is taken from emissions file and converted from kton to kg + - priority = 0 - max_value = 100.0 - min_value = 0.0 @@ -7,8 +10,18 @@ - update_period = both - query = - UPDATE( - V(bunkers_useful_demand_planes), - preset_demand, - V(bunkers_total_useful_demand_planes, preset_demand) * (USER_INPUT() / 100) + other_ghg_start_value = PRODUCT(EMISSIONS(bunkers_international_aviation, energetic, other_ghg), MILLIONS); + international_share = DIVIDE(USER_INPUT(), 100.0); + + EACH( + UPDATE( + V(bunkers_useful_demand_planes), + preset_demand, + PRODUCT(V(bunkers_total_useful_demand_planes, preset_demand), international_share) + ), + UPDATE( + MV(bunkers_international_aviation_energetic_other_ghg), + preset_demand, + PRODUCT(other_ghg_start_value, international_share) + ) ) diff --git a/inputs/demand/bunkers/bunkers_allocated_percentage_shipping.ad b/inputs/demand/bunkers/bunkers_allocated_percentage_shipping.ad index 489d0c6dff..91dbe5175f 100644 --- a/inputs/demand/bunkers/bunkers_allocated_percentage_shipping.ad +++ b/inputs/demand/bunkers/bunkers_allocated_percentage_shipping.ad @@ -1,3 +1,6 @@ +# Updates both useful demand for international shipping and other_ghg emissions value +# Start year value for other_ghg is taken from emissions file and converted from kton to kg + - priority = 0 - max_value = 100.0 - min_value = 0.0 @@ -7,8 +10,18 @@ - update_period = both - query = - UPDATE( - V(bunkers_useful_demand_ships), - preset_demand, - V(bunkers_total_useful_demand_ships, preset_demand) * (USER_INPUT() / 100) + other_ghg_start_value = PRODUCT(EMISSIONS(bunkers_international_navigation, energetic, other_ghg), MILLIONS); + international_share = DIVIDE(USER_INPUT(), 100.0); + + EACH( + UPDATE( + V(bunkers_useful_demand_ships), + preset_demand, + PRODUCT(V(bunkers_total_useful_demand_ships, preset_demand), international_share) + ), + UPDATE( + MV(bunkers_international_navigation_energetic_other_ghg), + preset_demand, + PRODUCT(other_ghg_start_value, international_share) + ) ) diff --git a/tasks/etdataset/import_emissions.rb b/tasks/etdataset/import_emissions.rb new file mode 100644 index 0000000000..b3bc7010e4 --- /dev/null +++ b/tasks/etdataset/import_emissions.rb @@ -0,0 +1,123 @@ +namespace :import do + # Import emissions.csv files from ETDataset to ETSource datasets. + + desc <<-DESC + Import emissions.csv files from ETDataset to ETSource datasets. + + Auto-discovers all emissions.csv files in ETDataset and imports them to matching datasets in ETSource. + Uses datasets.yml for naming resolution (base years, multi-year datasets, special cases). + + Optional ENV parameters: + DATASET - Import only this dataset (country code) + YEAR - Use this year (otherwise looks up in datasets.yml) + YEAR_NAME - If set, appends year to dataset name (e.g., 'nl2019' not 'nl') + + Examples: + rake import:emissions # Auto-discover and import all + rake import:emissions DATASET=nl YEAR=2019 # Import nl/2019 → datasets/nl/ + rake import:emissions DATASET=nl YEAR=2019 YEAR_NAME=true # Import nl/2019 → datasets/nl2019/ + DESC + task emissions: :environment do + def cp_csv(from, to) + to = to.join(from.basename) if to.directory? || !to.to_s.match(/\.(csv|ad)$/) + File.write(to, File.read(from).gsub(/\r\n/, "\n")) + end + + def find_all_emissions_files(etdataset_path) + data_path = Pathname.new("#{etdataset_path}/data") + unless data_path.exist? + puts "Warning: ETDataset path not found at #{etdataset_path}" + exit 1 + end + + Pathname.glob("#{data_path}/**/15_emissions/emissions.csv").map do |file| + parts = file.relative_path_from(data_path).to_s.split('/') + { country: parts[0], year: parts[1], path: file } + end + end + + def build_yml_lookup + lookup = Hash.new { |h, k| h[k] = {} } + YAML.load_file('datasets.yml').each do |dataset_name, year| + country = dataset_name.sub(/\d{4}$/, '') + lookup[country][year.to_i] = dataset_name + end + lookup + end + + def dataset_exists?(name) + Pathname.new("datasets/#{name}").directory? + end + + def determine_dataset_name(country, year, yml_lookup) + year_int = year.to_i + return yml_lookup[country][year_int] if yml_lookup[country]&.[](year_int) + return country if dataset_exists?(country) + + candidate = "#{country.downcase}#{year}" + return candidate if dataset_exists?(candidate) + + nil + end + + # Step 1: Determine what to import (manual or auto-discover) + emissions_to_import = if ENV['DATASET'] + country = ENV['DATASET'] + year = ENV['YEAR'] || YAML.load_file('datasets.yml')[country] + + unless year + puts "Error: No year found for #{country} in datasets.yml. Specify YEAR=xxxx" + exit 1 + end + + dataset_name = ENV['YEAR_NAME'] ? "#{country.downcase}#{year}" : country.downcase + [{ country: country, year: year.to_s, dataset_name: dataset_name }] + else + all_emissions = find_all_emissions_files(ETDATASET_PATH) + yml_lookup = build_yml_lookup + + all_emissions.filter_map do |emission| + dataset_name = determine_dataset_name(emission[:country], emission[:year], yml_lookup) + if dataset_name + emission.merge(dataset_name: dataset_name) + else + puts "Skipping #{emission[:country]}/#{emission[:year]} - no matching dataset" + nil + end + end + end + + if emissions_to_import.empty? + puts "No emissions.csv files to import." + exit 0 + end + + # Step 2: Import files + imported_count = 0 + + emissions_to_import.each do |emission| + source = Pathname.new("#{ETDATASET_PATH}/data/#{emission[:country]}/#{emission[:year]}/15_emissions/emissions.csv") + dest_dir = Pathname.new("datasets/#{emission[:dataset_name]}") + + unless source.exist? + puts "Skipping #{emission[:dataset_name]}: source not found" + next + end + + unless dest_dir.exist? + puts "Skipping #{emission[:dataset_name]}: destination doesn't exist" + next + end + + begin + cp_csv(source, dest_dir.join('emissions.csv')) + puts "✓ Imported #{emission[:country]}/#{emission[:year]} → datasets/#{emission[:dataset_name]}/emissions.csv" + imported_count += 1 + rescue => e + puts "Error: #{emission[:dataset_name]} - #{e.message}" + end + end + + puts "\nImported #{imported_count} emissions.csv file#{'s' unless imported_count == 1}" + end +end