From f5cb43456bc59436526bf2eba685a3f9e41d0ac9 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 12 Mar 2025 12:08:48 +0100 Subject: [PATCH 1/3] Final update Antwerpen 2022 values --- .../20250312105614_antwerpenfinal2022.rb | 65 + .../commits.yml | 3496 +++++++++++++++++ .../data.csv | 2 + db/schema.rb | 2 +- 4 files changed, 3564 insertions(+), 1 deletion(-) create mode 100644 db/migrate/20250312105614_antwerpenfinal2022.rb create mode 100644 db/migrate/20250312105614_antwerpenfinal2022/commits.yml create mode 100644 db/migrate/20250312105614_antwerpenfinal2022/data.csv diff --git a/db/migrate/20250312105614_antwerpenfinal2022.rb b/db/migrate/20250312105614_antwerpenfinal2022.rb new file mode 100644 index 00000000..9d16aad3 --- /dev/null +++ b/db/migrate/20250312105614_antwerpenfinal2022.rb @@ -0,0 +1,65 @@ +class Antwerpenfinal2022 < ActiveRecord::Migration[5.0] + def self.up + directory = Rails.root.join('db/migrate/20250312105614_antwerpenfinal2022') + data_path = directory.join('data.csv') + commits_path = directory.join('commits.yml') + datasets = [] + + # By default, CSVImporter only allows updating existing datasets. If the + # migration is adding a new dataset, add the `create_missing_datasets` + # keyword argument. For example: + # + # CSVImporter.run(data_path, commits_path, create_missing_datasets: true) do |row, runner| + # # ... + # end + # + CSVImporter.run(data_path, commits_path) do |row, runner| + print "Updating #{row['geo_id']}... " + commits = runner.call + + if commits.any? + datasets.push(find_dataset(commits)) + puts 'done!' + else + puts 'nothing to change!' + end + end + + sleep(1) + puts + puts "Updated #{datasets.length} datasets with the following IDs:" + puts " #{datasets.map(&:id).join(',')}" + rescue ActiveRecord::RecordInvalid => e + if e.record.is_a?(Commit) && e.record.errors['dataset_edits.value'].any? + warn('') + warn('-' * 80) + warn('The following errors occurred while processing CSV rows:') + warn('') + + # Grab all the errors from individual datasets to show those instead. This is typically + # the case when a CSV specifies a value that is not allowed to be edited. + e.record + .dataset_edits + .reject(&:valid?) + .each do |edit| + edit.errors.each do |field, msg| + warn("* #{edit.commit.dataset.geo_id}: #{edit.key}: #{field} #{msg}") + end + end + + warn('-' * 80) + end + + raise e + end + + def self.down + raise ActiveRecord::IrreversibleMigration + end + + def find_dataset(commits) + commits.each do |commit| + return commit.dataset if commit&.dataset + end + end +end diff --git a/db/migrate/20250312105614_antwerpenfinal2022/commits.yml b/db/migrate/20250312105614_antwerpenfinal2022/commits.yml new file mode 100644 index 00000000..33c3d8d1 --- /dev/null +++ b/db/migrate/20250312105614_antwerpenfinal2022/commits.yml @@ -0,0 +1,3496 @@ +--- +- fields: + - households_final_demand_electricity_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - households_final_demand_network_gas_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - households_final_demand_wood_pellets_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - households_final_demand_coal_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_households_final_demand_crude_oil_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_households_solar_pv_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - households_final_demand_solar_thermal_demand + message: + "Data sourced from the City's emission inventory (2020). In later versions this remains non-estimated because of data validation issues. " + +- fields: + - buildings_final_demand_network_gas_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_buildings_electricity_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - buildings_final_demand_wood_pellets_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_buildings_final_demand_crude_oil_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - buildings_final_demand_coal_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_buildings_solar_pv_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - buildings_final_demand_solar_thermal_demand + message: + "Data sourced from the City's emission inventory (2020). In later versions this remains non-estimated because of data validation issues. " + +- fields: + - input_transport_road_gasoline_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_transport_road_diesel_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - transport_final_demand_lpg_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_transport_road_electricity_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_transport_road_bio_ethanol_demand + message: + "No relevant data available" + +- fields: + - input_transport_road_biodiesel_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - transport_final_demand_for_road_compressed_network_gas_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - transport_final_demand_hydrogen_demand + message: + "No relevant data available" + +- fields: + - transport_final_demand_for_road_lng_demand + message: + "No relevant data available" + +- fields: + - transport_final_demand_for_road_bio_lng_demand + message: + "No relevant data available" + +- fields: + - input_transport_rail_diesel_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_transport_rail_electricity_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_transport_rail_biodiesel_demand + message: + "No relevant data available" + +- fields: + - transport_final_demand_coal_demand + message: + "No relevant data available" + +- fields: + - input_transport_ship_diesel_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_transport_ship_biodiesel_demand + message: + "No relevant data available" + +- fields: + - transport_final_demand_for_shipping_lng_demand + message: + "No relevant data available" + +- fields: + - transport_final_demand_for_shipping_bio_lng_demand + message: + "No relevant data available" + +- fields: + - transport_final_demand_heavy_fuel_oil_demand + message: + "No relevant data available" + +- fields: + - transport_final_demand_kerosene_demand + message: + "No relevant data available" + +- fields: + - input_transport_plane_gasoline_demand + message: + "No relevant data available" + +- fields: + - input_transport_plane_bio_ethanol_demand + message: + "No relevant data available" + +- fields: + - input_transport_plane_electricity_demand + message: + "No relevant data available" + +- fields: + - bunkers_total_useful_demand_planes_demand + message: + "No relevant data available" + +- fields: + - bunkers_total_useful_demand_ships_demand + message: + "No relevant data available" + +- fields: + - input_transport_ship_bio_ethanol_demand + message: + "No relevant data available" + +- fields: + - input_transport_ship_electricity_demand + message: + "No relevant data available" + +- fields: + - input_industry_metal_steel_coal_demand + message: + "No relevant data available" + +- fields: + - input_industry_metal_steel_cokes_demand + message: + "No relevant data available" + +- fields: + - input_industry_metal_steel_coal_gas_demand + message: + "No relevant data available" + +- fields: + - input_industry_metal_steel_electricity_demand + message: + "No relevant data available" + +- fields: + - input_industry_metal_steel_network_gas_demand + message: + "No relevant data available" + +- fields: + - input_industry_metal_steel_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - input_industry_metal_steel_crude_oil_demand + message: + "No relevant data available" + +- fields: + - input_industry_metal_steel_wood_pellets_demand + message: + "No relevant data available" + +- fields: + - input_industry_metal_aluminium_electricity_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_metal_aluminium_network_gas_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_metal_other_electricity_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_metal_other_network_gas_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_metal_other_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - input_industry_metal_other_crude_oil_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_metal_other_coal_demand + message: + "No relevant data available" + +- fields: + - industry_useful_demand_for_chemical_refineries_crude_oil_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_refineries_wood_pellets_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_refineries_network_gas_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_refineries_coal_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_refineries_electricity_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_refineries_network_gas_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_refineries_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_refineries_crude_oil_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_refineries_coal_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_refineries_wood_pellets_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_fertilizers_electricity_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_fertilizers_network_gas_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_fertilizers_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_fertilizers_crude_oil_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_fertilizers_coal_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_fertilizers_wood_pellets_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_fertilizers_network_gas_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_fertilizers_hydrogen_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_fertilizers_crude_oil_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_fertilizers_coal_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_fertilizers_wood_pellets_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_other_electricity_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_chemical_other_network_gas_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_chemical_other_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_other_crude_oil_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_chemical_other_coal_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_chemical_other_wood_pellets_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_other_network_gas_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_other_crude_oil_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_other_coal_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_chemical_other_wood_pellets_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_food_electricity_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_food_network_gas_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_food_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - input_industry_food_crude_oil_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_food_coal_demand + message: + "No relevant data available" + +- fields: + - input_industry_food_wood_pellets_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_paper_electricity_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_paper_network_gas_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_paper_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - input_industry_paper_crude_oil_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_paper_coal_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_paper_wood_pellets_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_other_electricity_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_other_network_gas_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_other_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - input_industry_other_crude_oil_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_other_coal_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_other_cokes_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_industry_other_wood_pellets_demand + message: + "0" + +- fields: + - input_industry_ict_electricity_demand + message: + "Data sourced from Statbel and citymaps project" + +- fields: + - agriculture_final_demand_network_gas_demand + message: + "No relevant data available" + +- fields: + - agriculture_final_demand_electricity_demand + message: + "No relevant data available" + +- fields: + - agriculture_final_demand_wood_pellets_demand + message: + "No relevant data available" + +- fields: + - input_agriculture_final_demand_crude_oil_demand + message: + "No relevant data available" + +- fields: + - agriculture_final_demand_hydrogen_demand + message: + "No relevant data available" + +- fields: + - other_final_demand_network_gas_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - other_final_demand_electricity_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - other_final_demand_wood_pellets_demand + message: + "No relevant data available" + +- fields: + - other_final_demand_crude_oil_demand + message: + "No relevant data available" + +- fields: + - other_final_demand_coal_demand + message: + "No relevant data available" + +- fields: + - input_industry_other_network_gas_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_other_wood_pellets_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_other_crude_oil_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_other_coal_non_energetic_demand + message: + "No relevant data available" + +- fields: + - input_industry_other_cokes_non_energetic_demand + message: + "No relevant data available" + +- fields: + - energy_power_sector_own_use_electricity_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_agriculture_final_demand_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - input_percentage_of_central_mt_steam_hot_water_agriculture_final_demand_steam_hot_water + message: + "No relevant data available" + +- fields: + - input_percentage_of_central_ht_steam_hot_water_agriculture_final_demand_steam_hot_water + message: + "No relevant data available" + +- fields: + - input_percentage_of_local_steam_hot_water_agriculture_final_demand_steam_hot_water + message: + "No relevant data available" + +- fields: + - input_buildings_final_demand_steam_hot_water_demand + message: + "Data sourced from emission inventory of VITO (2022)" + +- fields: + - input_households_final_demand_steam_hot_water_demand + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - input_other_final_demand_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - other_final_demand_crude_oil_non_energetic_demand + message: + "No relevant data available" + +- fields: + - households_final_demand_electricity_households_final_demand_for_cooking_electricity_parent_share + message: + "copy ratio source: https://www.vlaanderen.be/energieverbruik-en-kosten-verminderen/besparen-op-uw-energieverbruik" + +- fields: + - households_final_demand_electricity_households_final_demand_for_cooling_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_electricity_households_final_demand_for_hot_water_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_electricity_households_final_demand_for_lighting_electricity_parent_share + message: + "copy ratio source: https://www.vlaanderen.be/energieverbruik-en-kosten-verminderen/besparen-op-uw-energieverbruik" + +- fields: + - households_final_demand_electricity_households_final_demand_for_space_heating_electricity_parent_share + message: + "values dataset emission inventory 2022" + +- fields: + - households_final_demand_electricity_households_final_demand_for_appliances_electricity_parent_share + message: + "copy ratio source: https://www.vlaanderen.be/energieverbruik-en-kosten-verminderen/besparen-op-uw-energieverbruik" + +- fields: + - households_final_demand_network_gas_households_final_demand_for_cooking_network_gas_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_network_gas_households_final_demand_for_hot_water_network_gas_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_network_gas_households_final_demand_for_space_heating_network_gas_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_network_gas_households_final_demand_for_cooling_network_gas_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - input_households_final_demand_steam_hot_water_households_final_demand_for_hot_water_steam_hot_water_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - input_households_final_demand_steam_hot_water_households_final_demand_for_space_heating_steam_hot_water_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_wood_pellets_households_final_demand_for_hot_water_wood_pellets_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_wood_pellets_households_final_demand_for_space_heating_wood_pellets_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_wood_pellets_households_final_demand_for_cooking_wood_pellets_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_crude_oil_households_final_demand_for_hot_water_crude_oil_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_crude_oil_households_final_demand_for_space_heating_crude_oil_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_coal_households_final_demand_for_hot_water_coal_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_coal_households_final_demand_for_space_heating_coal_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_space_heating_network_gas_households_space_heater_combined_network_gas_parent_share + message: + "Derived from the results of the TYNDP (draft) scenario's into 2015 country final demands as there was no data found for 2019, therefore outcomes may differ; author: entso-e & entso-g; year:2036" + +- fields: + - households_final_demand_for_space_heating_network_gas_households_space_heater_network_gas_parent_share + message: + "No data was found, therefore split was set to 0." + +- fields: + - households_final_demand_for_space_heating_network_gas_households_space_heater_hybrid_heatpump_air_water_electricity_parent_share + message: + "Derived from the results of the TYNDP (draft) scenario's into 2015 country final demands as there was no data found for 2019, therefore outcomes may differ; author: entso-e & entso-g; year:2033" + +- fields: + - households_final_demand_for_space_heating_electricity_households_space_heater_electricity_parent_share + message: + "Derived from the results of the TYNDP (draft) scenario's into 2015 country final demands as there was no data found for 2019, therefore outcomes may differ; author: entso-e & entso-g; year:2029" + +- fields: + - households_final_demand_for_space_heating_electricity_households_space_heater_heatpump_air_water_electricity_parent_share + message: + "R" + +- fields: + - households_final_demand_for_space_heating_electricity_households_space_heater_hybrid_heatpump_air_water_electricity_parent_share + message: + "Derived from the results of the TYNDP (draft) scenario's into 2015 country final demands as there was no data found for 2019, therefore outcomes may differ; author: entso-e & entso-g; year:2032" + +- fields: + - households_final_demand_for_space_heating_electricity_households_space_heater_heatpump_ground_water_electricity_parent_share + message: + "Derived from the results of the TYNDP (draft) scenario's into 2015 country final demands as there was no data found for 2019, therefore outcomes may differ; author: entso-e & entso-g; year:2031" + +- fields: + - households_final_demand_for_cooking_electricity_households_cooker_halogen_electricity_parent_share + message: + "Data on type of electric cooking is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_cooking_electricity_households_cooker_induction_electricity_parent_share + message: + "Data on type of electric cooking is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_cooking_electricity_households_cooker_resistive_electricity_parent_share + message: + "Data on type of electric cooking is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_lighting_electricity_households_lighting_incandescent_electricity_parent_share + message: + "Data on type of lighting is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_lighting_electricity_households_lighting_efficient_fluorescent_electricity_parent_share + message: + "Data on type of lighting is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_lighting_electricity_households_lighting_led_electricity_parent_share + message: + "Data on type of lighting is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_appliances_electricity_households_appliances_clothes_dryer_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_appliances_electricity_households_appliances_computer_media_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_appliances_electricity_households_appliances_dishwasher_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_appliances_electricity_households_appliances_fridge_freezer_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_appliances_electricity_households_appliances_television_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_appliances_electricity_households_appliances_vacuum_cleaner_electricity_parent_share + message: + "Seperate data on energy use vacuum cleaners is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split and subtracted from the category 'other' containing energy use of vacuum cleaners among other appliances; author: Joint Research Center (JRC); year: 2022" + +- fields: + - households_final_demand_for_appliances_electricity_households_appliances_washing_machine_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_appliances_electricity_households_appliances_other_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption, energy consumption from vacuum cleaners issubtracted from the category 'other'; author: Joint Research Center (JRC); year: 2091" + +- fields: + - households_final_demand_for_cooling_electricity_households_cooling_airconditioning_electricity_parent_share + message: + "Data on type of electric cooling is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_cooling_electricity_households_cooling_heatpump_ground_water_electricity_parent_share + message: + "Data on type of electric cooling is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - households_final_demand_for_cooling_electricity_households_cooling_heatpump_air_water_electricity_parent_share + message: + "Data on type of electric cooling is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - input_percentage_of_ht_steam_hot_water_households_final_demand_steam_hot_water + message: + "No data available. Fallback value set to 1.0 to ensure share totals sum to 1." + +- fields: + - input_percentage_of_lt_steam_hot_water_households_final_demand_steam_hot_water + message: + "No data available. Fallback value set to 0.0 to ensure share totals sum to 1." + +- fields: + - input_percentage_of_mt_steam_hot_water_households_final_demand_steam_hot_water + message: + "No data available. Fallback value set to 0.0 to ensure share totals sum to 1." + +- fields: + - present_number_of_apartments_2005_present + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_apartments_1985_2004 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_apartments_1965_1984 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_apartments_1945_1964 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_apartments_before_1945 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_terraced_houses_2005_present + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_terraced_houses_1985_2004 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_terraced_houses_1965_1984 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_terraced_houses_1945_1964 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_terraced_houses_before_1945 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_semi_detached_houses_2005_present + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_semi_detached_houses_1985_2004 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_semi_detached_houses_1965_1984 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_semi_detached_houses_1945_1964 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_semi_detached_houses_before_1945 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_detached_houses_2005_present + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_detached_houses_1985_2004 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_detached_houses_1965_1984 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_detached_houses_1945_1964 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - present_number_of_detached_houses_before_1945 + message: + "Data sourced from the Belgian Land Registry (2025). Number of dwellings, not buildings." + +- fields: + - typical_useful_demand_for_space_heating_apartments_future + message: + "Based on future Flemish EPB Building standards, theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_apartments_2005_present + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_apartments_1985_2004 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_apartments_1965_1984 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_apartments_1945_1964 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_apartments_before_1945 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_terraced_houses_future + message: + "Based on future Flemish EPB Building standards, theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_terraced_houses_2005_present + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_terraced_houses_1985_2004 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_terraced_houses_1965_1984 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_terraced_houses_1945_1964 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_terraced_houses_before_1945 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_semi_detached_houses_future + message: + "Based on future Flemish EPB Building standards, theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_semi_detached_houses_2005_present + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_semi_detached_houses_1985_2004 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_semi_detached_houses_1965_1984 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_semi_detached_houses_1945_1964 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_semi_detached_houses_before_1945 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_detached_houses_future + message: + "Based on future Flemish EPB Building standards, theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_detached_houses_2005_present + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_detached_houses_1985_2004 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_detached_houses_1965_1984 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_detached_houses_1945_1964 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - typical_useful_demand_for_space_heating_detached_houses_before_1945 + message: + "Based on combined 2022 Flemish EPC statistics for Antwerp (Provincie-in-cijfers + Energiekaart Vlaanderen), theoretical Energy Score corrected according to real consumption profiles, based on Ugent research 'Analyse naar de haalbaarheid van statistische modellen die energiegebruik in woningen kunnen voorspellen op basis van gebouwparameters', Matthias Van Hove, Marc Delghust, Arnold Janssens" + +- fields: + - present_share_of_apartments_2005_present_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_apartments_1985_2004_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_apartments_1965_1984_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_apartments_1945_1964_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_apartments_before_1945_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_terraced_houses_2005_present_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_terraced_houses_1985_2004_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_terraced_houses_1965_1984_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_terraced_houses_1945_1964_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_terraced_houses_before_1945_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_semi_detached_houses_2005_present_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_semi_detached_houses_1985_2004_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_semi_detached_houses_1965_1984_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_semi_detached_houses_1945_1964_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_semi_detached_houses_before_1945_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_detached_houses_2005_present_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_detached_houses_1985_2004_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_detached_houses_1965_1984_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_detached_houses_1945_1964_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - present_share_of_detached_houses_before_1945_in_useful_demand_for_space_heating + message: + "Derived from the hotmaps project (2018), overview of building age and energy demand of all EU countries, see https://gitlab.com/hotmaps/building-stock/-/blob/master/README.md?ref_type=heads." + +- fields: + - buildings_final_demand_electricity_buildings_final_demand_for_space_heating_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_electricity_buildings_final_demand_for_cooling_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_electricity_buildings_final_demand_for_lighting_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_electricity_buildings_final_demand_for_appliances_electricity_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_network_gas_buildings_final_demand_for_space_heating_network_gas_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_network_gas_buildings_final_demand_for_appliances_network_gas_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_network_gas_buildings_final_demand_for_cooling_network_gas_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_wood_pellets_buildings_final_demand_for_space_heating_wood_pellets_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_wood_pellets_buildings_final_demand_for_appliances_wood_pellets_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_crude_oil_buildings_final_demand_for_space_heating_crude_oil_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_crude_oil_buildings_final_demand_for_appliances_crude_oil_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_coal_buildings_final_demand_for_space_heating_coal_parent_share + message: + "No known coal consumption based on the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_coal_buildings_final_demand_for_appliances_coal_parent_share + message: + "No known coal consumption based on the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_network_gas_parent_share + message: + "Derived from the results of the TYNDP (draft) scenario's into 2015 country final demands as there was no data found for 2019, therefore outcomes may differ; author: entso-e & entso-g; year:2027" + +- fields: + - buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_heatpump_air_water_network_gas_parent_share + message: + "Derived from the results of the TYNDP (draft) scenario's into 2015 country final demands as there was no data found for 2019, therefore outcomes may differ; author: entso-e & entso-g; year:2026" + +- fields: + - buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_hybrid_heatpump_air_water_electricity_parent_share + message: + "No data available. Set to 0.0." + +- fields: + - buildings_final_demand_for_space_heating_electricity_buildings_space_heater_electricity_parent_share + message: + "Derived from the results of the TYNDP (draft) scenario's into 2015 country final demands as there was no data found for 2019, therefore outcomes may differ; author: entso-e & entso-g; year:2023" + +- fields: + - buildings_final_demand_for_space_heating_electricity_buildings_space_heater_collective_heatpump_water_water_ts_electricity_parent_share + message: + "Derived from the results of the TYNDP (draft) scenario's into 2015 country final demands as there was no data found for 2019, therefore outcomes may differ; author: entso-e & entso-g; year:2022" + +- fields: + - buildings_final_demand_for_space_heating_electricity_buildings_space_heater_heatpump_air_water_electricity_parent_share + message: + "Derived from the results of the TYNDP (draft) scenario's into 2015 country final demands as there was no data found for 2019, therefore outcomes may differ; author: entso-e & entso-g; year:2024" + +- fields: + - buildings_final_demand_for_space_heating_electricity_buildings_space_heater_hybrid_heatpump_air_water_electricity_parent_share + message: + "No data available. Set to 0.0." + +- fields: + - buildings_final_demand_for_lighting_electricity_buildings_lighting_efficient_fluorescent_electricity_parent_share + message: + "Data on type of lighting is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_for_lighting_electricity_buildings_lighting_standard_fluorescent_electricity_parent_share + message: + "Data on type of lighting is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_for_lighting_electricity_buildings_lighting_led_electricity_parent_share + message: + "Data on type of lighting is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_for_cooling_electricity_buildings_cooling_airconditioning_electricity_parent_share + message: + "Data on type of electric cooling is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_for_cooling_electricity_buildings_cooling_heatpump_air_water_electricity_parent_share + message: + "Data on type of electric cooling is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - buildings_final_demand_for_cooling_electricity_buildings_cooling_collective_heatpump_water_water_ts_electricity_parent_share + message: + "Data on type of electric cooling is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2019" + +- fields: + - present_number_of_buildings + message: + "Based on the valid EPC certifications and assumption that 1/3th of small residential buildings " + +- fields: + - input_percentage_of_ht_steam_hot_water_buildings_final_demand_steam_hot_water + message: + "No data available. Fallback value set to 1.0 to ensure share totals sum to 1." + +- fields: + - input_percentage_of_mt_steam_hot_water_buildings_final_demand_steam_hot_water + message: + "No data available. Fallback value set to 0.0 to ensure share totals sum to 1." + +- fields: + - input_percentage_of_lt_steam_hot_water_buildings_final_demand_steam_hot_water + message: + "No data available. Fallback value set to 0.0 to ensure share totals sum to 1." + +- fields: + - typical_useful_demand_for_space_heating_buildings_present + message: + "Data sourced from Flemish Energy and Climate agency. -> EnergiekaartVlaanderen --> EPC Niet-residentieel Grote gebouwen --> Weighted average (data 2023-2025)" + +- fields: + - typical_useful_demand_for_space_heating_buildings_future + message: + "Data sourced from Flemish Energy and Climate agency. --> EPB legislation -> average number (E-peil) non residential buildings" + +- fields: + - transport_road_mixer_gasoline_transport_car_using_gasoline_mix_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie) and national registry of vehicles (https://statbel.fgov.be/nl/themas/mobiliteit/verkeer/voertuigenpark)" + +- fields: + - transport_road_mixer_gasoline_transport_bus_using_gasoline_mix_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie) and national registry of vehicles (https://statbel.fgov.be/nl/themas/mobiliteit/verkeer/voertuigenpark)" + +- fields: + - transport_road_mixer_gasoline_transport_truck_using_gasoline_mix_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie) and national registry of vehicles (https://statbel.fgov.be/nl/themas/mobiliteit/verkeer/voertuigenpark)" + +- fields: + - transport_road_mixer_gasoline_transport_motorcycle_using_gasoline_mix_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie) and national registry of vehicles (https://statbel.fgov.be/nl/themas/mobiliteit/verkeer/voertuigenpark)" + +- fields: + - transport_road_mixer_gasoline_transport_van_using_gasoline_mix_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie) and national registry of vehicles (https://statbel.fgov.be/nl/themas/mobiliteit/verkeer/voertuigenpark)" + +- fields: + - transport_road_mixer_diesel_transport_car_using_diesel_mix_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - transport_road_mixer_diesel_transport_bus_using_diesel_mix_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - transport_road_mixer_diesel_transport_van_using_diesel_mix_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - transport_road_mixer_diesel_transport_truck_using_diesel_mix_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - transport_final_demand_for_road_electricity_transport_car_using_electricity_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie) and national registry of vehicles (https://statbel.fgov.be/nl/themas/mobiliteit/verkeer/voertuigenpark)" + +- fields: + - transport_final_demand_for_road_electricity_transport_bus_using_electricity_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie) and national registry of vehicles (https://statbel.fgov.be/nl/themas/mobiliteit/verkeer/voertuigenpark)" + +- fields: + - transport_final_demand_for_road_electricity_transport_truck_using_electricity_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie) and national registry of vehicles (https://statbel.fgov.be/nl/themas/mobiliteit/verkeer/voertuigenpark)" + +- fields: + - transport_final_demand_for_road_electricity_transport_motorcycle_using_electricity_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie) and national registry of vehicles (https://statbel.fgov.be/nl/themas/mobiliteit/verkeer/voertuigenpark)" + +- fields: + - transport_final_demand_for_road_electricity_transport_bicycle_using_electricity_parent_share + message: + "No reliable data source exists on the electricity demand for electric bikes, assumption is made that electric bikes are charged at home and therefore demand is included in 'appliances'" + +- fields: + - transport_final_demand_for_road_electricity_transport_van_using_electricity_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie) and national registry of vehicles (https://statbel.fgov.be/nl/themas/mobiliteit/verkeer/voertuigenpark)" + +- fields: + - transport_road_mixer_compressed_network_gas_transport_car_using_compressed_natural_gas_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - transport_road_mixer_compressed_network_gas_transport_bus_using_compressed_natural_gas_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - transport_road_mixer_compressed_network_gas_transport_truck_using_compressed_natural_gas_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - transport_road_mixer_compressed_network_gas_transport_van_using_compressed_natural_gas_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - input_transport_road_car_hydrogen_share + message: + "Based on data from the European Hydrogen Observatory (https://observatory.clean-hydrogen.europa.eu/hydrogen-landscape/end-use/hydrogen-fuel-cell-electric-vehicles)" + +- fields: + - transport_final_demand_for_road_hydrogen_transport_bus_using_hydrogen_parent_share + message: + "Based on data from the European Hydrogen Observatory (https://observatory.clean-hydrogen.europa.eu/hydrogen-landscape/end-use/hydrogen-fuel-cell-electric-vehicles)" + +- fields: + - transport_final_demand_for_road_hydrogen_transport_truck_using_hydrogen_parent_share + message: + "Based on data from the European Hydrogen Observatory (https://observatory.clean-hydrogen.europa.eu/hydrogen-landscape/end-use/hydrogen-fuel-cell-electric-vehicles)" + +- fields: + - transport_final_demand_for_road_hydrogen_transport_van_using_hydrogen_parent_share + message: + "Based on data from the European Hydrogen Observatory (https://observatory.clean-hydrogen.europa.eu/hydrogen-landscape/end-use/hydrogen-fuel-cell-electric-vehicles)" + +- fields: + - transport_road_mixer_lng_transport_truck_using_lng_mix_parent_share + message: + "Data on LNG use in trucks is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2021" + +- fields: + - transport_road_mixer_lng_transport_bus_using_lng_mix_parent_share + message: + "Data on LNG use in busses is not available in the annual POTEnCIA reports on country energy consumption, dummy data based on the NL dataset was used to fill in the split; author: Joint Research Center (JRC); year: 2020" + +- fields: + - transport_final_demand_for_road_lpg_transport_car_using_lpg_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - transport_final_demand_for_road_lpg_transport_van_using_lpg_parent_share + message: + "Derived from the annual POTEnCIA reports on country energy consumption; author: Joint Research Center (JRC); year: 2019" + +- fields: + - transport_final_demand_for_rail_electricity_transport_freight_train_using_electricity_parent_share + message: + "Gebaseerd op de dataset die door Quintel in samenwerking met DNV GL is opgesteld. De meeste waardes zijn afkomstig van DNV GL en/of de Emissieinventaris (https://www.antwerpenmorgen.be/projecten/emissie-inventaris/over). In het geval waardes niet beschikbaar waren, zijn deze pro rata geschaald naar de landelijke waardes voor Belgie." + +- fields: + - transport_final_demand_for_rail_electricity_transport_tram_using_electricity_parent_share + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - transport_final_demand_for_rail_electricity_transport_passenger_train_using_electricity_parent_share + message: + "Gebaseerd op de dataset die door Quintel in samenwerking met DNV GL is opgesteld. De meeste waardes zijn afkomstig van DNV GL en/of de Emissieinventaris (https://www.antwerpenmorgen.be/projecten/emissie-inventaris/over). In het geval waardes niet beschikbaar waren, zijn deze pro rata geschaald naar de landelijke waardes voor Belgie." + +- fields: + - transport_rail_mixer_diesel_transport_freight_train_using_diesel_mix_parent_share + message: + "Gebaseerd op de dataset die door Quintel in samenwerking met DNV GL is opgesteld. De meeste waardes zijn afkomstig van DNV GL en/of de Emissieinventaris (https://www.antwerpenmorgen.be/projecten/emissie-inventaris/over). In het geval waardes niet beschikbaar waren, zijn deze pro rata geschaald naar de landelijke waardes voor Belgie." + +- fields: + - transport_rail_mixer_diesel_transport_passenger_train_using_diesel_mix_parent_share + message: + "Gebaseerd op de dataset die door Quintel in samenwerking met DNV GL is opgesteld. De meeste waardes zijn afkomstig van DNV GL en/of de Emissieinventaris (https://www.antwerpenmorgen.be/projecten/emissie-inventaris/over). In het geval waardes niet beschikbaar waren, zijn deze pro rata geschaald naar de landelijke waardes voor Belgie." + +- fields: + - number_of_cars + message: + "Data sourced from the SPF Mobility (https://mobilit.belgium.be/nl/documenten/open-data/wegverkeer/wagenpark)" + +- fields: + - input_transport_road_human_powered_bicycle_demand + message: + "Data sourced from the Flemish Mobility Research (OGV)" + +- fields: + - number_of_trucks + message: + "Data sourced from the SPF Mobility (https://mobilit.belgium.be/nl/documenten/open-data/wegverkeer/wagenpark)" + +- fields: + - number_of_busses + message: + "Data sourced from the SPF Mobility (https://mobilit.belgium.be/nl/documenten/open-data/wegverkeer/wagenpark)" + +- fields: + - number_of_vans + message: + "Data sourced from the SPF Mobility (https://mobilit.belgium.be/nl/documenten/open-data/wegverkeer/wagenpark)" + +- fields: + - input_industry_metal_steel_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_industry_steel_blastfurnace_bof_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_industry_steel_scrap_hbi_eaf_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_cokesoven_transformation_coal_input_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_cokesoven_transformation_coal_gas_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_cokesoven_transformation_cokes_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_cokesoven_transformation_loss_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_blastfurnace_transformation_coal_input_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_blastfurnace_transformation_cokes_input_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_blastfurnace_transformation_coal_gas_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_blastfurnace_transformation_loss_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_combined_cycle_coal_gas_coal_gas_input_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_coal_gas_coal_gas_input_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_combined_cycle_coal_gas_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_combined_cycle_coal_gas_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_combined_cycle_coal_gas_loss_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_chp_coal_gas_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_coal_gas_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_coal_gas_steam_hot_water_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_coal_gas_loss_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_coal_industry_steel_blastfurnace_bof_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_coal_industry_steel_scrap_hbi_eaf_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_cokes_industry_steel_blastfurnace_bof_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_cokes_industry_steel_scrap_hbi_eaf_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_crude_oil_industry_steel_blastfurnace_bof_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_crude_oil_industry_steel_scrap_hbi_eaf_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_electricity_industry_steel_blastfurnace_bof_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_electricity_industry_steel_scrap_hbi_eaf_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_network_gas_industry_steel_blastfurnace_bof_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_network_gas_industry_steel_scrap_hbi_eaf_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_steam_hot_water_industry_steel_blastfurnace_bof_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_steam_hot_water_industry_steel_scrap_hbi_eaf_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_wood_pellets_industry_steel_blastfurnace_bof_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_steel_wood_pellets_industry_steel_scrap_hbi_eaf_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_industry_metal_aluminium_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_industry_aluminium_electrolysis_current_electricity_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_industry_aluminium_smeltoven_electricity_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_aluminium_electricity_industry_aluminium_electrolysis_current_electricity_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_metal_aluminium_electricity_industry_aluminium_smeltoven_electricity_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_aluminium_burner_network_gas_industry_aluminium_electrolysis_current_electricity_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_aluminium_burner_network_gas_industry_aluminium_smeltoven_electricity_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_industry_refinery_transformation_crude_oil_other_oil_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_industry_refinery_transformation_crude_oil_gasoline_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_industry_refinery_transformation_crude_oil_heavy_fuel_oil_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_industry_refinery_transformation_crude_oil_kerosene_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_industry_refinery_transformation_crude_oil_lpg_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_industry_refinery_transformation_crude_oil_refinery_gas_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_industry_refinery_transformation_crude_oil_diesel_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_other_food_electricity_industry_useful_demand_for_other_food_electricity_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_other_food_electricity_industry_other_food_heater_electricity_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_other_paper_electricity_industry_useful_demand_for_other_paper_electricity_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_final_demand_for_other_paper_electricity_industry_other_paper_heater_electricity_parent_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_coal_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_ultra_supercritical_coal_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_coal_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_supercritical_coal_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_supercritical_coal_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_supercritical_coal_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_combined_cycle_coal_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_combined_cycle_coal_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_cofiring_coal_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_ultra_supercritical_cofiring_coal_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_cofiring_coal_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_combined_cycle_ccs_coal_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_combined_cycle_ccs_coal_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_ccs_coal_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_ultra_supercritical_ccs_coal_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_ccs_coal_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_lignite_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_ultra_supercritical_lignite_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_lignite_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_oxyfuel_ccs_lignite_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_ultra_supercritical_oxyfuel_ccs_lignite_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_oxyfuel_ccs_lignite_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_network_gas_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_ultra_supercritical_network_gas_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_network_gas_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_turbine_network_gas_production + message: + "Data sourced from the City's emission inventory (2022)" + +- fields: + - energy_power_turbine_network_gas_full_load_hours + message: + "Gebaseerd op gemiddelde Belgische vollasturen (2013)" + +- fields: + - input_energy_power_turbine_network_gas_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_power_engine_network_gas_production + message: + "No data available in the Energy Balance, set to 0.0" + +- fields: + - energy_power_engine_network_gas_full_load_hours + message: + "No sufficient European source found, full load hours are estimated; year: 2019; author: Quintel" + +- fields: + - input_energy_power_engine_network_gas_electricity_output_conversion + message: + "No data available in the Energy Balance, number is based on NL2015." + +- fields: + - input_energy_power_combined_cycle_network_gas_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_combined_cycle_network_gas_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_combined_cycle_network_gas_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_combined_cycle_ccs_network_gas_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_combined_cycle_ccs_network_gas_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_nuclear_gen2_uranium_oxide_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_nuclear_gen2_uranium_oxide_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_nuclear_gen2_uranium_oxide_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_nuclear_gen3_uranium_oxide_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_nuclear_gen3_uranium_oxide_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_nuclear_gen3_uranium_oxide_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_crude_oil_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_ultra_supercritical_crude_oil_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_ultra_supercritical_crude_oil_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_engine_diesel_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_engine_diesel_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_engine_diesel_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_wind_turbine_offshore_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_wind_turbine_offshore_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_wind_turbine_coastal_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_wind_turbine_coastal_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_wind_turbine_inland_production + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - energy_power_wind_turbine_inland_full_load_hours + message: + "Gebaseerd op productie-opbrengst uit de emissie-inventaris 2022 en geïnstalleerd vermogen uit Provincie in Cijfers. " + +- fields: + - input_energy_power_solar_pv_solar_radiation_production + message: + "In the solar panel data, there is no separate category for large-scale installations." + +- fields: + - input_solar_panels_roofs_and_parks_full_load_hours + message: + "Gebaseerd op gemiddelde Belgische vollasturen (2013)" + +- fields: + - flh_solar_pv_solar_radiation_max + message: + "Based on average full load hours of the Netherlands (2019) as default. These full load hours will change in the future year due to the electricity merit order." + +- fields: + - input_energy_power_solar_csp_solar_radiation_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_hydro_river_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_hydro_river_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_hydro_mountain_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_hydro_mountain_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_geothermal_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_geothermal_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_supercritical_ccs_waste_mix_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_supercritical_waste_mix_production + message: + "The current waste incinerators are CHP's, there are no waste incinerators that are purely supplying electricity in the area covered by the emission inventory. " + +- fields: + - energy_power_supercritical_waste_mix_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_supercritical_ccs_waste_mix_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_power_supercritical_ccs_waste_mix_full_load_hours + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_power_supercritical_waste_mix_electricity_output_conversion + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_chp_turbine_gas_power_fuelmix_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_chp_turbine_gas_power_fuelmix_full_load_hours + message: + "Based on average full load hours of the Netherlands (2019) as default. These full load hours will change in the future year due to the electricity merit order." + +- fields: + - input_industry_chp_turbine_gas_power_fuelmix_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_industry_chp_turbine_gas_power_fuelmix_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - industry_chp_engine_gas_power_fuelmix_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_chp_engine_gas_power_fuelmix_full_load_hours + message: + "Based on average full load hours of the Netherlands (2019) as default. These full load hours will change in the future year due to the electricity merit order." + +- fields: + - input_industry_chp_engine_gas_power_fuelmix_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_industry_chp_engine_gas_power_fuelmix_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - industry_chp_combined_cycle_gas_power_fuelmix_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_chp_combined_cycle_gas_power_fuelmix_full_load_hours + message: + "Based on average full load hours of the Netherlands (2019) as default. These full load hours will change in the future year due to the electricity merit order." + +- fields: + - input_industry_chp_combined_cycle_gas_power_fuelmix_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_industry_chp_combined_cycle_gas_power_fuelmix_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - industry_chp_ultra_supercritical_coal_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_chp_ultra_supercritical_coal_full_load_hours + message: + "Based on average full load hours of the Netherlands (2019) as default. These full load hours will change in the future year due to the electricity merit order." + +- fields: + - input_industry_chp_ultra_supercritical_coal_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_industry_chp_ultra_supercritical_coal_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - industry_chp_wood_pellets_demand + message: + "Apparaat recent toegevoegd aan model. Waarde op 0 gezet." + +- fields: + - industry_chp_wood_pellets_full_load_hours + message: + "Based on average full load hours of the Netherlands (2019) as default. These full load hours will change in the future year due to the electricity merit order." + +- fields: + - input_industry_chp_wood_pellets_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_industry_chp_wood_pellets_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - agriculture_chp_engine_biogas_demand + message: + "New attribute (added to ETM in Dec 2022), set to zero." + +- fields: + - agriculture_chp_engine_biogas_full_load_hours + message: + "New attribute (added to ETM in Dec 2022), set to a default value based on Netherlands 2019." + +- fields: + - agriculture_chp_engine_network_gas_dispatchable_demand + message: + "New attribute (added to ETM in Dec 2022), set to zero." + +- fields: + - agriculture_chp_engine_network_gas_dispatchable_full_load_hours + message: + "New attribute (added to ETM in Dec 2022), set to a default value based on Netherlands 2019." + +- fields: + - agriculture_chp_wood_pellets_demand + message: + "New attribute (added to ETM in Dec 2022), set to zero." + +- fields: + - agriculture_chp_wood_pellets_full_load_hours + message: + "New attribute (added to ETM in Dec 2022), set to a default value based on Netherlands 2019." + +- fields: + - input_agriculture_chp_engine_biogas_electricity_output_conversion + message: + "New attribute (added to ETM in Dec 2022), set to a default value based on Netherlands 2019." + +- fields: + - input_agriculture_chp_engine_biogas_steam_hot_water_output_conversion + message: + "New attribute (added to ETM in Dec 2022), set to a default value based on Netherlands 2019." + +- fields: + - input_agriculture_chp_engine_network_gas_dispatchable_electricity_output_conversion + message: + "New attribute (added to ETM in Dec 2022), set to a default value based on Netherlands 2019." + +- fields: + - input_agriculture_chp_engine_network_gas_dispatchable_steam_hot_water_output_conversion + message: + "New attribute (added to ETM in Dec 2022), set to a default value based on Netherlands 2019." + +- fields: + - input_agriculture_chp_wood_pellets_electricity_output_conversion + message: + "New attribute (added to ETM in Dec 2022), set to a default value based on Netherlands 2019." + +- fields: + - input_agriculture_chp_wood_pellets_steam_hot_water_output_conversion + message: + "New attribute (added to ETM in Dec 2022), set to a default value based on Netherlands 2019." + +- fields: + - input_energy_chp_supercritical_waste_mix_full_load_hours + message: + "Gebaseerd op gemiddelde Belgische vollasturen (2013)" + +- fields: + - input_industry_chp_turbine_hydrogen_electricity_output_conversion + message: + "No data available, set to default values" + +- fields: + - input_industry_chp_turbine_hydrogen_steam_hot_water_output_conversion + message: + "No data available, set to default values" + +- fields: + - input_energy_chp_combined_cycle_ht_network_gas_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_combined_cycle_mt_network_gas_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_local_engine_ht_biogas_production + message: + "Klimaatmonitor (2016). URL: https://klimaatmonitor.databank.nl/Jive?workspace_guid=7d85d44f-1169-4d6e-bec3-b0307f9296f5" + +- fields: + - input_energy_chp_local_engine_ht_network_gas_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_local_engine_mt_biogas_production + message: + "No data available. All CHPs are assumed to produce only HT heat and zero MT heat." + +- fields: + - input_energy_chp_local_engine_mt_network_gas_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_local_ht_wood_pellets_production + message: + "Klimaatmonitor (2016). URL: https://klimaatmonitor.databank.nl/Jive?workspace_guid=7d85d44f-1169-4d6e-bec3-b0307f9296f5" + +- fields: + - input_energy_chp_local_mt_wood_pellets_production + message: + "No data available. All CHPs are assumed to produce only HT heat and zero MT heat." + +- fields: + - input_energy_chp_supercritical_ht_waste_mix_production + message: + "Gebaseerd op de dataset die door Quintel in samenwerking met DNV GL is opgesteld. De meeste waardes zijn afkomstig van DNV GL en/of de Emissieinventaris (https://www.antwerpenmorgen.be/projecten/emissie-inventaris/over). In het geval waardes niet beschikbaar waren, zijn deze pro rata geschaald naar de landelijke waardes voor Belgie." + +- fields: + - input_energy_chp_supercritical_mt_waste_mix_production + message: + "No data available. All CHPs are assumed to produce only HT heat and zero MT heat." + +- fields: + - input_energy_chp_ultra_supercritical_cofiring_ht_coal_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_ultra_supercritical_cofiring_mt_coal_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_ultra_supercritical_ht_coal_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_ultra_supercritical_ht_lignite_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_ultra_supercritical_mt_coal_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_chp_ultra_supercritical_mt_lignite_production + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - industry_chp_turbine_hydrogen_demand + message: + "No data available, set to default values" + +- fields: + - industry_chp_turbine_hydrogen_full_load_hours + message: + "No data available, set to default values" + +- fields: + - input_energy_chp_local_wood_pellets_full_load_hours + message: + "Gebaseerd op gemiddelde Belgische vollasturen (2013)" + +- fields: + - input_energy_chp_local_wood_pellets_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_local_wood_pellets_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_local_engine_biogas_full_load_hours + message: + "Gebaseerd op gemiddelde Belgische vollasturen (2013)" + +- fields: + - input_energy_chp_local_engine_biogas_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_local_engine_biogas_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_ultra_supercritical_coal_full_load_hours + message: + "Based on average full load hours of the Netherlands (2019) as default. These full load hours will change in the future year due to the electricity merit order." + +- fields: + - input_energy_chp_ultra_supercritical_coal_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_ultra_supercritical_coal_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_ultra_supercritical_cofiring_coal_full_load_hours + message: + "Based on average full load hours of the Netherlands (2019) as default. These full load hours will change in the future year due to the electricity merit order." + +- fields: + - input_energy_chp_ultra_supercritical_cofiring_coal_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_ultra_supercritical_cofiring_coal_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_ultra_supercritical_lignite_full_load_hours + message: + "Based on average full load hours of the Netherlands (2019) as default. These full load hours will change in the future year due to the electricity merit order." + +- fields: + - input_energy_chp_ultra_supercritical_lignite_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_ultra_supercritical_lignite_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_combined_cycle_network_gas_full_load_hours + message: + "Gebaseerd op gemiddelde Belgische vollasturen (2013)" + +- fields: + - input_energy_chp_combined_cycle_network_gas_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_combined_cycle_network_gas_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_local_engine_network_gas_full_load_hours + message: + "Gebaseerd op gemiddelde Belgische vollasturen (2013)" + +- fields: + - input_energy_chp_local_engine_network_gas_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_local_engine_network_gas_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_supercritical_waste_mix_electricity_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - input_energy_chp_supercritical_waste_mix_steam_hot_water_output_conversion + message: + "Efficiency researched by Quintel. Source data can be found below the slider of this plant in the ETM front-end" + +- fields: + - energy_heat_import_ht_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - energy_heat_import_lt_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - energy_heat_import_mt_steam_hot_water_demand + message: + "No relevant data available" + +- fields: + - industry_heat_burner_hydrogen_demand + message: + "No relevant data available" + +- fields: + - industry_heat_burner_hydrogen_full_load_hours + message: + "No data available, set to default values" + +- fields: + - industry_heat_burner_lignite_demand + message: + "No relevant data available" + +- fields: + - industry_heat_burner_lignite_full_load_hours + message: + "No data available, set to default values" + +- fields: + - input_industry_heat_burner_lignite_steam_hot_water_output_conversion + message: + "No data available, set to default values" + +- fields: + - industry_heat_burner_coal_demand + message: + "No relevant data available" + +- fields: + - industry_heat_burner_coal_full_load_hours + message: + "No data available, set to default values" + +- fields: + - input_industry_heat_burner_coal_steam_hot_water_output_conversion + message: + "No data available, set to default values" + +- fields: + - industry_heat_well_geothermal_demand + message: + "No relevant data available" + +- fields: + - industry_heat_burner_crude_oil_demand + message: + "No relevant data available" + +- fields: + - industry_heat_burner_crude_oil_full_load_hours + message: + "No data available, set to default values" + +- fields: + - input_industry_heat_burner_hydrogen_steam_hot_water_output_conversion + message: + "No data available, set to default values" + +- fields: + - input_industry_heat_burner_crude_oil_steam_hot_water_output_conversion + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_boiler_electricity_steam_hot_water_output_conversion + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_boiler_ht_electricity_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_boiler_lt_electricity_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_boiler_mt_electricity_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_coal_full_load_hours + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_burner_coal_steam_hot_water_output_conversion + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_burner_crude_oil_full_load_hours + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_burner_crude_oil_steam_hot_water_output_conversion + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_burner_ht_coal_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_ht_crude_oil_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_ht_hydrogen_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_ht_network_gas_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_ht_waste_mix_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_ht_wood_pellets_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_hydrogen_steam_hot_water_output_conversion + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_burner_lt_hydrogen_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_mt_coal_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_mt_crude_oil_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_mt_hydrogen_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_mt_network_gas_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_mt_waste_mix_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_mt_wood_pellets_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_burner_network_gas_full_load_hours + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_burner_network_gas_steam_hot_water_output_conversion + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_burner_waste_mix_full_load_hours + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_burner_waste_mix_steam_hot_water_output_conversion + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_burner_wood_pellets_full_load_hours + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_burner_wood_pellets_steam_hot_water_output_conversion + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_heatpump_water_water_electricity_full_load_hours + message: + "No data available, set to default values" + +- fields: + - input_energy_heat_heatpump_water_water_ht_electricity_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_heatpump_water_water_lt_electricity_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_heatpump_water_water_mt_electricity_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_solar_ht_solar_thermal_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_solar_lt_solar_thermal_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_solar_mt_solar_thermal_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_solar_solar_thermal_full_load_hours + message: + "Full load hours based on global horizontal irradiation (GHI) data from renewables.ninja. This GHI data is converted to solar thermal production. For more information see: https://github.com/quintel/etdataset-public/blob/master/curves/supply/solar_thermal/script/README.md" + +- fields: + - input_energy_heat_well_deep_ht_geothermal_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_well_deep_mt_geothermal_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_well_shallow_heatpump_mt_geothermal_production + message: + "No relevant data available" + +- fields: + - input_energy_heat_well_shallow_lt_geothermal_production + message: + "No relevant data available" + +- fields: + - energy_distribution_biogenic_waste_energy_distribution_waste_mix_child_share + message: + "Approximation of the sector representation (2016) and the emission inventory 2022" + +- fields: + - energy_distribution_non_biogenic_waste_energy_distribution_waste_mix_child_share + message: + "Approximation of the sector representation (2016) and the emission inventory 2022" + +- fields: + - input_percentage_of_diesel_households_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_biodiesel_households_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_kerosene_households_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_bio_kerosene_households_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_lpg_households_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_bio_oil_households_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_crude_oil_households_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_diesel_buildings_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_biodiesel_buildings_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_kerosene_buildings_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_bio_kerosene_buildings_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_lpg_buildings_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_bio_oil_buildings_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_crude_oil_buildings_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_diesel_agriculture_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_biodiesel_agriculture_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_kerosene_agriculture_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_bio_kerosene_agriculture_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_lpg_agriculture_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_bio_oil_agriculture_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_crude_oil_agriculture_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_share_mixer_gas_fuel_bio_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_share_mixer_gas_fuel_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_share_mixer_gas_fuel_network_gas + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_diesel_industry_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_biodiesel_industry_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_kerosene_industry_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_bio_kerosene_industry_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_lpg_industry_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_bio_oil_industry_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - input_percentage_of_crude_oil_industry_final_demand_crude_oil + message: + "Eurostat Energy Balance" + +- fields: + - analysis_year + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - number_of_inhabitants + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - total_land_area + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - areable_land + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - coast_line + message: + "Data is not relevant for Antwerp. " + +- fields: + - offshore_suitable_for_wind + message: + "Based on the assumption that Bregilab prognosis (2019) was based on turbines of Enercon type 2,3 MW (pg 12 in the Bregilab report) while in reality most installed wind turbines in Antwerp are 4 MW" + +- fields: + - residences_roof_surface_available_for_pv + message: + "Gebaseerd op totale potentiële capaciteit volgens Bregilab (2019), gecorrigeerd voor gemiddelde capaciteit en grootte zonnepanelen 2024 (Jinko 440Wp All Black Tiger Neo N-Type)" + +- fields: + - buildings_roof_surface_available_for_pv + message: + "Gebaseerd op totale potentiële capaciteit volgens Bregilab (2019), gecorrigeerd voor gemiddelde capaciteit en grootte zonnepanelen 2024 (Jinko 440Wp All Black Tiger Neo N-Type)" + +- fields: + - co2_emission_1990 + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - co2_emission_1990_aviation_bunkers + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - co2_emission_1990_marine_bunkers + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - energetic_emissions_other_ghg_households + message: + "Emissions included in non-energetic CO2-emissions" + +- fields: + - energetic_emissions_other_ghg_buildings + message: + "Emissions included in non-energetic CO2-emissions" + +- fields: + - energetic_emissions_other_ghg_industry + message: + "Emissions included in non-energetic CO2-emissions" + +- fields: + - energetic_emissions_other_ghg_energy + message: + "Emissions included in non-energetic CO2-emissions" + +- fields: + - energetic_emissions_other_ghg_transport + message: + "Emissions included in non-energetic CO2-emissions" + +- fields: + - energetic_emissions_other_ghg_agriculture + message: + "Emissions included in non-energetic CO2-emissions" + +- fields: + - non_energetic_emissions_co2_chemical_industry + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - non_energetic_emissions_co2_waste_management + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - non_energetic_emissions_co2_other_industry + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - non_energetic_emissions_co2_agriculture_manure + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - non_energetic_emissions_co2_agriculture_soil_cultivation + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - indirect_emissions_co2 + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - non_energetic_emissions_other_ghg_chemical_industry + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - non_energetic_emissions_other_ghg_waste_management + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - non_energetic_emissions_other_ghg_other_industry + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - non_energetic_emissions_other_ghg_agriculture_manure + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - non_energetic_emissions_other_ghg_agriculture_soil_cultivation + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - non_energetic_emissions_other_ghg_agriculture_fermentation + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - non_energetic_emissions_other_ghg_agriculture_other + message: + "This data is not relevant nor available for Antwerp on industry-level" + +- fields: + - file_carriers_natural_gas_co2_conversion_per_mj + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - file_carriers_crude_oil_co2_conversion_per_mj + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - file_carriers_coal_co2_conversion_per_mj + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - file_carriers_lignite_co2_conversion_per_mj + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - file_carriers_non_biogenic_waste_co2_conversion_per_mj + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - file_carriers_diesel_co2_conversion_per_mj + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - file_carriers_gasoline_co2_conversion_per_mj + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - file_carriers_heavy_fuel_oil_co2_conversion_per_mj + message: + "Abstracted from the report 'Covenant of Mayors for Climate and Energy: Default emission factors for local emission inventories'; year: 2017; author: JRC" + +- fields: + - file_carriers_kerosene_co2_conversion_per_mj + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - file_carriers_lng_co2_conversion_per_mj + message: + "Abstracted from the report 'Covenant of Mayors for Climate and Energy: Default emission factors for local emission inventories'; year: 2017; author: JRC" + +- fields: + - file_carriers_lpg_co2_conversion_per_mj + message: + "Data sourced from Antwerp's emission inventory (2022 - https://stadincijfers.antwerpen.be/mosaic/dashboard-klimaat/klimaatmitigatie)" + +- fields: + - file_carriers_imported_electricity_co2_conversion_per_mj + message: + "Data sourced from Electricity maps (https://app.electricitymaps.com/zone/BE)" + +- fields: + - file_carriers_imported_heat_co2_conversion_per_mj + message: + "No validated data source available" + +- fields: + - file_carriers_imported_hydrogen_co2_conversion_per_mj + message: + "No validated data source available" + +- fields: + - file_carriers_propane_co2_conversion_per_mj + message: + "Abstracted from the report 'Covenant of Mayors for Climate and Energy: Default emission factors for local emission inventories'; year: 2017; author: JRC" + +- fields: + - file_carriers_imported_ammonia_co2_conversion_per_mj + message: + "No validated data source available" + +- fields: + - lv_net_total_costs_present + message: + "Based on the previous dataset of 2016, corrected with the ABEX-index for 2022" + +- fields: + - mv_net_total_costs_present + message: + "Based on the previous dataset of 2016, corrected with the ABEX-index for 2022" + +- fields: + - hv_net_total_costs_present + message: + "Based on the previous dataset of 2016, corrected with the ABEX-index for 2022" + +- fields: + - lv_mv_trafo_total_costs_present + message: + "Based on the previous dataset of 2016, corrected with the ABEX-index for 2022" + +- fields: + - mv_hv_trafo_total_costs_present + message: + "Based on the previous dataset of 2016, corrected with the ABEX-index for 2022" + +- fields: + - interconnection_net_costs_present + message: + "Based on the previous dataset of 2016, corrected with the ABEX-index for 2022" + +- fields: + - offshore_net_costs_present + message: + "Based on the previous dataset of 2016, corrected with the ABEX-index for 2022" + +- fields: + - lv_net_spare_capacity + message: + "Gebaseerd op de dataset die door Quintel in samenwerking met DNV GL is opgesteld. De meeste waardes zijn afkomstig van DNV GL en/of de Emissieinventaris (https://www.antwerpenmorgen.be/projecten/emissie-inventaris/over). In het geval waardes niet beschikbaar waren, zijn deze pro rata geschaald naar de landelijke waardes voor Belgie." + +- fields: + - mv_net_spare_capacity + message: + "Gebaseerd op de dataset die door Quintel in samenwerking met DNV GL is opgesteld. De meeste waardes zijn afkomstig van DNV GL en/of de Emissieinventaris (https://www.antwerpenmorgen.be/projecten/emissie-inventaris/over). In het geval waardes niet beschikbaar waren, zijn deze pro rata geschaald naar de landelijke waardes voor Belgie." + +- fields: + - hv_net_spare_capacity + message: + "Gebaseerd op de dataset die door Quintel in samenwerking met DNV GL is opgesteld. De meeste waardes zijn afkomstig van DNV GL en/of de Emissieinventaris (https://www.antwerpenmorgen.be/projecten/emissie-inventaris/over). In het geval waardes niet beschikbaar waren, zijn deze pro rata geschaald naar de landelijke waardes voor Belgie." + +- fields: + - lv_mv_trafo_spare_capacity + message: + "Gebaseerd op de dataset die door Quintel in samenwerking met DNV GL is opgesteld. De meeste waardes zijn afkomstig van DNV GL en/of de Emissieinventaris (https://www.antwerpenmorgen.be/projecten/emissie-inventaris/over). In het geval waardes niet beschikbaar waren, zijn deze pro rata geschaald naar de landelijke waardes voor Belgie." + +- fields: + - mv_hv_trafo_spare_capacity + message: + "Gebaseerd op de dataset die door Quintel in samenwerking met DNV GL is opgesteld. De meeste waardes zijn afkomstig van DNV GL en/of de Emissieinventaris (https://www.antwerpenmorgen.be/projecten/emissie-inventaris/over). In het geval waardes niet beschikbaar waren, zijn deze pro rata geschaald naar de landelijke waardes voor Belgie." + +- fields: + - lv_net_costs_per_capacity_step + message: + "Based on the previous dataset of 2016, corrected with the ABEX-index for 2022" + +- fields: + - mv_net_costs_per_capacity_step + message: + "Based on the previous dataset of 2016, corrected with the ABEX-index for 2022" + +- fields: + - hv_net_costs_per_capacity_step + message: + "Based on the previous dataset of 2016, corrected with the ABEX-index for 2022" + +- fields: + - lv_mv_trafo_costs_per_capacity_step + message: + "Based on the previous dataset of 2016, corrected with the ABEX-index for 2022" + +- fields: + - mv_hv_trafo_costs_per_capacity_step + message: + "Based on the previous dataset of 2016, corrected with the ABEX-index for 2022" + +- fields: + - energy_power_hv_network_loss_demand + message: + "Gebaseerd op de dataset die door Quintel in samenwerking met DNV GL is opgesteld. De meeste waardes zijn afkomstig van DNV GL en/of de Emissieinventaris (https://www.antwerpenmorgen.be/projecten/emissie-inventaris/over). In het geval waardes niet beschikbaar waren, zijn deze pro rata geschaald naar de landelijke waardes voor Belgie." + +- fields: + - interconnector_capacity + message: + "Derived from the TYNDP 2025 Scenario's, as this study projects grid capacity for the year 2025 the data will slightly differ from the 2019 grid capacities; author: entso-e & entso-g; year: 2021" + +- fields: + - heat_length_of_distribution_pipelines_in_meter_per_residence_object_first_bracket + message: + "Geen lokale informatie beschikbaar. Aanname: Gelijk aan gemiddelde voor Amsterdam. Bron: Vesta MAIS 4.0" + +- fields: + - heat_length_of_distribution_pipelines_in_meter_per_residence_object_second_bracket + message: + "Geen lokale informatie beschikbaar. Aanname: Gelijk aan gemiddelde voor Amsterdam. Bron: Vesta MAIS 4.0" + +- fields: + - heat_length_of_distribution_pipelines_in_meter_per_residence_object_third_bracket + message: + "Geen lokale informatie beschikbaar. Aanname: Gelijk aan gemiddelde voor Amsterdam. Bron: Vesta MAIS 4.0" + +- fields: + - heat_length_of_distribution_pipelines_in_meter_per_residence_object_fourth_bracket + message: + "Geen lokale informatie beschikbaar. Aanname: Gelijk aan gemiddelde voor Amsterdam. Bron: Vesta MAIS 4.0" + +- fields: + - heat_length_of_distribution_pipelines_in_meter_per_residence_object_fifth_bracket + message: + "Geen lokale informatie beschikbaar. Aanname: Gelijk aan gemiddelde voor Amsterdam. Bron: Vesta MAIS 4.0" + +- fields: + - heat_length_of_connection_pipelines_in_meter_per_residence_first_bracket + message: + "Geen lokale informatie beschikbaar. Aanname: Gelijk aan gemiddelde voor Amsterdam. Bron: Vesta MAIS 4.0" + +- fields: + - heat_length_of_connection_pipelines_in_meter_per_residence_second_bracket + message: + "Geen lokale informatie beschikbaar. Aanname: Gelijk aan gemiddelde voor Amsterdam. Bron: Vesta MAIS 4.0" + +- fields: + - heat_length_of_connection_pipelines_in_meter_per_residence_third_bracket + message: + "Geen lokale informatie beschikbaar. Aanname: Gelijk aan gemiddelde voor Amsterdam. Bron: Vesta MAIS 4.0" + +- fields: + - heat_length_of_connection_pipelines_in_meter_per_residence_fourth_bracket + message: + "Geen lokale informatie beschikbaar. Aanname: Gelijk aan gemiddelde voor Amsterdam. Bron: Vesta MAIS 4.0" + +- fields: + - heat_length_of_connection_pipelines_in_meter_per_residence_fifth_bracket + message: + "Geen lokale informatie beschikbaar. Aanname: Gelijk aan gemiddelde voor Amsterdam. Bron: Vesta MAIS 4.0" + +- fields: + - annual_infrastructure_cost_gas + message: + "No relevant data available" + +- fields: + - energy_distribution_network_gas_loss_demand + message: + "Eurostat Energy Balance" + +- fields: + - energy_distribution_greengas_demand + message: + "Eurostat Energy Balance" + +- fields: + - energy_regasification_lng_energy_national_gas_network_natural_gas_demand + message: + "No sufficient European source found." + +- fields: + - energy_distribution_crude_oil_loss_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - input_energy_heat_distribution_ht_loss_share + message: + "Eurostat Energy Balance" + +- fields: + - input_energy_heat_distribution_mt_loss_share + message: + "Eurostat Energy Balance" + +- fields: + - input_energy_heat_distribution_lt_loss_share + message: + "Eurostat Energy Balance" + +- fields: + - energy_greengas_gasification_dry_biomass_energy_greengas_production_child_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_greengas_gasification_wet_biomass_energy_greengas_production_child_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_greengas_upgrade_biogas_energy_greengas_production_child_share + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_production_dry_biomass_max_demand + message: + "Data sourced from Antwerp's biomass inventory (2019)" + +- fields: + - energy_production_wet_biomass_max_demand + message: + "Data sourced from Antwerp's biomass inventory (2019)" + +- fields: + - energy_production_oily_biomass_max_demand + message: + "Data sourced from Antwerp's biomass inventory (2019)" + +- fields: + - energy_extraction_coal_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_extraction_lignite_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_extraction_crude_oil_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_extraction_natural_gas_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - energy_extraction_uranium_oxide_demand + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - aquathermal_potential_for_drink_water + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - aquathermal_potential_for_surface_water + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - aquathermal_potential_for_waste_water + message: + "This data is not relevant for Antwerp as there is no production facilities in the area covered by the emission inventory. " + +- fields: + - hv_net_capacity_per_step + message: + "Set to 1 MW" + +- fields: + - lv_mv_trafo_capacity_per_step + message: + "Set to 1 MW" + +- fields: + - lv_net_capacity_per_step + message: + "Set to 1 MW" + +- fields: + - mv_hv_trafo_capacity_per_step + message: + "Set to 1 MW" + +- fields: + - mv_net_capacity_per_step + message: + "Set to 1 MW" + diff --git a/db/migrate/20250312105614_antwerpenfinal2022/data.csv b/db/migrate/20250312105614_antwerpenfinal2022/data.csv new file mode 100644 index 00000000..7961de46 --- /dev/null +++ b/db/migrate/20250312105614_antwerpenfinal2022/data.csv @@ -0,0 +1,2 @@ +geo_id,households_final_demand_electricity_demand,households_final_demand_network_gas_demand,households_final_demand_wood_pellets_demand,households_final_demand_coal_demand,input_households_final_demand_crude_oil_demand,input_households_solar_pv_demand,households_final_demand_solar_thermal_demand,buildings_final_demand_network_gas_demand,input_buildings_electricity_demand,buildings_final_demand_wood_pellets_demand,input_buildings_final_demand_crude_oil_demand,buildings_final_demand_coal_demand,input_buildings_solar_pv_demand,buildings_final_demand_solar_thermal_demand,input_transport_road_gasoline_demand,input_transport_road_diesel_demand,transport_final_demand_lpg_demand,input_transport_road_electricity_demand,input_transport_road_bio_ethanol_demand,input_transport_road_biodiesel_demand,transport_final_demand_for_road_compressed_network_gas_demand,transport_final_demand_hydrogen_demand,transport_final_demand_for_road_lng_demand,transport_final_demand_for_road_bio_lng_demand,input_transport_rail_diesel_demand,input_transport_rail_electricity_demand,input_transport_rail_biodiesel_demand,transport_final_demand_coal_demand,input_transport_ship_diesel_demand,input_transport_ship_biodiesel_demand,transport_final_demand_for_shipping_lng_demand,transport_final_demand_for_shipping_bio_lng_demand,transport_final_demand_heavy_fuel_oil_demand,transport_final_demand_kerosene_demand,input_transport_plane_gasoline_demand,input_transport_plane_bio_ethanol_demand,input_transport_plane_electricity_demand,bunkers_total_useful_demand_planes_demand,bunkers_total_useful_demand_ships_demand,input_transport_ship_bio_ethanol_demand,input_transport_ship_electricity_demand,input_industry_metal_steel_coal_demand,input_industry_metal_steel_cokes_demand,input_industry_metal_steel_coal_gas_demand,input_industry_metal_steel_electricity_demand,input_industry_metal_steel_network_gas_demand,input_industry_metal_steel_steam_hot_water_demand,input_industry_metal_steel_crude_oil_demand,input_industry_metal_steel_wood_pellets_demand,input_industry_metal_aluminium_electricity_demand,input_industry_metal_aluminium_network_gas_demand,input_industry_metal_other_electricity_demand,input_industry_metal_other_network_gas_demand,input_industry_metal_other_steam_hot_water_demand,input_industry_metal_other_crude_oil_demand,input_industry_metal_other_coal_demand,industry_useful_demand_for_chemical_refineries_crude_oil_non_energetic_demand,input_industry_chemical_refineries_wood_pellets_non_energetic_demand,input_industry_chemical_refineries_network_gas_non_energetic_demand,input_industry_chemical_refineries_coal_non_energetic_demand,input_industry_chemical_refineries_electricity_demand,input_industry_chemical_refineries_network_gas_demand,input_industry_chemical_refineries_steam_hot_water_demand,input_industry_chemical_refineries_crude_oil_demand,input_industry_chemical_refineries_coal_demand,input_industry_chemical_refineries_wood_pellets_demand,input_industry_chemical_fertilizers_electricity_demand,input_industry_chemical_fertilizers_network_gas_demand,input_industry_chemical_fertilizers_steam_hot_water_demand,input_industry_chemical_fertilizers_crude_oil_demand,input_industry_chemical_fertilizers_coal_demand,input_industry_chemical_fertilizers_wood_pellets_demand,input_industry_chemical_fertilizers_network_gas_non_energetic_demand,input_industry_chemical_fertilizers_hydrogen_non_energetic_demand,input_industry_chemical_fertilizers_crude_oil_non_energetic_demand,input_industry_chemical_fertilizers_coal_non_energetic_demand,input_industry_chemical_fertilizers_wood_pellets_non_energetic_demand,input_industry_chemical_other_electricity_demand,input_industry_chemical_other_network_gas_demand,input_industry_chemical_other_steam_hot_water_demand,input_industry_chemical_other_crude_oil_demand,input_industry_chemical_other_coal_demand,input_industry_chemical_other_wood_pellets_demand,input_industry_chemical_other_network_gas_non_energetic_demand,input_industry_chemical_other_crude_oil_non_energetic_demand,input_industry_chemical_other_coal_non_energetic_demand,input_industry_chemical_other_wood_pellets_non_energetic_demand,input_industry_food_electricity_demand,input_industry_food_network_gas_demand,input_industry_food_steam_hot_water_demand,input_industry_food_crude_oil_demand,input_industry_food_coal_demand,input_industry_food_wood_pellets_demand,input_industry_paper_electricity_demand,input_industry_paper_network_gas_demand,input_industry_paper_steam_hot_water_demand,input_industry_paper_crude_oil_demand,input_industry_paper_coal_demand,input_industry_paper_wood_pellets_demand,input_industry_other_electricity_demand,input_industry_other_network_gas_demand,input_industry_other_steam_hot_water_demand,input_industry_other_crude_oil_demand,input_industry_other_coal_demand,input_industry_other_cokes_demand,input_industry_other_wood_pellets_demand,input_industry_ict_electricity_demand,agriculture_final_demand_network_gas_demand,agriculture_final_demand_electricity_demand,agriculture_final_demand_wood_pellets_demand,input_agriculture_final_demand_crude_oil_demand,agriculture_final_demand_hydrogen_demand,other_final_demand_network_gas_demand,other_final_demand_electricity_demand,other_final_demand_wood_pellets_demand,other_final_demand_crude_oil_demand,other_final_demand_coal_demand,input_industry_other_network_gas_non_energetic_demand,input_industry_other_wood_pellets_non_energetic_demand,input_industry_other_crude_oil_non_energetic_demand,input_industry_other_coal_non_energetic_demand,input_industry_other_cokes_non_energetic_demand,energy_power_sector_own_use_electricity_demand,input_agriculture_final_demand_steam_hot_water_demand,input_percentage_of_central_mt_steam_hot_water_agriculture_final_demand_steam_hot_water,input_percentage_of_central_ht_steam_hot_water_agriculture_final_demand_steam_hot_water,input_percentage_of_local_steam_hot_water_agriculture_final_demand_steam_hot_water,input_buildings_final_demand_steam_hot_water_demand,input_households_final_demand_steam_hot_water_demand,input_other_final_demand_steam_hot_water_demand,other_final_demand_crude_oil_non_energetic_demand,households_final_demand_electricity_households_final_demand_for_cooking_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_cooling_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_hot_water_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_lighting_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_space_heating_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_appliances_electricity_parent_share,households_final_demand_network_gas_households_final_demand_for_cooking_network_gas_parent_share,households_final_demand_network_gas_households_final_demand_for_hot_water_network_gas_parent_share,households_final_demand_network_gas_households_final_demand_for_space_heating_network_gas_parent_share,households_final_demand_network_gas_households_final_demand_for_cooling_network_gas_parent_share,input_households_final_demand_steam_hot_water_households_final_demand_for_hot_water_steam_hot_water_parent_share,input_households_final_demand_steam_hot_water_households_final_demand_for_space_heating_steam_hot_water_parent_share,households_final_demand_wood_pellets_households_final_demand_for_hot_water_wood_pellets_parent_share,households_final_demand_wood_pellets_households_final_demand_for_space_heating_wood_pellets_parent_share,households_final_demand_wood_pellets_households_final_demand_for_cooking_wood_pellets_parent_share,households_final_demand_crude_oil_households_final_demand_for_hot_water_crude_oil_parent_share,households_final_demand_crude_oil_households_final_demand_for_space_heating_crude_oil_parent_share,households_final_demand_coal_households_final_demand_for_hot_water_coal_parent_share,households_final_demand_coal_households_final_demand_for_space_heating_coal_parent_share,households_final_demand_for_space_heating_network_gas_households_space_heater_combined_network_gas_parent_share,households_final_demand_for_space_heating_network_gas_households_space_heater_network_gas_parent_share,households_final_demand_for_space_heating_network_gas_households_space_heater_hybrid_heatpump_air_water_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_heatpump_air_water_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_hybrid_heatpump_air_water_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_heatpump_ground_water_electricity_parent_share,households_final_demand_for_cooking_electricity_households_cooker_halogen_electricity_parent_share,households_final_demand_for_cooking_electricity_households_cooker_induction_electricity_parent_share,households_final_demand_for_cooking_electricity_households_cooker_resistive_electricity_parent_share,households_final_demand_for_lighting_electricity_households_lighting_incandescent_electricity_parent_share,households_final_demand_for_lighting_electricity_households_lighting_efficient_fluorescent_electricity_parent_share,households_final_demand_for_lighting_electricity_households_lighting_led_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_clothes_dryer_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_computer_media_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_dishwasher_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_fridge_freezer_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_television_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_vacuum_cleaner_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_washing_machine_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_other_electricity_parent_share,households_final_demand_for_cooling_electricity_households_cooling_airconditioning_electricity_parent_share,households_final_demand_for_cooling_electricity_households_cooling_heatpump_ground_water_electricity_parent_share,households_final_demand_for_cooling_electricity_households_cooling_heatpump_air_water_electricity_parent_share,input_percentage_of_ht_steam_hot_water_households_final_demand_steam_hot_water,input_percentage_of_lt_steam_hot_water_households_final_demand_steam_hot_water,input_percentage_of_mt_steam_hot_water_households_final_demand_steam_hot_water,present_number_of_apartments_2005_present,present_number_of_apartments_1985_2004,present_number_of_apartments_1965_1984,present_number_of_apartments_1945_1964,present_number_of_apartments_before_1945,present_number_of_terraced_houses_2005_present,present_number_of_terraced_houses_1985_2004,present_number_of_terraced_houses_1965_1984,present_number_of_terraced_houses_1945_1964,present_number_of_terraced_houses_before_1945,present_number_of_semi_detached_houses_2005_present,present_number_of_semi_detached_houses_1985_2004,present_number_of_semi_detached_houses_1965_1984,present_number_of_semi_detached_houses_1945_1964,present_number_of_semi_detached_houses_before_1945,present_number_of_detached_houses_2005_present,present_number_of_detached_houses_1985_2004,present_number_of_detached_houses_1965_1984,present_number_of_detached_houses_1945_1964,present_number_of_detached_houses_before_1945,typical_useful_demand_for_space_heating_apartments_future,typical_useful_demand_for_space_heating_apartments_2005_present,typical_useful_demand_for_space_heating_apartments_1985_2004,typical_useful_demand_for_space_heating_apartments_1965_1984,typical_useful_demand_for_space_heating_apartments_1945_1964,typical_useful_demand_for_space_heating_apartments_before_1945,typical_useful_demand_for_space_heating_terraced_houses_future,typical_useful_demand_for_space_heating_terraced_houses_2005_present,typical_useful_demand_for_space_heating_terraced_houses_1985_2004,typical_useful_demand_for_space_heating_terraced_houses_1965_1984,typical_useful_demand_for_space_heating_terraced_houses_1945_1964,typical_useful_demand_for_space_heating_terraced_houses_before_1945,typical_useful_demand_for_space_heating_semi_detached_houses_future,typical_useful_demand_for_space_heating_semi_detached_houses_2005_present,typical_useful_demand_for_space_heating_semi_detached_houses_1985_2004,typical_useful_demand_for_space_heating_semi_detached_houses_1965_1984,typical_useful_demand_for_space_heating_semi_detached_houses_1945_1964,typical_useful_demand_for_space_heating_semi_detached_houses_before_1945,typical_useful_demand_for_space_heating_detached_houses_future,typical_useful_demand_for_space_heating_detached_houses_2005_present,typical_useful_demand_for_space_heating_detached_houses_1985_2004,typical_useful_demand_for_space_heating_detached_houses_1965_1984,typical_useful_demand_for_space_heating_detached_houses_1945_1964,typical_useful_demand_for_space_heating_detached_houses_before_1945,present_share_of_apartments_2005_present_in_useful_demand_for_space_heating,present_share_of_apartments_1985_2004_in_useful_demand_for_space_heating,present_share_of_apartments_1965_1984_in_useful_demand_for_space_heating,present_share_of_apartments_1945_1964_in_useful_demand_for_space_heating,present_share_of_apartments_before_1945_in_useful_demand_for_space_heating,present_share_of_terraced_houses_2005_present_in_useful_demand_for_space_heating,present_share_of_terraced_houses_1985_2004_in_useful_demand_for_space_heating,present_share_of_terraced_houses_1965_1984_in_useful_demand_for_space_heating,present_share_of_terraced_houses_1945_1964_in_useful_demand_for_space_heating,present_share_of_terraced_houses_before_1945_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_2005_present_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_1985_2004_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_1965_1984_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_1945_1964_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_before_1945_in_useful_demand_for_space_heating,present_share_of_detached_houses_2005_present_in_useful_demand_for_space_heating,present_share_of_detached_houses_1985_2004_in_useful_demand_for_space_heating,present_share_of_detached_houses_1965_1984_in_useful_demand_for_space_heating,present_share_of_detached_houses_1945_1964_in_useful_demand_for_space_heating,present_share_of_detached_houses_before_1945_in_useful_demand_for_space_heating,buildings_final_demand_electricity_buildings_final_demand_for_space_heating_electricity_parent_share,buildings_final_demand_electricity_buildings_final_demand_for_cooling_electricity_parent_share,buildings_final_demand_electricity_buildings_final_demand_for_lighting_electricity_parent_share,buildings_final_demand_electricity_buildings_final_demand_for_appliances_electricity_parent_share,buildings_final_demand_network_gas_buildings_final_demand_for_space_heating_network_gas_parent_share,buildings_final_demand_network_gas_buildings_final_demand_for_appliances_network_gas_parent_share,buildings_final_demand_network_gas_buildings_final_demand_for_cooling_network_gas_parent_share,buildings_final_demand_wood_pellets_buildings_final_demand_for_space_heating_wood_pellets_parent_share,buildings_final_demand_wood_pellets_buildings_final_demand_for_appliances_wood_pellets_parent_share,buildings_final_demand_crude_oil_buildings_final_demand_for_space_heating_crude_oil_parent_share,buildings_final_demand_crude_oil_buildings_final_demand_for_appliances_crude_oil_parent_share,buildings_final_demand_coal_buildings_final_demand_for_space_heating_coal_parent_share,buildings_final_demand_coal_buildings_final_demand_for_appliances_coal_parent_share,buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_network_gas_parent_share,buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_heatpump_air_water_network_gas_parent_share,buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_hybrid_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_collective_heatpump_water_water_ts_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_hybrid_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_lighting_electricity_buildings_lighting_efficient_fluorescent_electricity_parent_share,buildings_final_demand_for_lighting_electricity_buildings_lighting_standard_fluorescent_electricity_parent_share,buildings_final_demand_for_lighting_electricity_buildings_lighting_led_electricity_parent_share,buildings_final_demand_for_cooling_electricity_buildings_cooling_airconditioning_electricity_parent_share,buildings_final_demand_for_cooling_electricity_buildings_cooling_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_cooling_electricity_buildings_cooling_collective_heatpump_water_water_ts_electricity_parent_share,present_number_of_buildings,input_percentage_of_ht_steam_hot_water_buildings_final_demand_steam_hot_water,input_percentage_of_mt_steam_hot_water_buildings_final_demand_steam_hot_water,input_percentage_of_lt_steam_hot_water_buildings_final_demand_steam_hot_water,typical_useful_demand_for_space_heating_buildings_present,typical_useful_demand_for_space_heating_buildings_future,transport_road_mixer_gasoline_transport_car_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_bus_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_truck_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_motorcycle_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_van_using_gasoline_mix_parent_share,transport_road_mixer_diesel_transport_car_using_diesel_mix_parent_share,transport_road_mixer_diesel_transport_bus_using_diesel_mix_parent_share,transport_road_mixer_diesel_transport_van_using_diesel_mix_parent_share,transport_road_mixer_diesel_transport_truck_using_diesel_mix_parent_share,transport_final_demand_for_road_electricity_transport_car_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_bus_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_truck_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_motorcycle_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_bicycle_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_van_using_electricity_parent_share,transport_road_mixer_compressed_network_gas_transport_car_using_compressed_natural_gas_parent_share,transport_road_mixer_compressed_network_gas_transport_bus_using_compressed_natural_gas_parent_share,transport_road_mixer_compressed_network_gas_transport_truck_using_compressed_natural_gas_parent_share,transport_road_mixer_compressed_network_gas_transport_van_using_compressed_natural_gas_parent_share,input_transport_road_car_hydrogen_share,transport_final_demand_for_road_hydrogen_transport_bus_using_hydrogen_parent_share,transport_final_demand_for_road_hydrogen_transport_truck_using_hydrogen_parent_share,transport_final_demand_for_road_hydrogen_transport_van_using_hydrogen_parent_share,transport_road_mixer_lng_transport_truck_using_lng_mix_parent_share,transport_road_mixer_lng_transport_bus_using_lng_mix_parent_share,transport_final_demand_for_road_lpg_transport_car_using_lpg_parent_share,transport_final_demand_for_road_lpg_transport_van_using_lpg_parent_share,transport_final_demand_for_rail_electricity_transport_freight_train_using_electricity_parent_share,transport_final_demand_for_rail_electricity_transport_tram_using_electricity_parent_share,transport_final_demand_for_rail_electricity_transport_passenger_train_using_electricity_parent_share,transport_rail_mixer_diesel_transport_freight_train_using_diesel_mix_parent_share,transport_rail_mixer_diesel_transport_passenger_train_using_diesel_mix_parent_share,number_of_cars,input_transport_road_human_powered_bicycle_demand,number_of_trucks,number_of_busses,number_of_vans,input_industry_metal_steel_production,input_industry_steel_blastfurnace_bof_share,input_industry_steel_scrap_hbi_eaf_share,input_energy_cokesoven_transformation_coal_input_demand,input_energy_cokesoven_transformation_coal_gas_output_conversion,input_energy_cokesoven_transformation_cokes_output_conversion,input_energy_cokesoven_transformation_loss_output_conversion,input_energy_blastfurnace_transformation_coal_input_demand,input_energy_blastfurnace_transformation_cokes_input_demand,input_energy_blastfurnace_transformation_coal_gas_output_conversion,input_energy_blastfurnace_transformation_loss_output_conversion,input_energy_power_combined_cycle_coal_gas_coal_gas_input_demand,input_energy_chp_coal_gas_coal_gas_input_demand,energy_power_combined_cycle_coal_gas_full_load_hours,input_energy_power_combined_cycle_coal_gas_electricity_output_conversion,input_energy_power_combined_cycle_coal_gas_loss_output_conversion,energy_chp_coal_gas_full_load_hours,input_energy_chp_coal_gas_electricity_output_conversion,input_energy_chp_coal_gas_steam_hot_water_output_conversion,input_energy_chp_coal_gas_loss_output_conversion,industry_final_demand_for_metal_steel_coal_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_coal_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_cokes_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_cokes_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_crude_oil_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_crude_oil_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_electricity_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_electricity_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_network_gas_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_network_gas_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_steam_hot_water_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_steam_hot_water_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_wood_pellets_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_wood_pellets_industry_steel_scrap_hbi_eaf_parent_share,input_industry_metal_aluminium_production,input_industry_aluminium_electrolysis_current_electricity_share,input_industry_aluminium_smeltoven_electricity_share,industry_final_demand_for_metal_aluminium_electricity_industry_aluminium_electrolysis_current_electricity_parent_share,industry_final_demand_for_metal_aluminium_electricity_industry_aluminium_smeltoven_electricity_parent_share,industry_aluminium_burner_network_gas_industry_aluminium_electrolysis_current_electricity_parent_share,industry_aluminium_burner_network_gas_industry_aluminium_smeltoven_electricity_parent_share,input_industry_refinery_transformation_crude_oil_other_oil_demand,input_industry_refinery_transformation_crude_oil_gasoline_demand,input_industry_refinery_transformation_crude_oil_heavy_fuel_oil_demand,input_industry_refinery_transformation_crude_oil_kerosene_demand,input_industry_refinery_transformation_crude_oil_lpg_demand,input_industry_refinery_transformation_crude_oil_refinery_gas_demand,input_industry_refinery_transformation_crude_oil_diesel_demand,industry_final_demand_for_other_food_electricity_industry_useful_demand_for_other_food_electricity_parent_share,industry_final_demand_for_other_food_electricity_industry_other_food_heater_electricity_parent_share,industry_final_demand_for_other_paper_electricity_industry_useful_demand_for_other_paper_electricity_parent_share,industry_final_demand_for_other_paper_electricity_industry_other_paper_heater_electricity_parent_share,input_energy_power_ultra_supercritical_coal_production,energy_power_ultra_supercritical_coal_full_load_hours,input_energy_power_ultra_supercritical_coal_electricity_output_conversion,input_energy_power_supercritical_coal_production,energy_power_supercritical_coal_full_load_hours,input_energy_power_supercritical_coal_electricity_output_conversion,input_energy_power_combined_cycle_coal_production,input_energy_power_combined_cycle_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_cofiring_coal_production,energy_power_ultra_supercritical_cofiring_coal_full_load_hours,input_energy_power_ultra_supercritical_cofiring_coal_electricity_output_conversion,input_energy_power_combined_cycle_ccs_coal_production,input_energy_power_combined_cycle_ccs_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_ccs_coal_production,energy_power_ultra_supercritical_ccs_coal_full_load_hours,input_energy_power_ultra_supercritical_ccs_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_lignite_production,energy_power_ultra_supercritical_lignite_full_load_hours,input_energy_power_ultra_supercritical_lignite_electricity_output_conversion,input_energy_power_ultra_supercritical_oxyfuel_ccs_lignite_production,energy_power_ultra_supercritical_oxyfuel_ccs_lignite_full_load_hours,input_energy_power_ultra_supercritical_oxyfuel_ccs_lignite_electricity_output_conversion,input_energy_power_ultra_supercritical_network_gas_production,energy_power_ultra_supercritical_network_gas_full_load_hours,input_energy_power_ultra_supercritical_network_gas_electricity_output_conversion,input_energy_power_turbine_network_gas_production,energy_power_turbine_network_gas_full_load_hours,input_energy_power_turbine_network_gas_electricity_output_conversion,input_energy_power_engine_network_gas_production,energy_power_engine_network_gas_full_load_hours,input_energy_power_engine_network_gas_electricity_output_conversion,input_energy_power_combined_cycle_network_gas_production,energy_power_combined_cycle_network_gas_full_load_hours,input_energy_power_combined_cycle_network_gas_electricity_output_conversion,input_energy_power_combined_cycle_ccs_network_gas_production,input_energy_power_combined_cycle_ccs_network_gas_electricity_output_conversion,input_energy_power_nuclear_gen2_uranium_oxide_production,energy_power_nuclear_gen2_uranium_oxide_full_load_hours,input_energy_power_nuclear_gen2_uranium_oxide_electricity_output_conversion,input_energy_power_nuclear_gen3_uranium_oxide_production,energy_power_nuclear_gen3_uranium_oxide_full_load_hours,input_energy_power_nuclear_gen3_uranium_oxide_electricity_output_conversion,input_energy_power_ultra_supercritical_crude_oil_production,energy_power_ultra_supercritical_crude_oil_full_load_hours,input_energy_power_ultra_supercritical_crude_oil_electricity_output_conversion,input_energy_power_engine_diesel_production,energy_power_engine_diesel_full_load_hours,input_energy_power_engine_diesel_electricity_output_conversion,input_energy_power_wind_turbine_offshore_production,input_energy_power_wind_turbine_offshore_full_load_hours,input_energy_power_wind_turbine_coastal_production,energy_power_wind_turbine_coastal_full_load_hours,input_energy_power_wind_turbine_inland_production,energy_power_wind_turbine_inland_full_load_hours,input_energy_power_solar_pv_solar_radiation_production,input_solar_panels_roofs_and_parks_full_load_hours,flh_solar_pv_solar_radiation_max,input_energy_power_solar_csp_solar_radiation_production,input_energy_power_hydro_river_production,energy_power_hydro_river_full_load_hours,input_energy_power_hydro_mountain_production,energy_power_hydro_mountain_full_load_hours,input_energy_power_geothermal_production,energy_power_geothermal_full_load_hours,input_energy_power_supercritical_ccs_waste_mix_electricity_output_conversion,input_energy_power_supercritical_waste_mix_production,energy_power_supercritical_waste_mix_full_load_hours,input_energy_power_supercritical_ccs_waste_mix_production,energy_power_supercritical_ccs_waste_mix_full_load_hours,input_energy_power_supercritical_waste_mix_electricity_output_conversion,industry_chp_turbine_gas_power_fuelmix_demand,industry_chp_turbine_gas_power_fuelmix_full_load_hours,input_industry_chp_turbine_gas_power_fuelmix_electricity_output_conversion,input_industry_chp_turbine_gas_power_fuelmix_steam_hot_water_output_conversion,industry_chp_engine_gas_power_fuelmix_demand,industry_chp_engine_gas_power_fuelmix_full_load_hours,input_industry_chp_engine_gas_power_fuelmix_electricity_output_conversion,input_industry_chp_engine_gas_power_fuelmix_steam_hot_water_output_conversion,industry_chp_combined_cycle_gas_power_fuelmix_demand,industry_chp_combined_cycle_gas_power_fuelmix_full_load_hours,input_industry_chp_combined_cycle_gas_power_fuelmix_electricity_output_conversion,input_industry_chp_combined_cycle_gas_power_fuelmix_steam_hot_water_output_conversion,industry_chp_ultra_supercritical_coal_demand,industry_chp_ultra_supercritical_coal_full_load_hours,input_industry_chp_ultra_supercritical_coal_electricity_output_conversion,input_industry_chp_ultra_supercritical_coal_steam_hot_water_output_conversion,industry_chp_wood_pellets_demand,industry_chp_wood_pellets_full_load_hours,input_industry_chp_wood_pellets_electricity_output_conversion,input_industry_chp_wood_pellets_steam_hot_water_output_conversion,agriculture_chp_engine_biogas_demand,agriculture_chp_engine_biogas_full_load_hours,agriculture_chp_engine_network_gas_dispatchable_demand,agriculture_chp_engine_network_gas_dispatchable_full_load_hours,agriculture_chp_wood_pellets_demand,agriculture_chp_wood_pellets_full_load_hours,input_agriculture_chp_engine_biogas_electricity_output_conversion,input_agriculture_chp_engine_biogas_steam_hot_water_output_conversion,input_agriculture_chp_engine_network_gas_dispatchable_electricity_output_conversion,input_agriculture_chp_engine_network_gas_dispatchable_steam_hot_water_output_conversion,input_agriculture_chp_wood_pellets_electricity_output_conversion,input_agriculture_chp_wood_pellets_steam_hot_water_output_conversion,input_energy_chp_supercritical_waste_mix_full_load_hours,input_industry_chp_turbine_hydrogen_electricity_output_conversion,input_industry_chp_turbine_hydrogen_steam_hot_water_output_conversion,input_energy_chp_combined_cycle_ht_network_gas_production,input_energy_chp_combined_cycle_mt_network_gas_production,input_energy_chp_local_engine_ht_biogas_production,input_energy_chp_local_engine_ht_network_gas_production,input_energy_chp_local_engine_mt_biogas_production,input_energy_chp_local_engine_mt_network_gas_production,input_energy_chp_local_ht_wood_pellets_production,input_energy_chp_local_mt_wood_pellets_production,input_energy_chp_supercritical_ht_waste_mix_production,input_energy_chp_supercritical_mt_waste_mix_production,input_energy_chp_ultra_supercritical_cofiring_ht_coal_production,input_energy_chp_ultra_supercritical_cofiring_mt_coal_production,input_energy_chp_ultra_supercritical_ht_coal_production,input_energy_chp_ultra_supercritical_ht_lignite_production,input_energy_chp_ultra_supercritical_mt_coal_production,input_energy_chp_ultra_supercritical_mt_lignite_production,industry_chp_turbine_hydrogen_demand,industry_chp_turbine_hydrogen_full_load_hours,input_energy_chp_local_wood_pellets_full_load_hours,input_energy_chp_local_wood_pellets_electricity_output_conversion,input_energy_chp_local_wood_pellets_steam_hot_water_output_conversion,input_energy_chp_local_engine_biogas_full_load_hours,input_energy_chp_local_engine_biogas_electricity_output_conversion,input_energy_chp_local_engine_biogas_steam_hot_water_output_conversion,input_energy_chp_ultra_supercritical_coal_full_load_hours,input_energy_chp_ultra_supercritical_coal_electricity_output_conversion,input_energy_chp_ultra_supercritical_coal_steam_hot_water_output_conversion,input_energy_chp_ultra_supercritical_cofiring_coal_full_load_hours,input_energy_chp_ultra_supercritical_cofiring_coal_electricity_output_conversion,input_energy_chp_ultra_supercritical_cofiring_coal_steam_hot_water_output_conversion,input_energy_chp_ultra_supercritical_lignite_full_load_hours,input_energy_chp_ultra_supercritical_lignite_electricity_output_conversion,input_energy_chp_ultra_supercritical_lignite_steam_hot_water_output_conversion,input_energy_chp_combined_cycle_network_gas_full_load_hours,input_energy_chp_combined_cycle_network_gas_electricity_output_conversion,input_energy_chp_combined_cycle_network_gas_steam_hot_water_output_conversion,input_energy_chp_local_engine_network_gas_full_load_hours,input_energy_chp_local_engine_network_gas_electricity_output_conversion,input_energy_chp_local_engine_network_gas_steam_hot_water_output_conversion,input_energy_chp_supercritical_waste_mix_electricity_output_conversion,input_energy_chp_supercritical_waste_mix_steam_hot_water_output_conversion,energy_heat_import_ht_steam_hot_water_demand,energy_heat_import_lt_steam_hot_water_demand,energy_heat_import_mt_steam_hot_water_demand,industry_heat_burner_hydrogen_demand,industry_heat_burner_hydrogen_full_load_hours,industry_heat_burner_lignite_demand,industry_heat_burner_lignite_full_load_hours,input_industry_heat_burner_lignite_steam_hot_water_output_conversion,industry_heat_burner_coal_demand,industry_heat_burner_coal_full_load_hours,input_industry_heat_burner_coal_steam_hot_water_output_conversion,industry_heat_well_geothermal_demand,industry_heat_burner_crude_oil_demand,industry_heat_burner_crude_oil_full_load_hours,input_industry_heat_burner_hydrogen_steam_hot_water_output_conversion,input_industry_heat_burner_crude_oil_steam_hot_water_output_conversion,input_energy_heat_boiler_electricity_steam_hot_water_output_conversion,input_energy_heat_boiler_ht_electricity_production,input_energy_heat_boiler_lt_electricity_production,input_energy_heat_boiler_mt_electricity_production,input_energy_heat_burner_coal_full_load_hours,input_energy_heat_burner_coal_steam_hot_water_output_conversion,input_energy_heat_burner_crude_oil_full_load_hours,input_energy_heat_burner_crude_oil_steam_hot_water_output_conversion,input_energy_heat_burner_ht_coal_production,input_energy_heat_burner_ht_crude_oil_production,input_energy_heat_burner_ht_hydrogen_production,input_energy_heat_burner_ht_network_gas_production,input_energy_heat_burner_ht_waste_mix_production,input_energy_heat_burner_ht_wood_pellets_production,input_energy_heat_burner_hydrogen_steam_hot_water_output_conversion,input_energy_heat_burner_lt_hydrogen_production,input_energy_heat_burner_mt_coal_production,input_energy_heat_burner_mt_crude_oil_production,input_energy_heat_burner_mt_hydrogen_production,input_energy_heat_burner_mt_network_gas_production,input_energy_heat_burner_mt_waste_mix_production,input_energy_heat_burner_mt_wood_pellets_production,input_energy_heat_burner_network_gas_full_load_hours,input_energy_heat_burner_network_gas_steam_hot_water_output_conversion,input_energy_heat_burner_waste_mix_full_load_hours,input_energy_heat_burner_waste_mix_steam_hot_water_output_conversion,input_energy_heat_burner_wood_pellets_full_load_hours,input_energy_heat_burner_wood_pellets_steam_hot_water_output_conversion,input_energy_heat_heatpump_water_water_electricity_full_load_hours,input_energy_heat_heatpump_water_water_ht_electricity_production,input_energy_heat_heatpump_water_water_lt_electricity_production,input_energy_heat_heatpump_water_water_mt_electricity_production,input_energy_heat_solar_ht_solar_thermal_production,input_energy_heat_solar_lt_solar_thermal_production,input_energy_heat_solar_mt_solar_thermal_production,input_energy_heat_solar_solar_thermal_full_load_hours,input_energy_heat_well_deep_ht_geothermal_production,input_energy_heat_well_deep_mt_geothermal_production,input_energy_heat_well_shallow_heatpump_mt_geothermal_production,input_energy_heat_well_shallow_lt_geothermal_production,energy_distribution_biogenic_waste_energy_distribution_waste_mix_child_share,energy_distribution_non_biogenic_waste_energy_distribution_waste_mix_child_share,input_percentage_of_diesel_households_final_demand_crude_oil,input_percentage_of_biodiesel_households_final_demand_crude_oil,input_percentage_of_kerosene_households_final_demand_crude_oil,input_percentage_of_bio_kerosene_households_final_demand_crude_oil,input_percentage_of_lpg_households_final_demand_crude_oil,input_percentage_of_bio_oil_households_final_demand_crude_oil,input_percentage_of_crude_oil_households_final_demand_crude_oil,input_percentage_of_diesel_buildings_final_demand_crude_oil,input_percentage_of_biodiesel_buildings_final_demand_crude_oil,input_percentage_of_kerosene_buildings_final_demand_crude_oil,input_percentage_of_bio_kerosene_buildings_final_demand_crude_oil,input_percentage_of_lpg_buildings_final_demand_crude_oil,input_percentage_of_bio_oil_buildings_final_demand_crude_oil,input_percentage_of_crude_oil_buildings_final_demand_crude_oil,input_percentage_of_diesel_agriculture_final_demand_crude_oil,input_percentage_of_biodiesel_agriculture_final_demand_crude_oil,input_percentage_of_kerosene_agriculture_final_demand_crude_oil,input_percentage_of_bio_kerosene_agriculture_final_demand_crude_oil,input_percentage_of_lpg_agriculture_final_demand_crude_oil,input_percentage_of_bio_oil_agriculture_final_demand_crude_oil,input_percentage_of_crude_oil_agriculture_final_demand_crude_oil,input_share_mixer_gas_fuel_bio_oil,input_share_mixer_gas_fuel_oil,input_share_mixer_gas_fuel_network_gas,input_percentage_of_diesel_industry_final_demand_crude_oil,input_percentage_of_biodiesel_industry_final_demand_crude_oil,input_percentage_of_kerosene_industry_final_demand_crude_oil,input_percentage_of_bio_kerosene_industry_final_demand_crude_oil,input_percentage_of_lpg_industry_final_demand_crude_oil,input_percentage_of_bio_oil_industry_final_demand_crude_oil,input_percentage_of_crude_oil_industry_final_demand_crude_oil,analysis_year,number_of_inhabitants,total_land_area,areable_land,coast_line,offshore_suitable_for_wind,residences_roof_surface_available_for_pv,buildings_roof_surface_available_for_pv,co2_emission_1990,co2_emission_1990_aviation_bunkers,co2_emission_1990_marine_bunkers,energetic_emissions_other_ghg_households,energetic_emissions_other_ghg_buildings,energetic_emissions_other_ghg_industry,energetic_emissions_other_ghg_energy,energetic_emissions_other_ghg_transport,energetic_emissions_other_ghg_agriculture,non_energetic_emissions_co2_chemical_industry,non_energetic_emissions_co2_waste_management,non_energetic_emissions_co2_other_industry,non_energetic_emissions_co2_agriculture_manure,non_energetic_emissions_co2_agriculture_soil_cultivation,indirect_emissions_co2,non_energetic_emissions_other_ghg_chemical_industry,non_energetic_emissions_other_ghg_waste_management,non_energetic_emissions_other_ghg_other_industry,non_energetic_emissions_other_ghg_agriculture_manure,non_energetic_emissions_other_ghg_agriculture_soil_cultivation,non_energetic_emissions_other_ghg_agriculture_fermentation,non_energetic_emissions_other_ghg_agriculture_other,file_carriers_natural_gas_co2_conversion_per_mj,file_carriers_crude_oil_co2_conversion_per_mj,file_carriers_coal_co2_conversion_per_mj,file_carriers_lignite_co2_conversion_per_mj,file_carriers_non_biogenic_waste_co2_conversion_per_mj,file_carriers_diesel_co2_conversion_per_mj,file_carriers_gasoline_co2_conversion_per_mj,file_carriers_heavy_fuel_oil_co2_conversion_per_mj,file_carriers_kerosene_co2_conversion_per_mj,file_carriers_lng_co2_conversion_per_mj,file_carriers_lpg_co2_conversion_per_mj,file_carriers_imported_electricity_co2_conversion_per_mj,file_carriers_imported_heat_co2_conversion_per_mj,file_carriers_imported_hydrogen_co2_conversion_per_mj,file_carriers_propane_co2_conversion_per_mj,file_carriers_imported_ammonia_co2_conversion_per_mj,lv_net_total_costs_present,mv_net_total_costs_present,hv_net_total_costs_present,lv_mv_trafo_total_costs_present,mv_hv_trafo_total_costs_present,interconnection_net_costs_present,offshore_net_costs_present,lv_net_spare_capacity,mv_net_spare_capacity,hv_net_spare_capacity,lv_mv_trafo_spare_capacity,mv_hv_trafo_spare_capacity,lv_net_costs_per_capacity_step,mv_net_costs_per_capacity_step,hv_net_costs_per_capacity_step,lv_mv_trafo_costs_per_capacity_step,mv_hv_trafo_costs_per_capacity_step,energy_power_hv_network_loss_demand,interconnector_capacity,heat_length_of_distribution_pipelines_in_meter_per_residence_object_first_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_second_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_third_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_fourth_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_fifth_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_first_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_second_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_third_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_fourth_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_fifth_bracket,annual_infrastructure_cost_gas,energy_distribution_network_gas_loss_demand,energy_distribution_greengas_demand,energy_regasification_lng_energy_national_gas_network_natural_gas_demand,energy_distribution_crude_oil_loss_demand,input_energy_heat_distribution_ht_loss_share,input_energy_heat_distribution_mt_loss_share,input_energy_heat_distribution_lt_loss_share,energy_greengas_gasification_dry_biomass_energy_greengas_production_child_share,energy_greengas_gasification_wet_biomass_energy_greengas_production_child_share,energy_greengas_upgrade_biogas_energy_greengas_production_child_share,energy_production_dry_biomass_max_demand,energy_production_wet_biomass_max_demand,energy_production_oily_biomass_max_demand,energy_extraction_coal_demand,energy_extraction_lignite_demand,energy_extraction_crude_oil_demand,energy_extraction_natural_gas_demand,energy_extraction_uranium_oxide_demand,aquathermal_potential_for_drink_water,aquathermal_potential_for_surface_water,aquathermal_potential_for_waste_water,hv_net_capacity_per_step,lv_mv_trafo_capacity_per_step,lv_net_capacity_per_step,mv_hv_trafo_capacity_per_step,mv_net_capacity_per_step +BEGM11002,2002.596646,8427.371269,385.2087563,8.821574572,1096.815772,163.4652,0.3348,5519.050352,3742.541652,250.8419648,774.7390261,0,197.6454,11.5344,2660.099747,7368.231837,18.259166,179.6410613,0,1072.836829,35.05169987,0,0,0,117.7297403,532.4624819,0,0,684.7347509,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.522453148,3.22778628,401.2943494,123.3757738,0,7.564948338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28.61358988,23.38293604,0,2.336922513,0,0,0,0,0,0,387.1156802,1012.570234,0,65.40588385,0,91.56823739,35.30715138,15.81424574,0,0,0,1.394532505,315.2989933,202.5903891,0,169.9583704,1090.148742,43.45154238,0,657.8,0,0,0,0,0,432.3478069,170.9366573,0,0,0,0,0,0,0,0,0,0,0,0,0,46.206,208.7772649,0,0,0.22,0.01,0.12,0.26,0.04,0.35,0.01,0.15,0.84,0,0.15,0.85,0.12,0.87,0.01,0.15,0.85,0.02,0.98,0.981023573,0,0.018976427,0.664497745,0.031638424,0.303863831,0,0.71,0.19,0.1,0.83,0.16,0.01,0.118265964,0.082093619,0.058486321,0.250623421,0.302450525,0.07,0.079521805,0.038558345,0.98,0.02,0,1,0,0,23407,17454,58927,41601,64052,1039,2733,7452,14145,39415,693,1426,2455,2737,2222,644,951,1438,906,880,30,57,74,80,88,97,30,60,80,91,106,104,30,66,87,97,113,111,30,70,92,103,118,116,0.082251904,0.061333137,0.207068737,0.146185391,0.225077923,0.003651033,0.009603728,0.026186234,0.049705352,0.138503814,0.002435193,0.005010946,0.008626839,0.009617784,0.00780808,0.002263008,0.003341802,0.005053114,0.003183673,0.003092309,0.391527117,0.052949118,0.200306489,0.355217276,0.765680391,0.233798002,0.000521607,0.959029394,0.040970606,0.837920017,0.162079983,0,1,1,0,0,0.901253467,0,0.098746533,0,0.05,0.94,0.01,0.99,0,0.01,11311,1,0,0,540,50,0.98,0.000363002,0,0,0.019636998,0.51,0.02,0.090490202,0.379509798,0.940832131,0.02,0,0,0,0.039167869,0.497213594,0.351066538,0.041970411,0.109749457,0.96,0.04,0,0,1,0,0.802442814,0.197557186,0.301981241,0.218016786,0.480001973,0.6,0.4,214961,16147308.8,7141,316,26844,0,1,0,0,1,0,0,0,0,1,0,0,0,1789,0.426970782,0,5320,0.4,0.4,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,100,0,100,0,0,7100,46,0,7500,36,0,45.3,0,7100,42,0,37.3,0,7500,36.1,0,6329,40,0,5972,30.5,0,330,40,122.306328,1800,34,0,1126,48,0,850,60,0,49,0,8000,32,0,7800,36,0,4000,45,0,4000,38,0,3230,0,2850,1082.3364,2482.650702,0,869.4526222,1361.356345,0,0,3330,0,4024,0,8000,0,0,4100,0,4100,25,0,3200,38,42,0,1300,42,48,0,2959.9,46,42,0,4500,40,15,0,6000,27.9,83.5,0,8500,0,4500,0,8500,42,39,42,50,18.3,47,5100,33.445,41.472,0,0,0,0,0,0,0,0,0,25.202772,0,0,0,0,0,0,0,8300,6000,28.9,82.1,8000,43,47,8000,40,15,8000,37,15,4500,35,15,4900,46,42,3610,43,47,17.0540457,2.1591989,0,0,0,0,7900,0,2190,72,0,2190,72,0,0,2190,100,72,99.5,0,0,0,2190,72,2190,72,0,0,0,0,0,0,100,0,0,0,0,0,0,0,2190,103,2190,105,2190,90,6500,0,0,0,0,0,0,938.8,0,0,0,0,0.48,0.52,0.92515034,1.97E-06,0.009957342,0,0.0505732,3.93E-05,0.014277823,0.964958791,0.000390397,0.01193152,0,0.022570402,0,0.00014889,0.956403718,0.003004367,0.016366916,0,0.005930398,0,0.956403718,0,0,0,0.136913675,0.001038923,0.002591236,0,0.197401412,0.001101504,0.66095325,2022,541856,208.22,13.23,0,35.4226087,9.187036483,19.67172197,3.395268544,0.002843447,0.272832735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.056236,0.077796,0.101365,0.107765,0.111592222,0.074496,0.069696,0.0774,0.071749,0.078055556,0.063236,0.048333333,0,0,0.06448,0,11620229.67,9986134.873,5868215.984,4139706.821,3486068.901,0,0,0.25,0.25,0.25,0.25,0.25,22309.03226,168048.3871,88651.6129,4870.967742,60887.09677,0,7880,1.3,1.7,2,2.3,3.4,0.1,0.4,0.7,1.1,2,35436117.15,0,0,0,0,9.091197462,9.091197462,9.091197462,0,0,0,5378256,820008,0,0,0,0,0,0,0,0,0,1,1,1,1,1 \ No newline at end of file diff --git a/db/schema.rb b/db/schema.rb index 7b88f08f..2d6d8db5 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.0].define(version: 2025_02_12_104836) do +ActiveRecord::Schema[7.0].define(version: 2025_03_12_105614) do create_table "commits", id: :integer, charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t| t.integer "source_id" t.integer "user_id" From 63964616cfa0a1fa7bb4b498f893ff09908aa9ff Mon Sep 17 00:00:00 2001 From: Kas Kranenburg Date: Thu, 13 Mar 2025 16:33:17 +0100 Subject: [PATCH 2/3] Updating amount of buildings in Antwerpen dataset --- db/migrate/20250312105614_antwerpenfinal2022/data.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20250312105614_antwerpenfinal2022/data.csv b/db/migrate/20250312105614_antwerpenfinal2022/data.csv index 7961de46..1a661137 100644 --- a/db/migrate/20250312105614_antwerpenfinal2022/data.csv +++ b/db/migrate/20250312105614_antwerpenfinal2022/data.csv @@ -1,2 +1,2 @@ geo_id,households_final_demand_electricity_demand,households_final_demand_network_gas_demand,households_final_demand_wood_pellets_demand,households_final_demand_coal_demand,input_households_final_demand_crude_oil_demand,input_households_solar_pv_demand,households_final_demand_solar_thermal_demand,buildings_final_demand_network_gas_demand,input_buildings_electricity_demand,buildings_final_demand_wood_pellets_demand,input_buildings_final_demand_crude_oil_demand,buildings_final_demand_coal_demand,input_buildings_solar_pv_demand,buildings_final_demand_solar_thermal_demand,input_transport_road_gasoline_demand,input_transport_road_diesel_demand,transport_final_demand_lpg_demand,input_transport_road_electricity_demand,input_transport_road_bio_ethanol_demand,input_transport_road_biodiesel_demand,transport_final_demand_for_road_compressed_network_gas_demand,transport_final_demand_hydrogen_demand,transport_final_demand_for_road_lng_demand,transport_final_demand_for_road_bio_lng_demand,input_transport_rail_diesel_demand,input_transport_rail_electricity_demand,input_transport_rail_biodiesel_demand,transport_final_demand_coal_demand,input_transport_ship_diesel_demand,input_transport_ship_biodiesel_demand,transport_final_demand_for_shipping_lng_demand,transport_final_demand_for_shipping_bio_lng_demand,transport_final_demand_heavy_fuel_oil_demand,transport_final_demand_kerosene_demand,input_transport_plane_gasoline_demand,input_transport_plane_bio_ethanol_demand,input_transport_plane_electricity_demand,bunkers_total_useful_demand_planes_demand,bunkers_total_useful_demand_ships_demand,input_transport_ship_bio_ethanol_demand,input_transport_ship_electricity_demand,input_industry_metal_steel_coal_demand,input_industry_metal_steel_cokes_demand,input_industry_metal_steel_coal_gas_demand,input_industry_metal_steel_electricity_demand,input_industry_metal_steel_network_gas_demand,input_industry_metal_steel_steam_hot_water_demand,input_industry_metal_steel_crude_oil_demand,input_industry_metal_steel_wood_pellets_demand,input_industry_metal_aluminium_electricity_demand,input_industry_metal_aluminium_network_gas_demand,input_industry_metal_other_electricity_demand,input_industry_metal_other_network_gas_demand,input_industry_metal_other_steam_hot_water_demand,input_industry_metal_other_crude_oil_demand,input_industry_metal_other_coal_demand,industry_useful_demand_for_chemical_refineries_crude_oil_non_energetic_demand,input_industry_chemical_refineries_wood_pellets_non_energetic_demand,input_industry_chemical_refineries_network_gas_non_energetic_demand,input_industry_chemical_refineries_coal_non_energetic_demand,input_industry_chemical_refineries_electricity_demand,input_industry_chemical_refineries_network_gas_demand,input_industry_chemical_refineries_steam_hot_water_demand,input_industry_chemical_refineries_crude_oil_demand,input_industry_chemical_refineries_coal_demand,input_industry_chemical_refineries_wood_pellets_demand,input_industry_chemical_fertilizers_electricity_demand,input_industry_chemical_fertilizers_network_gas_demand,input_industry_chemical_fertilizers_steam_hot_water_demand,input_industry_chemical_fertilizers_crude_oil_demand,input_industry_chemical_fertilizers_coal_demand,input_industry_chemical_fertilizers_wood_pellets_demand,input_industry_chemical_fertilizers_network_gas_non_energetic_demand,input_industry_chemical_fertilizers_hydrogen_non_energetic_demand,input_industry_chemical_fertilizers_crude_oil_non_energetic_demand,input_industry_chemical_fertilizers_coal_non_energetic_demand,input_industry_chemical_fertilizers_wood_pellets_non_energetic_demand,input_industry_chemical_other_electricity_demand,input_industry_chemical_other_network_gas_demand,input_industry_chemical_other_steam_hot_water_demand,input_industry_chemical_other_crude_oil_demand,input_industry_chemical_other_coal_demand,input_industry_chemical_other_wood_pellets_demand,input_industry_chemical_other_network_gas_non_energetic_demand,input_industry_chemical_other_crude_oil_non_energetic_demand,input_industry_chemical_other_coal_non_energetic_demand,input_industry_chemical_other_wood_pellets_non_energetic_demand,input_industry_food_electricity_demand,input_industry_food_network_gas_demand,input_industry_food_steam_hot_water_demand,input_industry_food_crude_oil_demand,input_industry_food_coal_demand,input_industry_food_wood_pellets_demand,input_industry_paper_electricity_demand,input_industry_paper_network_gas_demand,input_industry_paper_steam_hot_water_demand,input_industry_paper_crude_oil_demand,input_industry_paper_coal_demand,input_industry_paper_wood_pellets_demand,input_industry_other_electricity_demand,input_industry_other_network_gas_demand,input_industry_other_steam_hot_water_demand,input_industry_other_crude_oil_demand,input_industry_other_coal_demand,input_industry_other_cokes_demand,input_industry_other_wood_pellets_demand,input_industry_ict_electricity_demand,agriculture_final_demand_network_gas_demand,agriculture_final_demand_electricity_demand,agriculture_final_demand_wood_pellets_demand,input_agriculture_final_demand_crude_oil_demand,agriculture_final_demand_hydrogen_demand,other_final_demand_network_gas_demand,other_final_demand_electricity_demand,other_final_demand_wood_pellets_demand,other_final_demand_crude_oil_demand,other_final_demand_coal_demand,input_industry_other_network_gas_non_energetic_demand,input_industry_other_wood_pellets_non_energetic_demand,input_industry_other_crude_oil_non_energetic_demand,input_industry_other_coal_non_energetic_demand,input_industry_other_cokes_non_energetic_demand,energy_power_sector_own_use_electricity_demand,input_agriculture_final_demand_steam_hot_water_demand,input_percentage_of_central_mt_steam_hot_water_agriculture_final_demand_steam_hot_water,input_percentage_of_central_ht_steam_hot_water_agriculture_final_demand_steam_hot_water,input_percentage_of_local_steam_hot_water_agriculture_final_demand_steam_hot_water,input_buildings_final_demand_steam_hot_water_demand,input_households_final_demand_steam_hot_water_demand,input_other_final_demand_steam_hot_water_demand,other_final_demand_crude_oil_non_energetic_demand,households_final_demand_electricity_households_final_demand_for_cooking_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_cooling_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_hot_water_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_lighting_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_space_heating_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_appliances_electricity_parent_share,households_final_demand_network_gas_households_final_demand_for_cooking_network_gas_parent_share,households_final_demand_network_gas_households_final_demand_for_hot_water_network_gas_parent_share,households_final_demand_network_gas_households_final_demand_for_space_heating_network_gas_parent_share,households_final_demand_network_gas_households_final_demand_for_cooling_network_gas_parent_share,input_households_final_demand_steam_hot_water_households_final_demand_for_hot_water_steam_hot_water_parent_share,input_households_final_demand_steam_hot_water_households_final_demand_for_space_heating_steam_hot_water_parent_share,households_final_demand_wood_pellets_households_final_demand_for_hot_water_wood_pellets_parent_share,households_final_demand_wood_pellets_households_final_demand_for_space_heating_wood_pellets_parent_share,households_final_demand_wood_pellets_households_final_demand_for_cooking_wood_pellets_parent_share,households_final_demand_crude_oil_households_final_demand_for_hot_water_crude_oil_parent_share,households_final_demand_crude_oil_households_final_demand_for_space_heating_crude_oil_parent_share,households_final_demand_coal_households_final_demand_for_hot_water_coal_parent_share,households_final_demand_coal_households_final_demand_for_space_heating_coal_parent_share,households_final_demand_for_space_heating_network_gas_households_space_heater_combined_network_gas_parent_share,households_final_demand_for_space_heating_network_gas_households_space_heater_network_gas_parent_share,households_final_demand_for_space_heating_network_gas_households_space_heater_hybrid_heatpump_air_water_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_heatpump_air_water_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_hybrid_heatpump_air_water_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_heatpump_ground_water_electricity_parent_share,households_final_demand_for_cooking_electricity_households_cooker_halogen_electricity_parent_share,households_final_demand_for_cooking_electricity_households_cooker_induction_electricity_parent_share,households_final_demand_for_cooking_electricity_households_cooker_resistive_electricity_parent_share,households_final_demand_for_lighting_electricity_households_lighting_incandescent_electricity_parent_share,households_final_demand_for_lighting_electricity_households_lighting_efficient_fluorescent_electricity_parent_share,households_final_demand_for_lighting_electricity_households_lighting_led_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_clothes_dryer_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_computer_media_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_dishwasher_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_fridge_freezer_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_television_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_vacuum_cleaner_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_washing_machine_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_other_electricity_parent_share,households_final_demand_for_cooling_electricity_households_cooling_airconditioning_electricity_parent_share,households_final_demand_for_cooling_electricity_households_cooling_heatpump_ground_water_electricity_parent_share,households_final_demand_for_cooling_electricity_households_cooling_heatpump_air_water_electricity_parent_share,input_percentage_of_ht_steam_hot_water_households_final_demand_steam_hot_water,input_percentage_of_lt_steam_hot_water_households_final_demand_steam_hot_water,input_percentage_of_mt_steam_hot_water_households_final_demand_steam_hot_water,present_number_of_apartments_2005_present,present_number_of_apartments_1985_2004,present_number_of_apartments_1965_1984,present_number_of_apartments_1945_1964,present_number_of_apartments_before_1945,present_number_of_terraced_houses_2005_present,present_number_of_terraced_houses_1985_2004,present_number_of_terraced_houses_1965_1984,present_number_of_terraced_houses_1945_1964,present_number_of_terraced_houses_before_1945,present_number_of_semi_detached_houses_2005_present,present_number_of_semi_detached_houses_1985_2004,present_number_of_semi_detached_houses_1965_1984,present_number_of_semi_detached_houses_1945_1964,present_number_of_semi_detached_houses_before_1945,present_number_of_detached_houses_2005_present,present_number_of_detached_houses_1985_2004,present_number_of_detached_houses_1965_1984,present_number_of_detached_houses_1945_1964,present_number_of_detached_houses_before_1945,typical_useful_demand_for_space_heating_apartments_future,typical_useful_demand_for_space_heating_apartments_2005_present,typical_useful_demand_for_space_heating_apartments_1985_2004,typical_useful_demand_for_space_heating_apartments_1965_1984,typical_useful_demand_for_space_heating_apartments_1945_1964,typical_useful_demand_for_space_heating_apartments_before_1945,typical_useful_demand_for_space_heating_terraced_houses_future,typical_useful_demand_for_space_heating_terraced_houses_2005_present,typical_useful_demand_for_space_heating_terraced_houses_1985_2004,typical_useful_demand_for_space_heating_terraced_houses_1965_1984,typical_useful_demand_for_space_heating_terraced_houses_1945_1964,typical_useful_demand_for_space_heating_terraced_houses_before_1945,typical_useful_demand_for_space_heating_semi_detached_houses_future,typical_useful_demand_for_space_heating_semi_detached_houses_2005_present,typical_useful_demand_for_space_heating_semi_detached_houses_1985_2004,typical_useful_demand_for_space_heating_semi_detached_houses_1965_1984,typical_useful_demand_for_space_heating_semi_detached_houses_1945_1964,typical_useful_demand_for_space_heating_semi_detached_houses_before_1945,typical_useful_demand_for_space_heating_detached_houses_future,typical_useful_demand_for_space_heating_detached_houses_2005_present,typical_useful_demand_for_space_heating_detached_houses_1985_2004,typical_useful_demand_for_space_heating_detached_houses_1965_1984,typical_useful_demand_for_space_heating_detached_houses_1945_1964,typical_useful_demand_for_space_heating_detached_houses_before_1945,present_share_of_apartments_2005_present_in_useful_demand_for_space_heating,present_share_of_apartments_1985_2004_in_useful_demand_for_space_heating,present_share_of_apartments_1965_1984_in_useful_demand_for_space_heating,present_share_of_apartments_1945_1964_in_useful_demand_for_space_heating,present_share_of_apartments_before_1945_in_useful_demand_for_space_heating,present_share_of_terraced_houses_2005_present_in_useful_demand_for_space_heating,present_share_of_terraced_houses_1985_2004_in_useful_demand_for_space_heating,present_share_of_terraced_houses_1965_1984_in_useful_demand_for_space_heating,present_share_of_terraced_houses_1945_1964_in_useful_demand_for_space_heating,present_share_of_terraced_houses_before_1945_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_2005_present_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_1985_2004_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_1965_1984_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_1945_1964_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_before_1945_in_useful_demand_for_space_heating,present_share_of_detached_houses_2005_present_in_useful_demand_for_space_heating,present_share_of_detached_houses_1985_2004_in_useful_demand_for_space_heating,present_share_of_detached_houses_1965_1984_in_useful_demand_for_space_heating,present_share_of_detached_houses_1945_1964_in_useful_demand_for_space_heating,present_share_of_detached_houses_before_1945_in_useful_demand_for_space_heating,buildings_final_demand_electricity_buildings_final_demand_for_space_heating_electricity_parent_share,buildings_final_demand_electricity_buildings_final_demand_for_cooling_electricity_parent_share,buildings_final_demand_electricity_buildings_final_demand_for_lighting_electricity_parent_share,buildings_final_demand_electricity_buildings_final_demand_for_appliances_electricity_parent_share,buildings_final_demand_network_gas_buildings_final_demand_for_space_heating_network_gas_parent_share,buildings_final_demand_network_gas_buildings_final_demand_for_appliances_network_gas_parent_share,buildings_final_demand_network_gas_buildings_final_demand_for_cooling_network_gas_parent_share,buildings_final_demand_wood_pellets_buildings_final_demand_for_space_heating_wood_pellets_parent_share,buildings_final_demand_wood_pellets_buildings_final_demand_for_appliances_wood_pellets_parent_share,buildings_final_demand_crude_oil_buildings_final_demand_for_space_heating_crude_oil_parent_share,buildings_final_demand_crude_oil_buildings_final_demand_for_appliances_crude_oil_parent_share,buildings_final_demand_coal_buildings_final_demand_for_space_heating_coal_parent_share,buildings_final_demand_coal_buildings_final_demand_for_appliances_coal_parent_share,buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_network_gas_parent_share,buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_heatpump_air_water_network_gas_parent_share,buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_hybrid_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_collective_heatpump_water_water_ts_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_hybrid_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_lighting_electricity_buildings_lighting_efficient_fluorescent_electricity_parent_share,buildings_final_demand_for_lighting_electricity_buildings_lighting_standard_fluorescent_electricity_parent_share,buildings_final_demand_for_lighting_electricity_buildings_lighting_led_electricity_parent_share,buildings_final_demand_for_cooling_electricity_buildings_cooling_airconditioning_electricity_parent_share,buildings_final_demand_for_cooling_electricity_buildings_cooling_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_cooling_electricity_buildings_cooling_collective_heatpump_water_water_ts_electricity_parent_share,present_number_of_buildings,input_percentage_of_ht_steam_hot_water_buildings_final_demand_steam_hot_water,input_percentage_of_mt_steam_hot_water_buildings_final_demand_steam_hot_water,input_percentage_of_lt_steam_hot_water_buildings_final_demand_steam_hot_water,typical_useful_demand_for_space_heating_buildings_present,typical_useful_demand_for_space_heating_buildings_future,transport_road_mixer_gasoline_transport_car_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_bus_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_truck_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_motorcycle_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_van_using_gasoline_mix_parent_share,transport_road_mixer_diesel_transport_car_using_diesel_mix_parent_share,transport_road_mixer_diesel_transport_bus_using_diesel_mix_parent_share,transport_road_mixer_diesel_transport_van_using_diesel_mix_parent_share,transport_road_mixer_diesel_transport_truck_using_diesel_mix_parent_share,transport_final_demand_for_road_electricity_transport_car_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_bus_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_truck_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_motorcycle_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_bicycle_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_van_using_electricity_parent_share,transport_road_mixer_compressed_network_gas_transport_car_using_compressed_natural_gas_parent_share,transport_road_mixer_compressed_network_gas_transport_bus_using_compressed_natural_gas_parent_share,transport_road_mixer_compressed_network_gas_transport_truck_using_compressed_natural_gas_parent_share,transport_road_mixer_compressed_network_gas_transport_van_using_compressed_natural_gas_parent_share,input_transport_road_car_hydrogen_share,transport_final_demand_for_road_hydrogen_transport_bus_using_hydrogen_parent_share,transport_final_demand_for_road_hydrogen_transport_truck_using_hydrogen_parent_share,transport_final_demand_for_road_hydrogen_transport_van_using_hydrogen_parent_share,transport_road_mixer_lng_transport_truck_using_lng_mix_parent_share,transport_road_mixer_lng_transport_bus_using_lng_mix_parent_share,transport_final_demand_for_road_lpg_transport_car_using_lpg_parent_share,transport_final_demand_for_road_lpg_transport_van_using_lpg_parent_share,transport_final_demand_for_rail_electricity_transport_freight_train_using_electricity_parent_share,transport_final_demand_for_rail_electricity_transport_tram_using_electricity_parent_share,transport_final_demand_for_rail_electricity_transport_passenger_train_using_electricity_parent_share,transport_rail_mixer_diesel_transport_freight_train_using_diesel_mix_parent_share,transport_rail_mixer_diesel_transport_passenger_train_using_diesel_mix_parent_share,number_of_cars,input_transport_road_human_powered_bicycle_demand,number_of_trucks,number_of_busses,number_of_vans,input_industry_metal_steel_production,input_industry_steel_blastfurnace_bof_share,input_industry_steel_scrap_hbi_eaf_share,input_energy_cokesoven_transformation_coal_input_demand,input_energy_cokesoven_transformation_coal_gas_output_conversion,input_energy_cokesoven_transformation_cokes_output_conversion,input_energy_cokesoven_transformation_loss_output_conversion,input_energy_blastfurnace_transformation_coal_input_demand,input_energy_blastfurnace_transformation_cokes_input_demand,input_energy_blastfurnace_transformation_coal_gas_output_conversion,input_energy_blastfurnace_transformation_loss_output_conversion,input_energy_power_combined_cycle_coal_gas_coal_gas_input_demand,input_energy_chp_coal_gas_coal_gas_input_demand,energy_power_combined_cycle_coal_gas_full_load_hours,input_energy_power_combined_cycle_coal_gas_electricity_output_conversion,input_energy_power_combined_cycle_coal_gas_loss_output_conversion,energy_chp_coal_gas_full_load_hours,input_energy_chp_coal_gas_electricity_output_conversion,input_energy_chp_coal_gas_steam_hot_water_output_conversion,input_energy_chp_coal_gas_loss_output_conversion,industry_final_demand_for_metal_steel_coal_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_coal_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_cokes_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_cokes_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_crude_oil_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_crude_oil_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_electricity_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_electricity_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_network_gas_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_network_gas_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_steam_hot_water_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_steam_hot_water_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_wood_pellets_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_wood_pellets_industry_steel_scrap_hbi_eaf_parent_share,input_industry_metal_aluminium_production,input_industry_aluminium_electrolysis_current_electricity_share,input_industry_aluminium_smeltoven_electricity_share,industry_final_demand_for_metal_aluminium_electricity_industry_aluminium_electrolysis_current_electricity_parent_share,industry_final_demand_for_metal_aluminium_electricity_industry_aluminium_smeltoven_electricity_parent_share,industry_aluminium_burner_network_gas_industry_aluminium_electrolysis_current_electricity_parent_share,industry_aluminium_burner_network_gas_industry_aluminium_smeltoven_electricity_parent_share,input_industry_refinery_transformation_crude_oil_other_oil_demand,input_industry_refinery_transformation_crude_oil_gasoline_demand,input_industry_refinery_transformation_crude_oil_heavy_fuel_oil_demand,input_industry_refinery_transformation_crude_oil_kerosene_demand,input_industry_refinery_transformation_crude_oil_lpg_demand,input_industry_refinery_transformation_crude_oil_refinery_gas_demand,input_industry_refinery_transformation_crude_oil_diesel_demand,industry_final_demand_for_other_food_electricity_industry_useful_demand_for_other_food_electricity_parent_share,industry_final_demand_for_other_food_electricity_industry_other_food_heater_electricity_parent_share,industry_final_demand_for_other_paper_electricity_industry_useful_demand_for_other_paper_electricity_parent_share,industry_final_demand_for_other_paper_electricity_industry_other_paper_heater_electricity_parent_share,input_energy_power_ultra_supercritical_coal_production,energy_power_ultra_supercritical_coal_full_load_hours,input_energy_power_ultra_supercritical_coal_electricity_output_conversion,input_energy_power_supercritical_coal_production,energy_power_supercritical_coal_full_load_hours,input_energy_power_supercritical_coal_electricity_output_conversion,input_energy_power_combined_cycle_coal_production,input_energy_power_combined_cycle_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_cofiring_coal_production,energy_power_ultra_supercritical_cofiring_coal_full_load_hours,input_energy_power_ultra_supercritical_cofiring_coal_electricity_output_conversion,input_energy_power_combined_cycle_ccs_coal_production,input_energy_power_combined_cycle_ccs_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_ccs_coal_production,energy_power_ultra_supercritical_ccs_coal_full_load_hours,input_energy_power_ultra_supercritical_ccs_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_lignite_production,energy_power_ultra_supercritical_lignite_full_load_hours,input_energy_power_ultra_supercritical_lignite_electricity_output_conversion,input_energy_power_ultra_supercritical_oxyfuel_ccs_lignite_production,energy_power_ultra_supercritical_oxyfuel_ccs_lignite_full_load_hours,input_energy_power_ultra_supercritical_oxyfuel_ccs_lignite_electricity_output_conversion,input_energy_power_ultra_supercritical_network_gas_production,energy_power_ultra_supercritical_network_gas_full_load_hours,input_energy_power_ultra_supercritical_network_gas_electricity_output_conversion,input_energy_power_turbine_network_gas_production,energy_power_turbine_network_gas_full_load_hours,input_energy_power_turbine_network_gas_electricity_output_conversion,input_energy_power_engine_network_gas_production,energy_power_engine_network_gas_full_load_hours,input_energy_power_engine_network_gas_electricity_output_conversion,input_energy_power_combined_cycle_network_gas_production,energy_power_combined_cycle_network_gas_full_load_hours,input_energy_power_combined_cycle_network_gas_electricity_output_conversion,input_energy_power_combined_cycle_ccs_network_gas_production,input_energy_power_combined_cycle_ccs_network_gas_electricity_output_conversion,input_energy_power_nuclear_gen2_uranium_oxide_production,energy_power_nuclear_gen2_uranium_oxide_full_load_hours,input_energy_power_nuclear_gen2_uranium_oxide_electricity_output_conversion,input_energy_power_nuclear_gen3_uranium_oxide_production,energy_power_nuclear_gen3_uranium_oxide_full_load_hours,input_energy_power_nuclear_gen3_uranium_oxide_electricity_output_conversion,input_energy_power_ultra_supercritical_crude_oil_production,energy_power_ultra_supercritical_crude_oil_full_load_hours,input_energy_power_ultra_supercritical_crude_oil_electricity_output_conversion,input_energy_power_engine_diesel_production,energy_power_engine_diesel_full_load_hours,input_energy_power_engine_diesel_electricity_output_conversion,input_energy_power_wind_turbine_offshore_production,input_energy_power_wind_turbine_offshore_full_load_hours,input_energy_power_wind_turbine_coastal_production,energy_power_wind_turbine_coastal_full_load_hours,input_energy_power_wind_turbine_inland_production,energy_power_wind_turbine_inland_full_load_hours,input_energy_power_solar_pv_solar_radiation_production,input_solar_panels_roofs_and_parks_full_load_hours,flh_solar_pv_solar_radiation_max,input_energy_power_solar_csp_solar_radiation_production,input_energy_power_hydro_river_production,energy_power_hydro_river_full_load_hours,input_energy_power_hydro_mountain_production,energy_power_hydro_mountain_full_load_hours,input_energy_power_geothermal_production,energy_power_geothermal_full_load_hours,input_energy_power_supercritical_ccs_waste_mix_electricity_output_conversion,input_energy_power_supercritical_waste_mix_production,energy_power_supercritical_waste_mix_full_load_hours,input_energy_power_supercritical_ccs_waste_mix_production,energy_power_supercritical_ccs_waste_mix_full_load_hours,input_energy_power_supercritical_waste_mix_electricity_output_conversion,industry_chp_turbine_gas_power_fuelmix_demand,industry_chp_turbine_gas_power_fuelmix_full_load_hours,input_industry_chp_turbine_gas_power_fuelmix_electricity_output_conversion,input_industry_chp_turbine_gas_power_fuelmix_steam_hot_water_output_conversion,industry_chp_engine_gas_power_fuelmix_demand,industry_chp_engine_gas_power_fuelmix_full_load_hours,input_industry_chp_engine_gas_power_fuelmix_electricity_output_conversion,input_industry_chp_engine_gas_power_fuelmix_steam_hot_water_output_conversion,industry_chp_combined_cycle_gas_power_fuelmix_demand,industry_chp_combined_cycle_gas_power_fuelmix_full_load_hours,input_industry_chp_combined_cycle_gas_power_fuelmix_electricity_output_conversion,input_industry_chp_combined_cycle_gas_power_fuelmix_steam_hot_water_output_conversion,industry_chp_ultra_supercritical_coal_demand,industry_chp_ultra_supercritical_coal_full_load_hours,input_industry_chp_ultra_supercritical_coal_electricity_output_conversion,input_industry_chp_ultra_supercritical_coal_steam_hot_water_output_conversion,industry_chp_wood_pellets_demand,industry_chp_wood_pellets_full_load_hours,input_industry_chp_wood_pellets_electricity_output_conversion,input_industry_chp_wood_pellets_steam_hot_water_output_conversion,agriculture_chp_engine_biogas_demand,agriculture_chp_engine_biogas_full_load_hours,agriculture_chp_engine_network_gas_dispatchable_demand,agriculture_chp_engine_network_gas_dispatchable_full_load_hours,agriculture_chp_wood_pellets_demand,agriculture_chp_wood_pellets_full_load_hours,input_agriculture_chp_engine_biogas_electricity_output_conversion,input_agriculture_chp_engine_biogas_steam_hot_water_output_conversion,input_agriculture_chp_engine_network_gas_dispatchable_electricity_output_conversion,input_agriculture_chp_engine_network_gas_dispatchable_steam_hot_water_output_conversion,input_agriculture_chp_wood_pellets_electricity_output_conversion,input_agriculture_chp_wood_pellets_steam_hot_water_output_conversion,input_energy_chp_supercritical_waste_mix_full_load_hours,input_industry_chp_turbine_hydrogen_electricity_output_conversion,input_industry_chp_turbine_hydrogen_steam_hot_water_output_conversion,input_energy_chp_combined_cycle_ht_network_gas_production,input_energy_chp_combined_cycle_mt_network_gas_production,input_energy_chp_local_engine_ht_biogas_production,input_energy_chp_local_engine_ht_network_gas_production,input_energy_chp_local_engine_mt_biogas_production,input_energy_chp_local_engine_mt_network_gas_production,input_energy_chp_local_ht_wood_pellets_production,input_energy_chp_local_mt_wood_pellets_production,input_energy_chp_supercritical_ht_waste_mix_production,input_energy_chp_supercritical_mt_waste_mix_production,input_energy_chp_ultra_supercritical_cofiring_ht_coal_production,input_energy_chp_ultra_supercritical_cofiring_mt_coal_production,input_energy_chp_ultra_supercritical_ht_coal_production,input_energy_chp_ultra_supercritical_ht_lignite_production,input_energy_chp_ultra_supercritical_mt_coal_production,input_energy_chp_ultra_supercritical_mt_lignite_production,industry_chp_turbine_hydrogen_demand,industry_chp_turbine_hydrogen_full_load_hours,input_energy_chp_local_wood_pellets_full_load_hours,input_energy_chp_local_wood_pellets_electricity_output_conversion,input_energy_chp_local_wood_pellets_steam_hot_water_output_conversion,input_energy_chp_local_engine_biogas_full_load_hours,input_energy_chp_local_engine_biogas_electricity_output_conversion,input_energy_chp_local_engine_biogas_steam_hot_water_output_conversion,input_energy_chp_ultra_supercritical_coal_full_load_hours,input_energy_chp_ultra_supercritical_coal_electricity_output_conversion,input_energy_chp_ultra_supercritical_coal_steam_hot_water_output_conversion,input_energy_chp_ultra_supercritical_cofiring_coal_full_load_hours,input_energy_chp_ultra_supercritical_cofiring_coal_electricity_output_conversion,input_energy_chp_ultra_supercritical_cofiring_coal_steam_hot_water_output_conversion,input_energy_chp_ultra_supercritical_lignite_full_load_hours,input_energy_chp_ultra_supercritical_lignite_electricity_output_conversion,input_energy_chp_ultra_supercritical_lignite_steam_hot_water_output_conversion,input_energy_chp_combined_cycle_network_gas_full_load_hours,input_energy_chp_combined_cycle_network_gas_electricity_output_conversion,input_energy_chp_combined_cycle_network_gas_steam_hot_water_output_conversion,input_energy_chp_local_engine_network_gas_full_load_hours,input_energy_chp_local_engine_network_gas_electricity_output_conversion,input_energy_chp_local_engine_network_gas_steam_hot_water_output_conversion,input_energy_chp_supercritical_waste_mix_electricity_output_conversion,input_energy_chp_supercritical_waste_mix_steam_hot_water_output_conversion,energy_heat_import_ht_steam_hot_water_demand,energy_heat_import_lt_steam_hot_water_demand,energy_heat_import_mt_steam_hot_water_demand,industry_heat_burner_hydrogen_demand,industry_heat_burner_hydrogen_full_load_hours,industry_heat_burner_lignite_demand,industry_heat_burner_lignite_full_load_hours,input_industry_heat_burner_lignite_steam_hot_water_output_conversion,industry_heat_burner_coal_demand,industry_heat_burner_coal_full_load_hours,input_industry_heat_burner_coal_steam_hot_water_output_conversion,industry_heat_well_geothermal_demand,industry_heat_burner_crude_oil_demand,industry_heat_burner_crude_oil_full_load_hours,input_industry_heat_burner_hydrogen_steam_hot_water_output_conversion,input_industry_heat_burner_crude_oil_steam_hot_water_output_conversion,input_energy_heat_boiler_electricity_steam_hot_water_output_conversion,input_energy_heat_boiler_ht_electricity_production,input_energy_heat_boiler_lt_electricity_production,input_energy_heat_boiler_mt_electricity_production,input_energy_heat_burner_coal_full_load_hours,input_energy_heat_burner_coal_steam_hot_water_output_conversion,input_energy_heat_burner_crude_oil_full_load_hours,input_energy_heat_burner_crude_oil_steam_hot_water_output_conversion,input_energy_heat_burner_ht_coal_production,input_energy_heat_burner_ht_crude_oil_production,input_energy_heat_burner_ht_hydrogen_production,input_energy_heat_burner_ht_network_gas_production,input_energy_heat_burner_ht_waste_mix_production,input_energy_heat_burner_ht_wood_pellets_production,input_energy_heat_burner_hydrogen_steam_hot_water_output_conversion,input_energy_heat_burner_lt_hydrogen_production,input_energy_heat_burner_mt_coal_production,input_energy_heat_burner_mt_crude_oil_production,input_energy_heat_burner_mt_hydrogen_production,input_energy_heat_burner_mt_network_gas_production,input_energy_heat_burner_mt_waste_mix_production,input_energy_heat_burner_mt_wood_pellets_production,input_energy_heat_burner_network_gas_full_load_hours,input_energy_heat_burner_network_gas_steam_hot_water_output_conversion,input_energy_heat_burner_waste_mix_full_load_hours,input_energy_heat_burner_waste_mix_steam_hot_water_output_conversion,input_energy_heat_burner_wood_pellets_full_load_hours,input_energy_heat_burner_wood_pellets_steam_hot_water_output_conversion,input_energy_heat_heatpump_water_water_electricity_full_load_hours,input_energy_heat_heatpump_water_water_ht_electricity_production,input_energy_heat_heatpump_water_water_lt_electricity_production,input_energy_heat_heatpump_water_water_mt_electricity_production,input_energy_heat_solar_ht_solar_thermal_production,input_energy_heat_solar_lt_solar_thermal_production,input_energy_heat_solar_mt_solar_thermal_production,input_energy_heat_solar_solar_thermal_full_load_hours,input_energy_heat_well_deep_ht_geothermal_production,input_energy_heat_well_deep_mt_geothermal_production,input_energy_heat_well_shallow_heatpump_mt_geothermal_production,input_energy_heat_well_shallow_lt_geothermal_production,energy_distribution_biogenic_waste_energy_distribution_waste_mix_child_share,energy_distribution_non_biogenic_waste_energy_distribution_waste_mix_child_share,input_percentage_of_diesel_households_final_demand_crude_oil,input_percentage_of_biodiesel_households_final_demand_crude_oil,input_percentage_of_kerosene_households_final_demand_crude_oil,input_percentage_of_bio_kerosene_households_final_demand_crude_oil,input_percentage_of_lpg_households_final_demand_crude_oil,input_percentage_of_bio_oil_households_final_demand_crude_oil,input_percentage_of_crude_oil_households_final_demand_crude_oil,input_percentage_of_diesel_buildings_final_demand_crude_oil,input_percentage_of_biodiesel_buildings_final_demand_crude_oil,input_percentage_of_kerosene_buildings_final_demand_crude_oil,input_percentage_of_bio_kerosene_buildings_final_demand_crude_oil,input_percentage_of_lpg_buildings_final_demand_crude_oil,input_percentage_of_bio_oil_buildings_final_demand_crude_oil,input_percentage_of_crude_oil_buildings_final_demand_crude_oil,input_percentage_of_diesel_agriculture_final_demand_crude_oil,input_percentage_of_biodiesel_agriculture_final_demand_crude_oil,input_percentage_of_kerosene_agriculture_final_demand_crude_oil,input_percentage_of_bio_kerosene_agriculture_final_demand_crude_oil,input_percentage_of_lpg_agriculture_final_demand_crude_oil,input_percentage_of_bio_oil_agriculture_final_demand_crude_oil,input_percentage_of_crude_oil_agriculture_final_demand_crude_oil,input_share_mixer_gas_fuel_bio_oil,input_share_mixer_gas_fuel_oil,input_share_mixer_gas_fuel_network_gas,input_percentage_of_diesel_industry_final_demand_crude_oil,input_percentage_of_biodiesel_industry_final_demand_crude_oil,input_percentage_of_kerosene_industry_final_demand_crude_oil,input_percentage_of_bio_kerosene_industry_final_demand_crude_oil,input_percentage_of_lpg_industry_final_demand_crude_oil,input_percentage_of_bio_oil_industry_final_demand_crude_oil,input_percentage_of_crude_oil_industry_final_demand_crude_oil,analysis_year,number_of_inhabitants,total_land_area,areable_land,coast_line,offshore_suitable_for_wind,residences_roof_surface_available_for_pv,buildings_roof_surface_available_for_pv,co2_emission_1990,co2_emission_1990_aviation_bunkers,co2_emission_1990_marine_bunkers,energetic_emissions_other_ghg_households,energetic_emissions_other_ghg_buildings,energetic_emissions_other_ghg_industry,energetic_emissions_other_ghg_energy,energetic_emissions_other_ghg_transport,energetic_emissions_other_ghg_agriculture,non_energetic_emissions_co2_chemical_industry,non_energetic_emissions_co2_waste_management,non_energetic_emissions_co2_other_industry,non_energetic_emissions_co2_agriculture_manure,non_energetic_emissions_co2_agriculture_soil_cultivation,indirect_emissions_co2,non_energetic_emissions_other_ghg_chemical_industry,non_energetic_emissions_other_ghg_waste_management,non_energetic_emissions_other_ghg_other_industry,non_energetic_emissions_other_ghg_agriculture_manure,non_energetic_emissions_other_ghg_agriculture_soil_cultivation,non_energetic_emissions_other_ghg_agriculture_fermentation,non_energetic_emissions_other_ghg_agriculture_other,file_carriers_natural_gas_co2_conversion_per_mj,file_carriers_crude_oil_co2_conversion_per_mj,file_carriers_coal_co2_conversion_per_mj,file_carriers_lignite_co2_conversion_per_mj,file_carriers_non_biogenic_waste_co2_conversion_per_mj,file_carriers_diesel_co2_conversion_per_mj,file_carriers_gasoline_co2_conversion_per_mj,file_carriers_heavy_fuel_oil_co2_conversion_per_mj,file_carriers_kerosene_co2_conversion_per_mj,file_carriers_lng_co2_conversion_per_mj,file_carriers_lpg_co2_conversion_per_mj,file_carriers_imported_electricity_co2_conversion_per_mj,file_carriers_imported_heat_co2_conversion_per_mj,file_carriers_imported_hydrogen_co2_conversion_per_mj,file_carriers_propane_co2_conversion_per_mj,file_carriers_imported_ammonia_co2_conversion_per_mj,lv_net_total_costs_present,mv_net_total_costs_present,hv_net_total_costs_present,lv_mv_trafo_total_costs_present,mv_hv_trafo_total_costs_present,interconnection_net_costs_present,offshore_net_costs_present,lv_net_spare_capacity,mv_net_spare_capacity,hv_net_spare_capacity,lv_mv_trafo_spare_capacity,mv_hv_trafo_spare_capacity,lv_net_costs_per_capacity_step,mv_net_costs_per_capacity_step,hv_net_costs_per_capacity_step,lv_mv_trafo_costs_per_capacity_step,mv_hv_trafo_costs_per_capacity_step,energy_power_hv_network_loss_demand,interconnector_capacity,heat_length_of_distribution_pipelines_in_meter_per_residence_object_first_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_second_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_third_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_fourth_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_fifth_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_first_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_second_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_third_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_fourth_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_fifth_bracket,annual_infrastructure_cost_gas,energy_distribution_network_gas_loss_demand,energy_distribution_greengas_demand,energy_regasification_lng_energy_national_gas_network_natural_gas_demand,energy_distribution_crude_oil_loss_demand,input_energy_heat_distribution_ht_loss_share,input_energy_heat_distribution_mt_loss_share,input_energy_heat_distribution_lt_loss_share,energy_greengas_gasification_dry_biomass_energy_greengas_production_child_share,energy_greengas_gasification_wet_biomass_energy_greengas_production_child_share,energy_greengas_upgrade_biogas_energy_greengas_production_child_share,energy_production_dry_biomass_max_demand,energy_production_wet_biomass_max_demand,energy_production_oily_biomass_max_demand,energy_extraction_coal_demand,energy_extraction_lignite_demand,energy_extraction_crude_oil_demand,energy_extraction_natural_gas_demand,energy_extraction_uranium_oxide_demand,aquathermal_potential_for_drink_water,aquathermal_potential_for_surface_water,aquathermal_potential_for_waste_water,hv_net_capacity_per_step,lv_mv_trafo_capacity_per_step,lv_net_capacity_per_step,mv_hv_trafo_capacity_per_step,mv_net_capacity_per_step -BEGM11002,2002.596646,8427.371269,385.2087563,8.821574572,1096.815772,163.4652,0.3348,5519.050352,3742.541652,250.8419648,774.7390261,0,197.6454,11.5344,2660.099747,7368.231837,18.259166,179.6410613,0,1072.836829,35.05169987,0,0,0,117.7297403,532.4624819,0,0,684.7347509,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.522453148,3.22778628,401.2943494,123.3757738,0,7.564948338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28.61358988,23.38293604,0,2.336922513,0,0,0,0,0,0,387.1156802,1012.570234,0,65.40588385,0,91.56823739,35.30715138,15.81424574,0,0,0,1.394532505,315.2989933,202.5903891,0,169.9583704,1090.148742,43.45154238,0,657.8,0,0,0,0,0,432.3478069,170.9366573,0,0,0,0,0,0,0,0,0,0,0,0,0,46.206,208.7772649,0,0,0.22,0.01,0.12,0.26,0.04,0.35,0.01,0.15,0.84,0,0.15,0.85,0.12,0.87,0.01,0.15,0.85,0.02,0.98,0.981023573,0,0.018976427,0.664497745,0.031638424,0.303863831,0,0.71,0.19,0.1,0.83,0.16,0.01,0.118265964,0.082093619,0.058486321,0.250623421,0.302450525,0.07,0.079521805,0.038558345,0.98,0.02,0,1,0,0,23407,17454,58927,41601,64052,1039,2733,7452,14145,39415,693,1426,2455,2737,2222,644,951,1438,906,880,30,57,74,80,88,97,30,60,80,91,106,104,30,66,87,97,113,111,30,70,92,103,118,116,0.082251904,0.061333137,0.207068737,0.146185391,0.225077923,0.003651033,0.009603728,0.026186234,0.049705352,0.138503814,0.002435193,0.005010946,0.008626839,0.009617784,0.00780808,0.002263008,0.003341802,0.005053114,0.003183673,0.003092309,0.391527117,0.052949118,0.200306489,0.355217276,0.765680391,0.233798002,0.000521607,0.959029394,0.040970606,0.837920017,0.162079983,0,1,1,0,0,0.901253467,0,0.098746533,0,0.05,0.94,0.01,0.99,0,0.01,11311,1,0,0,540,50,0.98,0.000363002,0,0,0.019636998,0.51,0.02,0.090490202,0.379509798,0.940832131,0.02,0,0,0,0.039167869,0.497213594,0.351066538,0.041970411,0.109749457,0.96,0.04,0,0,1,0,0.802442814,0.197557186,0.301981241,0.218016786,0.480001973,0.6,0.4,214961,16147308.8,7141,316,26844,0,1,0,0,1,0,0,0,0,1,0,0,0,1789,0.426970782,0,5320,0.4,0.4,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,100,0,100,0,0,7100,46,0,7500,36,0,45.3,0,7100,42,0,37.3,0,7500,36.1,0,6329,40,0,5972,30.5,0,330,40,122.306328,1800,34,0,1126,48,0,850,60,0,49,0,8000,32,0,7800,36,0,4000,45,0,4000,38,0,3230,0,2850,1082.3364,2482.650702,0,869.4526222,1361.356345,0,0,3330,0,4024,0,8000,0,0,4100,0,4100,25,0,3200,38,42,0,1300,42,48,0,2959.9,46,42,0,4500,40,15,0,6000,27.9,83.5,0,8500,0,4500,0,8500,42,39,42,50,18.3,47,5100,33.445,41.472,0,0,0,0,0,0,0,0,0,25.202772,0,0,0,0,0,0,0,8300,6000,28.9,82.1,8000,43,47,8000,40,15,8000,37,15,4500,35,15,4900,46,42,3610,43,47,17.0540457,2.1591989,0,0,0,0,7900,0,2190,72,0,2190,72,0,0,2190,100,72,99.5,0,0,0,2190,72,2190,72,0,0,0,0,0,0,100,0,0,0,0,0,0,0,2190,103,2190,105,2190,90,6500,0,0,0,0,0,0,938.8,0,0,0,0,0.48,0.52,0.92515034,1.97E-06,0.009957342,0,0.0505732,3.93E-05,0.014277823,0.964958791,0.000390397,0.01193152,0,0.022570402,0,0.00014889,0.956403718,0.003004367,0.016366916,0,0.005930398,0,0.956403718,0,0,0,0.136913675,0.001038923,0.002591236,0,0.197401412,0.001101504,0.66095325,2022,541856,208.22,13.23,0,35.4226087,9.187036483,19.67172197,3.395268544,0.002843447,0.272832735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.056236,0.077796,0.101365,0.107765,0.111592222,0.074496,0.069696,0.0774,0.071749,0.078055556,0.063236,0.048333333,0,0,0.06448,0,11620229.67,9986134.873,5868215.984,4139706.821,3486068.901,0,0,0.25,0.25,0.25,0.25,0.25,22309.03226,168048.3871,88651.6129,4870.967742,60887.09677,0,7880,1.3,1.7,2,2.3,3.4,0.1,0.4,0.7,1.1,2,35436117.15,0,0,0,0,9.091197462,9.091197462,9.091197462,0,0,0,5378256,820008,0,0,0,0,0,0,0,0,0,1,1,1,1,1 \ No newline at end of file +BEGM11002,2002.596646,8427.371269,385.2087563,8.821574572,1096.815772,163.4652,0.3348,5519.050352,3742.541652,250.8419648,774.7390261,0,197.6454,11.5344,2660.099747,7368.231837,18.259166,179.6410613,0,1072.836829,35.05169987,0,0,0,117.7297403,532.4624819,0,0,684.7347509,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.522453148,3.22778628,401.2943494,123.3757738,0,7.564948338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28.61358988,23.38293604,0,2.336922513,0,0,0,0,0,0,387.1156802,1012.570234,0,65.40588385,0,91.56823739,35.30715138,15.81424574,0,0,0,1.394532505,315.2989933,202.5903891,0,169.9583704,1090.148742,43.45154238,0,657.8,0,0,0,0,0,432.3478069,170.9366573,0,0,0,0,0,0,0,0,0,0,0,0,0,46.206,208.7772649,0,0,0.22,0.01,0.12,0.26,0.04,0.35,0.01,0.15,0.84,0,0.15,0.85,0.12,0.87,0.01,0.15,0.85,0.02,0.98,0.981023573,0,0.018976427,0.664497745,0.031638424,0.303863831,0,0.71,0.19,0.1,0.83,0.16,0.01,0.118265964,0.082093619,0.058486321,0.250623421,0.302450525,0.07,0.079521805,0.038558345,0.98,0.02,0,1,0,0,23407,17454,58927,41601,64052,1039,2733,7452,14145,39415,693,1426,2455,2737,2222,644,951,1438,906,880,30,57,74,80,88,97,30,60,80,91,106,104,30,66,87,97,113,111,30,70,92,103,118,116,0.082251904,0.061333137,0.207068737,0.146185391,0.225077923,0.003651033,0.009603728,0.026186234,0.049705352,0.138503814,0.002435193,0.005010946,0.008626839,0.009617784,0.00780808,0.002263008,0.003341802,0.005053114,0.003183673,0.003092309,0.391527117,0.052949118,0.200306489,0.355217276,0.765680391,0.233798002,0.000521607,0.959029394,0.040970606,0.837920017,0.162079983,0,1,1,0,0,0.901253467,0,0.098746533,0,0.05,0.94,0.01,0.99,0,0.01,45244,1,0,0,540,50,0.98,0.000363002,0,0,0.019636998,0.51,0.02,0.090490202,0.379509798,0.940832131,0.02,0,0,0,0.039167869,0.497213594,0.351066538,0.041970411,0.109749457,0.96,0.04,0,0,1,0,0.802442814,0.197557186,0.301981241,0.218016786,0.480001973,0.6,0.4,214961,16147308.8,7141,316,26844,0,1,0,0,1,0,0,0,0,1,0,0,0,1789,0.426970782,0,5320,0.4,0.4,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,100,0,100,0,0,7100,46,0,7500,36,0,45.3,0,7100,42,0,37.3,0,7500,36.1,0,6329,40,0,5972,30.5,0,330,40,122.306328,1800,34,0,1126,48,0,850,60,0,49,0,8000,32,0,7800,36,0,4000,45,0,4000,38,0,3230,0,2850,1082.3364,2482.650702,0,869.4526222,1361.356345,0,0,3330,0,4024,0,8000,0,0,4100,0,4100,25,0,3200,38,42,0,1300,42,48,0,2959.9,46,42,0,4500,40,15,0,6000,27.9,83.5,0,8500,0,4500,0,8500,42,39,42,50,18.3,47,5100,33.445,41.472,0,0,0,0,0,0,0,0,0,25.202772,0,0,0,0,0,0,0,8300,6000,28.9,82.1,8000,43,47,8000,40,15,8000,37,15,4500,35,15,4900,46,42,3610,43,47,17.0540457,2.1591989,0,0,0,0,7900,0,2190,72,0,2190,72,0,0,2190,100,72,99.5,0,0,0,2190,72,2190,72,0,0,0,0,0,0,100,0,0,0,0,0,0,0,2190,103,2190,105,2190,90,6500,0,0,0,0,0,0,938.8,0,0,0,0,0.48,0.52,0.92515034,1.97E-06,0.009957342,0,0.0505732,3.93E-05,0.014277823,0.964958791,0.000390397,0.01193152,0,0.022570402,0,0.00014889,0.956403718,0.003004367,0.016366916,0,0.005930398,0,0.956403718,0,0,0,0.136913675,0.001038923,0.002591236,0,0.197401412,0.001101504,0.66095325,2022,541856,208.22,13.23,0,35.4226087,9.187036483,19.67172197,3.395268544,0.002843447,0.272832735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.056236,0.077796,0.101365,0.107765,0.111592222,0.074496,0.069696,0.0774,0.071749,0.078055556,0.063236,0.048333333,0,0,0.06448,0,11620229.67,9986134.873,5868215.984,4139706.821,3486068.901,0,0,0.25,0.25,0.25,0.25,0.25,22309.03226,168048.3871,88651.6129,4870.967742,60887.09677,0,7880,1.3,1.7,2,2.3,3.4,0.1,0.4,0.7,1.1,2,35436117.15,0,0,0,0,9.091197462,9.091197462,9.091197462,0,0,0,5378256,820008,0,0,0,0,0,0,0,0,0,1,1,1,1,1 \ No newline at end of file From e3b89fdd9e2b4c5478d05d754f2f9c15aeb1fcba Mon Sep 17 00:00:00 2001 From: Kas Kranenburg Date: Thu, 13 Mar 2025 17:01:19 +0100 Subject: [PATCH 3/3] Updating amount of buildings in Antwerpen dataset v2 --- db/migrate/20250312105614_antwerpenfinal2022/data.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20250312105614_antwerpenfinal2022/data.csv b/db/migrate/20250312105614_antwerpenfinal2022/data.csv index 1a661137..87e6a639 100644 --- a/db/migrate/20250312105614_antwerpenfinal2022/data.csv +++ b/db/migrate/20250312105614_antwerpenfinal2022/data.csv @@ -1,2 +1,2 @@ geo_id,households_final_demand_electricity_demand,households_final_demand_network_gas_demand,households_final_demand_wood_pellets_demand,households_final_demand_coal_demand,input_households_final_demand_crude_oil_demand,input_households_solar_pv_demand,households_final_demand_solar_thermal_demand,buildings_final_demand_network_gas_demand,input_buildings_electricity_demand,buildings_final_demand_wood_pellets_demand,input_buildings_final_demand_crude_oil_demand,buildings_final_demand_coal_demand,input_buildings_solar_pv_demand,buildings_final_demand_solar_thermal_demand,input_transport_road_gasoline_demand,input_transport_road_diesel_demand,transport_final_demand_lpg_demand,input_transport_road_electricity_demand,input_transport_road_bio_ethanol_demand,input_transport_road_biodiesel_demand,transport_final_demand_for_road_compressed_network_gas_demand,transport_final_demand_hydrogen_demand,transport_final_demand_for_road_lng_demand,transport_final_demand_for_road_bio_lng_demand,input_transport_rail_diesel_demand,input_transport_rail_electricity_demand,input_transport_rail_biodiesel_demand,transport_final_demand_coal_demand,input_transport_ship_diesel_demand,input_transport_ship_biodiesel_demand,transport_final_demand_for_shipping_lng_demand,transport_final_demand_for_shipping_bio_lng_demand,transport_final_demand_heavy_fuel_oil_demand,transport_final_demand_kerosene_demand,input_transport_plane_gasoline_demand,input_transport_plane_bio_ethanol_demand,input_transport_plane_electricity_demand,bunkers_total_useful_demand_planes_demand,bunkers_total_useful_demand_ships_demand,input_transport_ship_bio_ethanol_demand,input_transport_ship_electricity_demand,input_industry_metal_steel_coal_demand,input_industry_metal_steel_cokes_demand,input_industry_metal_steel_coal_gas_demand,input_industry_metal_steel_electricity_demand,input_industry_metal_steel_network_gas_demand,input_industry_metal_steel_steam_hot_water_demand,input_industry_metal_steel_crude_oil_demand,input_industry_metal_steel_wood_pellets_demand,input_industry_metal_aluminium_electricity_demand,input_industry_metal_aluminium_network_gas_demand,input_industry_metal_other_electricity_demand,input_industry_metal_other_network_gas_demand,input_industry_metal_other_steam_hot_water_demand,input_industry_metal_other_crude_oil_demand,input_industry_metal_other_coal_demand,industry_useful_demand_for_chemical_refineries_crude_oil_non_energetic_demand,input_industry_chemical_refineries_wood_pellets_non_energetic_demand,input_industry_chemical_refineries_network_gas_non_energetic_demand,input_industry_chemical_refineries_coal_non_energetic_demand,input_industry_chemical_refineries_electricity_demand,input_industry_chemical_refineries_network_gas_demand,input_industry_chemical_refineries_steam_hot_water_demand,input_industry_chemical_refineries_crude_oil_demand,input_industry_chemical_refineries_coal_demand,input_industry_chemical_refineries_wood_pellets_demand,input_industry_chemical_fertilizers_electricity_demand,input_industry_chemical_fertilizers_network_gas_demand,input_industry_chemical_fertilizers_steam_hot_water_demand,input_industry_chemical_fertilizers_crude_oil_demand,input_industry_chemical_fertilizers_coal_demand,input_industry_chemical_fertilizers_wood_pellets_demand,input_industry_chemical_fertilizers_network_gas_non_energetic_demand,input_industry_chemical_fertilizers_hydrogen_non_energetic_demand,input_industry_chemical_fertilizers_crude_oil_non_energetic_demand,input_industry_chemical_fertilizers_coal_non_energetic_demand,input_industry_chemical_fertilizers_wood_pellets_non_energetic_demand,input_industry_chemical_other_electricity_demand,input_industry_chemical_other_network_gas_demand,input_industry_chemical_other_steam_hot_water_demand,input_industry_chemical_other_crude_oil_demand,input_industry_chemical_other_coal_demand,input_industry_chemical_other_wood_pellets_demand,input_industry_chemical_other_network_gas_non_energetic_demand,input_industry_chemical_other_crude_oil_non_energetic_demand,input_industry_chemical_other_coal_non_energetic_demand,input_industry_chemical_other_wood_pellets_non_energetic_demand,input_industry_food_electricity_demand,input_industry_food_network_gas_demand,input_industry_food_steam_hot_water_demand,input_industry_food_crude_oil_demand,input_industry_food_coal_demand,input_industry_food_wood_pellets_demand,input_industry_paper_electricity_demand,input_industry_paper_network_gas_demand,input_industry_paper_steam_hot_water_demand,input_industry_paper_crude_oil_demand,input_industry_paper_coal_demand,input_industry_paper_wood_pellets_demand,input_industry_other_electricity_demand,input_industry_other_network_gas_demand,input_industry_other_steam_hot_water_demand,input_industry_other_crude_oil_demand,input_industry_other_coal_demand,input_industry_other_cokes_demand,input_industry_other_wood_pellets_demand,input_industry_ict_electricity_demand,agriculture_final_demand_network_gas_demand,agriculture_final_demand_electricity_demand,agriculture_final_demand_wood_pellets_demand,input_agriculture_final_demand_crude_oil_demand,agriculture_final_demand_hydrogen_demand,other_final_demand_network_gas_demand,other_final_demand_electricity_demand,other_final_demand_wood_pellets_demand,other_final_demand_crude_oil_demand,other_final_demand_coal_demand,input_industry_other_network_gas_non_energetic_demand,input_industry_other_wood_pellets_non_energetic_demand,input_industry_other_crude_oil_non_energetic_demand,input_industry_other_coal_non_energetic_demand,input_industry_other_cokes_non_energetic_demand,energy_power_sector_own_use_electricity_demand,input_agriculture_final_demand_steam_hot_water_demand,input_percentage_of_central_mt_steam_hot_water_agriculture_final_demand_steam_hot_water,input_percentage_of_central_ht_steam_hot_water_agriculture_final_demand_steam_hot_water,input_percentage_of_local_steam_hot_water_agriculture_final_demand_steam_hot_water,input_buildings_final_demand_steam_hot_water_demand,input_households_final_demand_steam_hot_water_demand,input_other_final_demand_steam_hot_water_demand,other_final_demand_crude_oil_non_energetic_demand,households_final_demand_electricity_households_final_demand_for_cooking_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_cooling_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_hot_water_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_lighting_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_space_heating_electricity_parent_share,households_final_demand_electricity_households_final_demand_for_appliances_electricity_parent_share,households_final_demand_network_gas_households_final_demand_for_cooking_network_gas_parent_share,households_final_demand_network_gas_households_final_demand_for_hot_water_network_gas_parent_share,households_final_demand_network_gas_households_final_demand_for_space_heating_network_gas_parent_share,households_final_demand_network_gas_households_final_demand_for_cooling_network_gas_parent_share,input_households_final_demand_steam_hot_water_households_final_demand_for_hot_water_steam_hot_water_parent_share,input_households_final_demand_steam_hot_water_households_final_demand_for_space_heating_steam_hot_water_parent_share,households_final_demand_wood_pellets_households_final_demand_for_hot_water_wood_pellets_parent_share,households_final_demand_wood_pellets_households_final_demand_for_space_heating_wood_pellets_parent_share,households_final_demand_wood_pellets_households_final_demand_for_cooking_wood_pellets_parent_share,households_final_demand_crude_oil_households_final_demand_for_hot_water_crude_oil_parent_share,households_final_demand_crude_oil_households_final_demand_for_space_heating_crude_oil_parent_share,households_final_demand_coal_households_final_demand_for_hot_water_coal_parent_share,households_final_demand_coal_households_final_demand_for_space_heating_coal_parent_share,households_final_demand_for_space_heating_network_gas_households_space_heater_combined_network_gas_parent_share,households_final_demand_for_space_heating_network_gas_households_space_heater_network_gas_parent_share,households_final_demand_for_space_heating_network_gas_households_space_heater_hybrid_heatpump_air_water_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_heatpump_air_water_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_hybrid_heatpump_air_water_electricity_parent_share,households_final_demand_for_space_heating_electricity_households_space_heater_heatpump_ground_water_electricity_parent_share,households_final_demand_for_cooking_electricity_households_cooker_halogen_electricity_parent_share,households_final_demand_for_cooking_electricity_households_cooker_induction_electricity_parent_share,households_final_demand_for_cooking_electricity_households_cooker_resistive_electricity_parent_share,households_final_demand_for_lighting_electricity_households_lighting_incandescent_electricity_parent_share,households_final_demand_for_lighting_electricity_households_lighting_efficient_fluorescent_electricity_parent_share,households_final_demand_for_lighting_electricity_households_lighting_led_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_clothes_dryer_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_computer_media_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_dishwasher_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_fridge_freezer_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_television_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_vacuum_cleaner_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_washing_machine_electricity_parent_share,households_final_demand_for_appliances_electricity_households_appliances_other_electricity_parent_share,households_final_demand_for_cooling_electricity_households_cooling_airconditioning_electricity_parent_share,households_final_demand_for_cooling_electricity_households_cooling_heatpump_ground_water_electricity_parent_share,households_final_demand_for_cooling_electricity_households_cooling_heatpump_air_water_electricity_parent_share,input_percentage_of_ht_steam_hot_water_households_final_demand_steam_hot_water,input_percentage_of_lt_steam_hot_water_households_final_demand_steam_hot_water,input_percentage_of_mt_steam_hot_water_households_final_demand_steam_hot_water,present_number_of_apartments_2005_present,present_number_of_apartments_1985_2004,present_number_of_apartments_1965_1984,present_number_of_apartments_1945_1964,present_number_of_apartments_before_1945,present_number_of_terraced_houses_2005_present,present_number_of_terraced_houses_1985_2004,present_number_of_terraced_houses_1965_1984,present_number_of_terraced_houses_1945_1964,present_number_of_terraced_houses_before_1945,present_number_of_semi_detached_houses_2005_present,present_number_of_semi_detached_houses_1985_2004,present_number_of_semi_detached_houses_1965_1984,present_number_of_semi_detached_houses_1945_1964,present_number_of_semi_detached_houses_before_1945,present_number_of_detached_houses_2005_present,present_number_of_detached_houses_1985_2004,present_number_of_detached_houses_1965_1984,present_number_of_detached_houses_1945_1964,present_number_of_detached_houses_before_1945,typical_useful_demand_for_space_heating_apartments_future,typical_useful_demand_for_space_heating_apartments_2005_present,typical_useful_demand_for_space_heating_apartments_1985_2004,typical_useful_demand_for_space_heating_apartments_1965_1984,typical_useful_demand_for_space_heating_apartments_1945_1964,typical_useful_demand_for_space_heating_apartments_before_1945,typical_useful_demand_for_space_heating_terraced_houses_future,typical_useful_demand_for_space_heating_terraced_houses_2005_present,typical_useful_demand_for_space_heating_terraced_houses_1985_2004,typical_useful_demand_for_space_heating_terraced_houses_1965_1984,typical_useful_demand_for_space_heating_terraced_houses_1945_1964,typical_useful_demand_for_space_heating_terraced_houses_before_1945,typical_useful_demand_for_space_heating_semi_detached_houses_future,typical_useful_demand_for_space_heating_semi_detached_houses_2005_present,typical_useful_demand_for_space_heating_semi_detached_houses_1985_2004,typical_useful_demand_for_space_heating_semi_detached_houses_1965_1984,typical_useful_demand_for_space_heating_semi_detached_houses_1945_1964,typical_useful_demand_for_space_heating_semi_detached_houses_before_1945,typical_useful_demand_for_space_heating_detached_houses_future,typical_useful_demand_for_space_heating_detached_houses_2005_present,typical_useful_demand_for_space_heating_detached_houses_1985_2004,typical_useful_demand_for_space_heating_detached_houses_1965_1984,typical_useful_demand_for_space_heating_detached_houses_1945_1964,typical_useful_demand_for_space_heating_detached_houses_before_1945,present_share_of_apartments_2005_present_in_useful_demand_for_space_heating,present_share_of_apartments_1985_2004_in_useful_demand_for_space_heating,present_share_of_apartments_1965_1984_in_useful_demand_for_space_heating,present_share_of_apartments_1945_1964_in_useful_demand_for_space_heating,present_share_of_apartments_before_1945_in_useful_demand_for_space_heating,present_share_of_terraced_houses_2005_present_in_useful_demand_for_space_heating,present_share_of_terraced_houses_1985_2004_in_useful_demand_for_space_heating,present_share_of_terraced_houses_1965_1984_in_useful_demand_for_space_heating,present_share_of_terraced_houses_1945_1964_in_useful_demand_for_space_heating,present_share_of_terraced_houses_before_1945_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_2005_present_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_1985_2004_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_1965_1984_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_1945_1964_in_useful_demand_for_space_heating,present_share_of_semi_detached_houses_before_1945_in_useful_demand_for_space_heating,present_share_of_detached_houses_2005_present_in_useful_demand_for_space_heating,present_share_of_detached_houses_1985_2004_in_useful_demand_for_space_heating,present_share_of_detached_houses_1965_1984_in_useful_demand_for_space_heating,present_share_of_detached_houses_1945_1964_in_useful_demand_for_space_heating,present_share_of_detached_houses_before_1945_in_useful_demand_for_space_heating,buildings_final_demand_electricity_buildings_final_demand_for_space_heating_electricity_parent_share,buildings_final_demand_electricity_buildings_final_demand_for_cooling_electricity_parent_share,buildings_final_demand_electricity_buildings_final_demand_for_lighting_electricity_parent_share,buildings_final_demand_electricity_buildings_final_demand_for_appliances_electricity_parent_share,buildings_final_demand_network_gas_buildings_final_demand_for_space_heating_network_gas_parent_share,buildings_final_demand_network_gas_buildings_final_demand_for_appliances_network_gas_parent_share,buildings_final_demand_network_gas_buildings_final_demand_for_cooling_network_gas_parent_share,buildings_final_demand_wood_pellets_buildings_final_demand_for_space_heating_wood_pellets_parent_share,buildings_final_demand_wood_pellets_buildings_final_demand_for_appliances_wood_pellets_parent_share,buildings_final_demand_crude_oil_buildings_final_demand_for_space_heating_crude_oil_parent_share,buildings_final_demand_crude_oil_buildings_final_demand_for_appliances_crude_oil_parent_share,buildings_final_demand_coal_buildings_final_demand_for_space_heating_coal_parent_share,buildings_final_demand_coal_buildings_final_demand_for_appliances_coal_parent_share,buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_network_gas_parent_share,buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_heatpump_air_water_network_gas_parent_share,buildings_final_demand_for_space_heating_network_gas_buildings_space_heater_hybrid_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_collective_heatpump_water_water_ts_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_space_heating_electricity_buildings_space_heater_hybrid_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_lighting_electricity_buildings_lighting_efficient_fluorescent_electricity_parent_share,buildings_final_demand_for_lighting_electricity_buildings_lighting_standard_fluorescent_electricity_parent_share,buildings_final_demand_for_lighting_electricity_buildings_lighting_led_electricity_parent_share,buildings_final_demand_for_cooling_electricity_buildings_cooling_airconditioning_electricity_parent_share,buildings_final_demand_for_cooling_electricity_buildings_cooling_heatpump_air_water_electricity_parent_share,buildings_final_demand_for_cooling_electricity_buildings_cooling_collective_heatpump_water_water_ts_electricity_parent_share,present_number_of_buildings,input_percentage_of_ht_steam_hot_water_buildings_final_demand_steam_hot_water,input_percentage_of_mt_steam_hot_water_buildings_final_demand_steam_hot_water,input_percentage_of_lt_steam_hot_water_buildings_final_demand_steam_hot_water,typical_useful_demand_for_space_heating_buildings_present,typical_useful_demand_for_space_heating_buildings_future,transport_road_mixer_gasoline_transport_car_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_bus_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_truck_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_motorcycle_using_gasoline_mix_parent_share,transport_road_mixer_gasoline_transport_van_using_gasoline_mix_parent_share,transport_road_mixer_diesel_transport_car_using_diesel_mix_parent_share,transport_road_mixer_diesel_transport_bus_using_diesel_mix_parent_share,transport_road_mixer_diesel_transport_van_using_diesel_mix_parent_share,transport_road_mixer_diesel_transport_truck_using_diesel_mix_parent_share,transport_final_demand_for_road_electricity_transport_car_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_bus_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_truck_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_motorcycle_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_bicycle_using_electricity_parent_share,transport_final_demand_for_road_electricity_transport_van_using_electricity_parent_share,transport_road_mixer_compressed_network_gas_transport_car_using_compressed_natural_gas_parent_share,transport_road_mixer_compressed_network_gas_transport_bus_using_compressed_natural_gas_parent_share,transport_road_mixer_compressed_network_gas_transport_truck_using_compressed_natural_gas_parent_share,transport_road_mixer_compressed_network_gas_transport_van_using_compressed_natural_gas_parent_share,input_transport_road_car_hydrogen_share,transport_final_demand_for_road_hydrogen_transport_bus_using_hydrogen_parent_share,transport_final_demand_for_road_hydrogen_transport_truck_using_hydrogen_parent_share,transport_final_demand_for_road_hydrogen_transport_van_using_hydrogen_parent_share,transport_road_mixer_lng_transport_truck_using_lng_mix_parent_share,transport_road_mixer_lng_transport_bus_using_lng_mix_parent_share,transport_final_demand_for_road_lpg_transport_car_using_lpg_parent_share,transport_final_demand_for_road_lpg_transport_van_using_lpg_parent_share,transport_final_demand_for_rail_electricity_transport_freight_train_using_electricity_parent_share,transport_final_demand_for_rail_electricity_transport_tram_using_electricity_parent_share,transport_final_demand_for_rail_electricity_transport_passenger_train_using_electricity_parent_share,transport_rail_mixer_diesel_transport_freight_train_using_diesel_mix_parent_share,transport_rail_mixer_diesel_transport_passenger_train_using_diesel_mix_parent_share,number_of_cars,input_transport_road_human_powered_bicycle_demand,number_of_trucks,number_of_busses,number_of_vans,input_industry_metal_steel_production,input_industry_steel_blastfurnace_bof_share,input_industry_steel_scrap_hbi_eaf_share,input_energy_cokesoven_transformation_coal_input_demand,input_energy_cokesoven_transformation_coal_gas_output_conversion,input_energy_cokesoven_transformation_cokes_output_conversion,input_energy_cokesoven_transformation_loss_output_conversion,input_energy_blastfurnace_transformation_coal_input_demand,input_energy_blastfurnace_transformation_cokes_input_demand,input_energy_blastfurnace_transformation_coal_gas_output_conversion,input_energy_blastfurnace_transformation_loss_output_conversion,input_energy_power_combined_cycle_coal_gas_coal_gas_input_demand,input_energy_chp_coal_gas_coal_gas_input_demand,energy_power_combined_cycle_coal_gas_full_load_hours,input_energy_power_combined_cycle_coal_gas_electricity_output_conversion,input_energy_power_combined_cycle_coal_gas_loss_output_conversion,energy_chp_coal_gas_full_load_hours,input_energy_chp_coal_gas_electricity_output_conversion,input_energy_chp_coal_gas_steam_hot_water_output_conversion,input_energy_chp_coal_gas_loss_output_conversion,industry_final_demand_for_metal_steel_coal_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_coal_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_cokes_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_cokes_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_crude_oil_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_crude_oil_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_electricity_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_electricity_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_network_gas_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_network_gas_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_steam_hot_water_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_steam_hot_water_industry_steel_scrap_hbi_eaf_parent_share,industry_final_demand_for_metal_steel_wood_pellets_industry_steel_blastfurnace_bof_parent_share,industry_final_demand_for_metal_steel_wood_pellets_industry_steel_scrap_hbi_eaf_parent_share,input_industry_metal_aluminium_production,input_industry_aluminium_electrolysis_current_electricity_share,input_industry_aluminium_smeltoven_electricity_share,industry_final_demand_for_metal_aluminium_electricity_industry_aluminium_electrolysis_current_electricity_parent_share,industry_final_demand_for_metal_aluminium_electricity_industry_aluminium_smeltoven_electricity_parent_share,industry_aluminium_burner_network_gas_industry_aluminium_electrolysis_current_electricity_parent_share,industry_aluminium_burner_network_gas_industry_aluminium_smeltoven_electricity_parent_share,input_industry_refinery_transformation_crude_oil_other_oil_demand,input_industry_refinery_transformation_crude_oil_gasoline_demand,input_industry_refinery_transformation_crude_oil_heavy_fuel_oil_demand,input_industry_refinery_transformation_crude_oil_kerosene_demand,input_industry_refinery_transformation_crude_oil_lpg_demand,input_industry_refinery_transformation_crude_oil_refinery_gas_demand,input_industry_refinery_transformation_crude_oil_diesel_demand,industry_final_demand_for_other_food_electricity_industry_useful_demand_for_other_food_electricity_parent_share,industry_final_demand_for_other_food_electricity_industry_other_food_heater_electricity_parent_share,industry_final_demand_for_other_paper_electricity_industry_useful_demand_for_other_paper_electricity_parent_share,industry_final_demand_for_other_paper_electricity_industry_other_paper_heater_electricity_parent_share,input_energy_power_ultra_supercritical_coal_production,energy_power_ultra_supercritical_coal_full_load_hours,input_energy_power_ultra_supercritical_coal_electricity_output_conversion,input_energy_power_supercritical_coal_production,energy_power_supercritical_coal_full_load_hours,input_energy_power_supercritical_coal_electricity_output_conversion,input_energy_power_combined_cycle_coal_production,input_energy_power_combined_cycle_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_cofiring_coal_production,energy_power_ultra_supercritical_cofiring_coal_full_load_hours,input_energy_power_ultra_supercritical_cofiring_coal_electricity_output_conversion,input_energy_power_combined_cycle_ccs_coal_production,input_energy_power_combined_cycle_ccs_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_ccs_coal_production,energy_power_ultra_supercritical_ccs_coal_full_load_hours,input_energy_power_ultra_supercritical_ccs_coal_electricity_output_conversion,input_energy_power_ultra_supercritical_lignite_production,energy_power_ultra_supercritical_lignite_full_load_hours,input_energy_power_ultra_supercritical_lignite_electricity_output_conversion,input_energy_power_ultra_supercritical_oxyfuel_ccs_lignite_production,energy_power_ultra_supercritical_oxyfuel_ccs_lignite_full_load_hours,input_energy_power_ultra_supercritical_oxyfuel_ccs_lignite_electricity_output_conversion,input_energy_power_ultra_supercritical_network_gas_production,energy_power_ultra_supercritical_network_gas_full_load_hours,input_energy_power_ultra_supercritical_network_gas_electricity_output_conversion,input_energy_power_turbine_network_gas_production,energy_power_turbine_network_gas_full_load_hours,input_energy_power_turbine_network_gas_electricity_output_conversion,input_energy_power_engine_network_gas_production,energy_power_engine_network_gas_full_load_hours,input_energy_power_engine_network_gas_electricity_output_conversion,input_energy_power_combined_cycle_network_gas_production,energy_power_combined_cycle_network_gas_full_load_hours,input_energy_power_combined_cycle_network_gas_electricity_output_conversion,input_energy_power_combined_cycle_ccs_network_gas_production,input_energy_power_combined_cycle_ccs_network_gas_electricity_output_conversion,input_energy_power_nuclear_gen2_uranium_oxide_production,energy_power_nuclear_gen2_uranium_oxide_full_load_hours,input_energy_power_nuclear_gen2_uranium_oxide_electricity_output_conversion,input_energy_power_nuclear_gen3_uranium_oxide_production,energy_power_nuclear_gen3_uranium_oxide_full_load_hours,input_energy_power_nuclear_gen3_uranium_oxide_electricity_output_conversion,input_energy_power_ultra_supercritical_crude_oil_production,energy_power_ultra_supercritical_crude_oil_full_load_hours,input_energy_power_ultra_supercritical_crude_oil_electricity_output_conversion,input_energy_power_engine_diesel_production,energy_power_engine_diesel_full_load_hours,input_energy_power_engine_diesel_electricity_output_conversion,input_energy_power_wind_turbine_offshore_production,input_energy_power_wind_turbine_offshore_full_load_hours,input_energy_power_wind_turbine_coastal_production,energy_power_wind_turbine_coastal_full_load_hours,input_energy_power_wind_turbine_inland_production,energy_power_wind_turbine_inland_full_load_hours,input_energy_power_solar_pv_solar_radiation_production,input_solar_panels_roofs_and_parks_full_load_hours,flh_solar_pv_solar_radiation_max,input_energy_power_solar_csp_solar_radiation_production,input_energy_power_hydro_river_production,energy_power_hydro_river_full_load_hours,input_energy_power_hydro_mountain_production,energy_power_hydro_mountain_full_load_hours,input_energy_power_geothermal_production,energy_power_geothermal_full_load_hours,input_energy_power_supercritical_ccs_waste_mix_electricity_output_conversion,input_energy_power_supercritical_waste_mix_production,energy_power_supercritical_waste_mix_full_load_hours,input_energy_power_supercritical_ccs_waste_mix_production,energy_power_supercritical_ccs_waste_mix_full_load_hours,input_energy_power_supercritical_waste_mix_electricity_output_conversion,industry_chp_turbine_gas_power_fuelmix_demand,industry_chp_turbine_gas_power_fuelmix_full_load_hours,input_industry_chp_turbine_gas_power_fuelmix_electricity_output_conversion,input_industry_chp_turbine_gas_power_fuelmix_steam_hot_water_output_conversion,industry_chp_engine_gas_power_fuelmix_demand,industry_chp_engine_gas_power_fuelmix_full_load_hours,input_industry_chp_engine_gas_power_fuelmix_electricity_output_conversion,input_industry_chp_engine_gas_power_fuelmix_steam_hot_water_output_conversion,industry_chp_combined_cycle_gas_power_fuelmix_demand,industry_chp_combined_cycle_gas_power_fuelmix_full_load_hours,input_industry_chp_combined_cycle_gas_power_fuelmix_electricity_output_conversion,input_industry_chp_combined_cycle_gas_power_fuelmix_steam_hot_water_output_conversion,industry_chp_ultra_supercritical_coal_demand,industry_chp_ultra_supercritical_coal_full_load_hours,input_industry_chp_ultra_supercritical_coal_electricity_output_conversion,input_industry_chp_ultra_supercritical_coal_steam_hot_water_output_conversion,industry_chp_wood_pellets_demand,industry_chp_wood_pellets_full_load_hours,input_industry_chp_wood_pellets_electricity_output_conversion,input_industry_chp_wood_pellets_steam_hot_water_output_conversion,agriculture_chp_engine_biogas_demand,agriculture_chp_engine_biogas_full_load_hours,agriculture_chp_engine_network_gas_dispatchable_demand,agriculture_chp_engine_network_gas_dispatchable_full_load_hours,agriculture_chp_wood_pellets_demand,agriculture_chp_wood_pellets_full_load_hours,input_agriculture_chp_engine_biogas_electricity_output_conversion,input_agriculture_chp_engine_biogas_steam_hot_water_output_conversion,input_agriculture_chp_engine_network_gas_dispatchable_electricity_output_conversion,input_agriculture_chp_engine_network_gas_dispatchable_steam_hot_water_output_conversion,input_agriculture_chp_wood_pellets_electricity_output_conversion,input_agriculture_chp_wood_pellets_steam_hot_water_output_conversion,input_energy_chp_supercritical_waste_mix_full_load_hours,input_industry_chp_turbine_hydrogen_electricity_output_conversion,input_industry_chp_turbine_hydrogen_steam_hot_water_output_conversion,input_energy_chp_combined_cycle_ht_network_gas_production,input_energy_chp_combined_cycle_mt_network_gas_production,input_energy_chp_local_engine_ht_biogas_production,input_energy_chp_local_engine_ht_network_gas_production,input_energy_chp_local_engine_mt_biogas_production,input_energy_chp_local_engine_mt_network_gas_production,input_energy_chp_local_ht_wood_pellets_production,input_energy_chp_local_mt_wood_pellets_production,input_energy_chp_supercritical_ht_waste_mix_production,input_energy_chp_supercritical_mt_waste_mix_production,input_energy_chp_ultra_supercritical_cofiring_ht_coal_production,input_energy_chp_ultra_supercritical_cofiring_mt_coal_production,input_energy_chp_ultra_supercritical_ht_coal_production,input_energy_chp_ultra_supercritical_ht_lignite_production,input_energy_chp_ultra_supercritical_mt_coal_production,input_energy_chp_ultra_supercritical_mt_lignite_production,industry_chp_turbine_hydrogen_demand,industry_chp_turbine_hydrogen_full_load_hours,input_energy_chp_local_wood_pellets_full_load_hours,input_energy_chp_local_wood_pellets_electricity_output_conversion,input_energy_chp_local_wood_pellets_steam_hot_water_output_conversion,input_energy_chp_local_engine_biogas_full_load_hours,input_energy_chp_local_engine_biogas_electricity_output_conversion,input_energy_chp_local_engine_biogas_steam_hot_water_output_conversion,input_energy_chp_ultra_supercritical_coal_full_load_hours,input_energy_chp_ultra_supercritical_coal_electricity_output_conversion,input_energy_chp_ultra_supercritical_coal_steam_hot_water_output_conversion,input_energy_chp_ultra_supercritical_cofiring_coal_full_load_hours,input_energy_chp_ultra_supercritical_cofiring_coal_electricity_output_conversion,input_energy_chp_ultra_supercritical_cofiring_coal_steam_hot_water_output_conversion,input_energy_chp_ultra_supercritical_lignite_full_load_hours,input_energy_chp_ultra_supercritical_lignite_electricity_output_conversion,input_energy_chp_ultra_supercritical_lignite_steam_hot_water_output_conversion,input_energy_chp_combined_cycle_network_gas_full_load_hours,input_energy_chp_combined_cycle_network_gas_electricity_output_conversion,input_energy_chp_combined_cycle_network_gas_steam_hot_water_output_conversion,input_energy_chp_local_engine_network_gas_full_load_hours,input_energy_chp_local_engine_network_gas_electricity_output_conversion,input_energy_chp_local_engine_network_gas_steam_hot_water_output_conversion,input_energy_chp_supercritical_waste_mix_electricity_output_conversion,input_energy_chp_supercritical_waste_mix_steam_hot_water_output_conversion,energy_heat_import_ht_steam_hot_water_demand,energy_heat_import_lt_steam_hot_water_demand,energy_heat_import_mt_steam_hot_water_demand,industry_heat_burner_hydrogen_demand,industry_heat_burner_hydrogen_full_load_hours,industry_heat_burner_lignite_demand,industry_heat_burner_lignite_full_load_hours,input_industry_heat_burner_lignite_steam_hot_water_output_conversion,industry_heat_burner_coal_demand,industry_heat_burner_coal_full_load_hours,input_industry_heat_burner_coal_steam_hot_water_output_conversion,industry_heat_well_geothermal_demand,industry_heat_burner_crude_oil_demand,industry_heat_burner_crude_oil_full_load_hours,input_industry_heat_burner_hydrogen_steam_hot_water_output_conversion,input_industry_heat_burner_crude_oil_steam_hot_water_output_conversion,input_energy_heat_boiler_electricity_steam_hot_water_output_conversion,input_energy_heat_boiler_ht_electricity_production,input_energy_heat_boiler_lt_electricity_production,input_energy_heat_boiler_mt_electricity_production,input_energy_heat_burner_coal_full_load_hours,input_energy_heat_burner_coal_steam_hot_water_output_conversion,input_energy_heat_burner_crude_oil_full_load_hours,input_energy_heat_burner_crude_oil_steam_hot_water_output_conversion,input_energy_heat_burner_ht_coal_production,input_energy_heat_burner_ht_crude_oil_production,input_energy_heat_burner_ht_hydrogen_production,input_energy_heat_burner_ht_network_gas_production,input_energy_heat_burner_ht_waste_mix_production,input_energy_heat_burner_ht_wood_pellets_production,input_energy_heat_burner_hydrogen_steam_hot_water_output_conversion,input_energy_heat_burner_lt_hydrogen_production,input_energy_heat_burner_mt_coal_production,input_energy_heat_burner_mt_crude_oil_production,input_energy_heat_burner_mt_hydrogen_production,input_energy_heat_burner_mt_network_gas_production,input_energy_heat_burner_mt_waste_mix_production,input_energy_heat_burner_mt_wood_pellets_production,input_energy_heat_burner_network_gas_full_load_hours,input_energy_heat_burner_network_gas_steam_hot_water_output_conversion,input_energy_heat_burner_waste_mix_full_load_hours,input_energy_heat_burner_waste_mix_steam_hot_water_output_conversion,input_energy_heat_burner_wood_pellets_full_load_hours,input_energy_heat_burner_wood_pellets_steam_hot_water_output_conversion,input_energy_heat_heatpump_water_water_electricity_full_load_hours,input_energy_heat_heatpump_water_water_ht_electricity_production,input_energy_heat_heatpump_water_water_lt_electricity_production,input_energy_heat_heatpump_water_water_mt_electricity_production,input_energy_heat_solar_ht_solar_thermal_production,input_energy_heat_solar_lt_solar_thermal_production,input_energy_heat_solar_mt_solar_thermal_production,input_energy_heat_solar_solar_thermal_full_load_hours,input_energy_heat_well_deep_ht_geothermal_production,input_energy_heat_well_deep_mt_geothermal_production,input_energy_heat_well_shallow_heatpump_mt_geothermal_production,input_energy_heat_well_shallow_lt_geothermal_production,energy_distribution_biogenic_waste_energy_distribution_waste_mix_child_share,energy_distribution_non_biogenic_waste_energy_distribution_waste_mix_child_share,input_percentage_of_diesel_households_final_demand_crude_oil,input_percentage_of_biodiesel_households_final_demand_crude_oil,input_percentage_of_kerosene_households_final_demand_crude_oil,input_percentage_of_bio_kerosene_households_final_demand_crude_oil,input_percentage_of_lpg_households_final_demand_crude_oil,input_percentage_of_bio_oil_households_final_demand_crude_oil,input_percentage_of_crude_oil_households_final_demand_crude_oil,input_percentage_of_diesel_buildings_final_demand_crude_oil,input_percentage_of_biodiesel_buildings_final_demand_crude_oil,input_percentage_of_kerosene_buildings_final_demand_crude_oil,input_percentage_of_bio_kerosene_buildings_final_demand_crude_oil,input_percentage_of_lpg_buildings_final_demand_crude_oil,input_percentage_of_bio_oil_buildings_final_demand_crude_oil,input_percentage_of_crude_oil_buildings_final_demand_crude_oil,input_percentage_of_diesel_agriculture_final_demand_crude_oil,input_percentage_of_biodiesel_agriculture_final_demand_crude_oil,input_percentage_of_kerosene_agriculture_final_demand_crude_oil,input_percentage_of_bio_kerosene_agriculture_final_demand_crude_oil,input_percentage_of_lpg_agriculture_final_demand_crude_oil,input_percentage_of_bio_oil_agriculture_final_demand_crude_oil,input_percentage_of_crude_oil_agriculture_final_demand_crude_oil,input_share_mixer_gas_fuel_bio_oil,input_share_mixer_gas_fuel_oil,input_share_mixer_gas_fuel_network_gas,input_percentage_of_diesel_industry_final_demand_crude_oil,input_percentage_of_biodiesel_industry_final_demand_crude_oil,input_percentage_of_kerosene_industry_final_demand_crude_oil,input_percentage_of_bio_kerosene_industry_final_demand_crude_oil,input_percentage_of_lpg_industry_final_demand_crude_oil,input_percentage_of_bio_oil_industry_final_demand_crude_oil,input_percentage_of_crude_oil_industry_final_demand_crude_oil,analysis_year,number_of_inhabitants,total_land_area,areable_land,coast_line,offshore_suitable_for_wind,residences_roof_surface_available_for_pv,buildings_roof_surface_available_for_pv,co2_emission_1990,co2_emission_1990_aviation_bunkers,co2_emission_1990_marine_bunkers,energetic_emissions_other_ghg_households,energetic_emissions_other_ghg_buildings,energetic_emissions_other_ghg_industry,energetic_emissions_other_ghg_energy,energetic_emissions_other_ghg_transport,energetic_emissions_other_ghg_agriculture,non_energetic_emissions_co2_chemical_industry,non_energetic_emissions_co2_waste_management,non_energetic_emissions_co2_other_industry,non_energetic_emissions_co2_agriculture_manure,non_energetic_emissions_co2_agriculture_soil_cultivation,indirect_emissions_co2,non_energetic_emissions_other_ghg_chemical_industry,non_energetic_emissions_other_ghg_waste_management,non_energetic_emissions_other_ghg_other_industry,non_energetic_emissions_other_ghg_agriculture_manure,non_energetic_emissions_other_ghg_agriculture_soil_cultivation,non_energetic_emissions_other_ghg_agriculture_fermentation,non_energetic_emissions_other_ghg_agriculture_other,file_carriers_natural_gas_co2_conversion_per_mj,file_carriers_crude_oil_co2_conversion_per_mj,file_carriers_coal_co2_conversion_per_mj,file_carriers_lignite_co2_conversion_per_mj,file_carriers_non_biogenic_waste_co2_conversion_per_mj,file_carriers_diesel_co2_conversion_per_mj,file_carriers_gasoline_co2_conversion_per_mj,file_carriers_heavy_fuel_oil_co2_conversion_per_mj,file_carriers_kerosene_co2_conversion_per_mj,file_carriers_lng_co2_conversion_per_mj,file_carriers_lpg_co2_conversion_per_mj,file_carriers_imported_electricity_co2_conversion_per_mj,file_carriers_imported_heat_co2_conversion_per_mj,file_carriers_imported_hydrogen_co2_conversion_per_mj,file_carriers_propane_co2_conversion_per_mj,file_carriers_imported_ammonia_co2_conversion_per_mj,lv_net_total_costs_present,mv_net_total_costs_present,hv_net_total_costs_present,lv_mv_trafo_total_costs_present,mv_hv_trafo_total_costs_present,interconnection_net_costs_present,offshore_net_costs_present,lv_net_spare_capacity,mv_net_spare_capacity,hv_net_spare_capacity,lv_mv_trafo_spare_capacity,mv_hv_trafo_spare_capacity,lv_net_costs_per_capacity_step,mv_net_costs_per_capacity_step,hv_net_costs_per_capacity_step,lv_mv_trafo_costs_per_capacity_step,mv_hv_trafo_costs_per_capacity_step,energy_power_hv_network_loss_demand,interconnector_capacity,heat_length_of_distribution_pipelines_in_meter_per_residence_object_first_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_second_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_third_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_fourth_bracket,heat_length_of_distribution_pipelines_in_meter_per_residence_object_fifth_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_first_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_second_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_third_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_fourth_bracket,heat_length_of_connection_pipelines_in_meter_per_residence_fifth_bracket,annual_infrastructure_cost_gas,energy_distribution_network_gas_loss_demand,energy_distribution_greengas_demand,energy_regasification_lng_energy_national_gas_network_natural_gas_demand,energy_distribution_crude_oil_loss_demand,input_energy_heat_distribution_ht_loss_share,input_energy_heat_distribution_mt_loss_share,input_energy_heat_distribution_lt_loss_share,energy_greengas_gasification_dry_biomass_energy_greengas_production_child_share,energy_greengas_gasification_wet_biomass_energy_greengas_production_child_share,energy_greengas_upgrade_biogas_energy_greengas_production_child_share,energy_production_dry_biomass_max_demand,energy_production_wet_biomass_max_demand,energy_production_oily_biomass_max_demand,energy_extraction_coal_demand,energy_extraction_lignite_demand,energy_extraction_crude_oil_demand,energy_extraction_natural_gas_demand,energy_extraction_uranium_oxide_demand,aquathermal_potential_for_drink_water,aquathermal_potential_for_surface_water,aquathermal_potential_for_waste_water,hv_net_capacity_per_step,lv_mv_trafo_capacity_per_step,lv_net_capacity_per_step,mv_hv_trafo_capacity_per_step,mv_net_capacity_per_step -BEGM11002,2002.596646,8427.371269,385.2087563,8.821574572,1096.815772,163.4652,0.3348,5519.050352,3742.541652,250.8419648,774.7390261,0,197.6454,11.5344,2660.099747,7368.231837,18.259166,179.6410613,0,1072.836829,35.05169987,0,0,0,117.7297403,532.4624819,0,0,684.7347509,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.522453148,3.22778628,401.2943494,123.3757738,0,7.564948338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28.61358988,23.38293604,0,2.336922513,0,0,0,0,0,0,387.1156802,1012.570234,0,65.40588385,0,91.56823739,35.30715138,15.81424574,0,0,0,1.394532505,315.2989933,202.5903891,0,169.9583704,1090.148742,43.45154238,0,657.8,0,0,0,0,0,432.3478069,170.9366573,0,0,0,0,0,0,0,0,0,0,0,0,0,46.206,208.7772649,0,0,0.22,0.01,0.12,0.26,0.04,0.35,0.01,0.15,0.84,0,0.15,0.85,0.12,0.87,0.01,0.15,0.85,0.02,0.98,0.981023573,0,0.018976427,0.664497745,0.031638424,0.303863831,0,0.71,0.19,0.1,0.83,0.16,0.01,0.118265964,0.082093619,0.058486321,0.250623421,0.302450525,0.07,0.079521805,0.038558345,0.98,0.02,0,1,0,0,23407,17454,58927,41601,64052,1039,2733,7452,14145,39415,693,1426,2455,2737,2222,644,951,1438,906,880,30,57,74,80,88,97,30,60,80,91,106,104,30,66,87,97,113,111,30,70,92,103,118,116,0.082251904,0.061333137,0.207068737,0.146185391,0.225077923,0.003651033,0.009603728,0.026186234,0.049705352,0.138503814,0.002435193,0.005010946,0.008626839,0.009617784,0.00780808,0.002263008,0.003341802,0.005053114,0.003183673,0.003092309,0.391527117,0.052949118,0.200306489,0.355217276,0.765680391,0.233798002,0.000521607,0.959029394,0.040970606,0.837920017,0.162079983,0,1,1,0,0,0.901253467,0,0.098746533,0,0.05,0.94,0.01,0.99,0,0.01,45244,1,0,0,540,50,0.98,0.000363002,0,0,0.019636998,0.51,0.02,0.090490202,0.379509798,0.940832131,0.02,0,0,0,0.039167869,0.497213594,0.351066538,0.041970411,0.109749457,0.96,0.04,0,0,1,0,0.802442814,0.197557186,0.301981241,0.218016786,0.480001973,0.6,0.4,214961,16147308.8,7141,316,26844,0,1,0,0,1,0,0,0,0,1,0,0,0,1789,0.426970782,0,5320,0.4,0.4,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,100,0,100,0,0,7100,46,0,7500,36,0,45.3,0,7100,42,0,37.3,0,7500,36.1,0,6329,40,0,5972,30.5,0,330,40,122.306328,1800,34,0,1126,48,0,850,60,0,49,0,8000,32,0,7800,36,0,4000,45,0,4000,38,0,3230,0,2850,1082.3364,2482.650702,0,869.4526222,1361.356345,0,0,3330,0,4024,0,8000,0,0,4100,0,4100,25,0,3200,38,42,0,1300,42,48,0,2959.9,46,42,0,4500,40,15,0,6000,27.9,83.5,0,8500,0,4500,0,8500,42,39,42,50,18.3,47,5100,33.445,41.472,0,0,0,0,0,0,0,0,0,25.202772,0,0,0,0,0,0,0,8300,6000,28.9,82.1,8000,43,47,8000,40,15,8000,37,15,4500,35,15,4900,46,42,3610,43,47,17.0540457,2.1591989,0,0,0,0,7900,0,2190,72,0,2190,72,0,0,2190,100,72,99.5,0,0,0,2190,72,2190,72,0,0,0,0,0,0,100,0,0,0,0,0,0,0,2190,103,2190,105,2190,90,6500,0,0,0,0,0,0,938.8,0,0,0,0,0.48,0.52,0.92515034,1.97E-06,0.009957342,0,0.0505732,3.93E-05,0.014277823,0.964958791,0.000390397,0.01193152,0,0.022570402,0,0.00014889,0.956403718,0.003004367,0.016366916,0,0.005930398,0,0.956403718,0,0,0,0.136913675,0.001038923,0.002591236,0,0.197401412,0.001101504,0.66095325,2022,541856,208.22,13.23,0,35.4226087,9.187036483,19.67172197,3.395268544,0.002843447,0.272832735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.056236,0.077796,0.101365,0.107765,0.111592222,0.074496,0.069696,0.0774,0.071749,0.078055556,0.063236,0.048333333,0,0,0.06448,0,11620229.67,9986134.873,5868215.984,4139706.821,3486068.901,0,0,0.25,0.25,0.25,0.25,0.25,22309.03226,168048.3871,88651.6129,4870.967742,60887.09677,0,7880,1.3,1.7,2,2.3,3.4,0.1,0.4,0.7,1.1,2,35436117.15,0,0,0,0,9.091197462,9.091197462,9.091197462,0,0,0,5378256,820008,0,0,0,0,0,0,0,0,0,1,1,1,1,1 \ No newline at end of file +BEGM11002,2002.596646,8427.371269,385.2087563,8.821574572,1096.815772,163.4652,0.3348,5519.050352,3742.541652,250.8419648,774.7390261,0,197.6454,11.5344,2660.099747,7368.231837,18.259166,179.6410613,0,1072.836829,35.05169987,0,0,0,117.7297403,532.4624819,0,0,684.7347509,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2.522453148,3.22778628,401.2943494,123.3757738,0,7.564948338,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28.61358988,23.38293604,0,2.336922513,0,0,0,0,0,0,387.1156802,1012.570234,0,65.40588385,0,91.56823739,35.30715138,15.81424574,0,0,0,1.394532505,315.2989933,202.5903891,0,169.9583704,1090.148742,43.45154238,0,657.8,0,0,0,0,0,432.3478069,170.9366573,0,0,0,0,0,0,0,0,0,0,0,0,0,46.206,208.7772649,0,0,0.22,0.01,0.12,0.26,0.04,0.35,0.01,0.15,0.84,0,0.15,0.85,0.12,0.87,0.01,0.15,0.85,0.02,0.98,0.981023573,0,0.018976427,0.664497745,0.031638424,0.303863831,0,0.71,0.19,0.1,0.83,0.16,0.01,0.118265964,0.082093619,0.058486321,0.250623421,0.302450525,0.07,0.079521805,0.038558345,0.98,0.02,0,1,0,0,23407,17454,58927,41601,64052,1039,2733,7452,14145,39415,693,1426,2455,2737,2222,644,951,1438,906,880,30,57,74,80,88,97,30,60,80,91,106,104,30,66,87,97,113,111,30,70,92,103,118,116,0.082251904,0.061333137,0.207068737,0.146185391,0.225077923,0.003651033,0.009603728,0.026186234,0.049705352,0.138503814,0.002435193,0.005010946,0.008626839,0.009617784,0.00780808,0.002263008,0.003341802,0.005053114,0.003183673,0.003092309,0.391527117,0.052949118,0.200306489,0.355217276,0.765680391,0.233798002,0.000521607,0.959029394,0.040970606,0.837920017,0.162079983,0,1,1,0,0,0.901253467,0,0.098746533,0,0.05,0.94,0.01,0.99,0,0.01,90488,1,0,0,540,50,0.98,0.000363002,0,0,0.019636998,0.51,0.02,0.090490202,0.379509798,0.940832131,0.02,0,0,0,0.039167869,0.497213594,0.351066538,0.041970411,0.109749457,0.96,0.04,0,0,1,0,0.802442814,0.197557186,0.301981241,0.218016786,0.480001973,0.6,0.4,214961,16147308.8,7141,316,26844,0,1,0,0,1,0,0,0,0,1,0,0,0,1789,0.426970782,0,5320,0.4,0.4,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,100,0,100,0,0,7100,46,0,7500,36,0,45.3,0,7100,42,0,37.3,0,7500,36.1,0,6329,40,0,5972,30.5,0,330,40,122.306328,1800,34,0,1126,48,0,850,60,0,49,0,8000,32,0,7800,36,0,4000,45,0,4000,38,0,3230,0,2850,1082.3364,2482.650702,0,869.4526222,1361.356345,0,0,3330,0,4024,0,8000,0,0,4100,0,4100,25,0,3200,38,42,0,1300,42,48,0,2959.9,46,42,0,4500,40,15,0,6000,27.9,83.5,0,8500,0,4500,0,8500,42,39,42,50,18.3,47,5100,33.445,41.472,0,0,0,0,0,0,0,0,0,25.202772,0,0,0,0,0,0,0,8300,6000,28.9,82.1,8000,43,47,8000,40,15,8000,37,15,4500,35,15,4900,46,42,3610,43,47,17.0540457,2.1591989,0,0,0,0,7900,0,2190,72,0,2190,72,0,0,2190,100,72,99.5,0,0,0,2190,72,2190,72,0,0,0,0,0,0,100,0,0,0,0,0,0,0,2190,103,2190,105,2190,90,6500,0,0,0,0,0,0,938.8,0,0,0,0,0.48,0.52,0.92515034,1.97E-06,0.009957342,0,0.0505732,3.93E-05,0.014277823,0.964958791,0.000390397,0.01193152,0,0.022570402,0,0.00014889,0.956403718,0.003004367,0.016366916,0,0.005930398,0,0.956403718,0,0,0,0.136913675,0.001038923,0.002591236,0,0.197401412,0.001101504,0.66095325,2022,541856,208.22,13.23,0,35.4226087,9.187036483,19.67172197,3.395268544,0.002843447,0.272832735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.056236,0.077796,0.101365,0.107765,0.111592222,0.074496,0.069696,0.0774,0.071749,0.078055556,0.063236,0.048333333,0,0,0.06448,0,11620229.67,9986134.873,5868215.984,4139706.821,3486068.901,0,0,0.25,0.25,0.25,0.25,0.25,22309.03226,168048.3871,88651.6129,4870.967742,60887.09677,0,7880,1.3,1.7,2,2.3,3.4,0.1,0.4,0.7,1.1,2,35436117.15,0,0,0,0,9.091197462,9.091197462,9.091197462,0,0,0,5378256,820008,0,0,0,0,0,0,0,0,0,1,1,1,1,1 \ No newline at end of file