From 97be7f8f02dcbe454a2ed79d59050070e3de37c1 Mon Sep 17 00:00:00 2001 From: Roos de Kok Date: Wed, 20 Sep 2023 16:55:46 +0200 Subject: [PATCH 01/23] Add nodes and edges to graph for both individual and collective aquathermal heat --- config/energy_node_positions.yml | 416 ++++++++++-------- ...demand_after_insulation_cooling@cooling.ad | 2 + ..._water_water_ts_electricity@electricity.ad | 6 + ..._water_water_ts_electricity@electricity.ad | 6 + ..._ts_electricity_aggregator@useable_heat.ad | 1 + ...sulation_and_solar_thermal@useable_heat.ad | 1 + ...water_water_ts_electricity@ambient_heat.ad | 5 + ...water_water_ts_electricity@ambient_cold.ad | 5 + ...ator_lt_steam_hot_water@steam_hot_water.ad | 2 + ...ator_mt_steam_hot_water@steam_hot_water.ad | 2 + ...ator_lt_steam_hot_water@steam_hot_water.ad | 2 + ...ator_mt_steam_hot_water@steam_hot_water.ad | 2 + ...ator_lt_steam_hot_water@steam_hot_water.ad | 2 + ...ator_mt_steam_hot_water@steam_hot_water.ad | 2 + ...ter_water_ts_lt_electricity@electricity.ad | 2 + ...ter_water_ts_mt_electricity@electricity.ad | 2 + ...ter_water_ts_lt_electricity@electricity.ad | 2 + ...ter_water_ts_mt_electricity@electricity.ad | 2 + ...ter_water_ts_lt_electricity@electricity.ad | 2 + ...ter_water_ts_mt_electricity@electricity.ad | 2 + ...er_water_ts_lt_electricity@ambient_heat.ad | 2 + ...er_water_ts_mt_electricity@ambient_heat.ad | 2 + ...er_water_ts_lt_electricity@ambient_heat.ad | 2 + ...er_water_ts_mt_electricity@ambient_heat.ad | 2 + ...er_water_ts_lt_electricity@ambient_heat.ad | 2 + ...er_water_ts_mt_electricity@ambient_heat.ad | 2 + ...n_drink_water_ambient_heat@ambient_heat.ad | 2 + ...surface_water_ambient_heat@ambient_heat.ad | 2 + ...n_waste_water_ambient_heat@ambient_heat.ad | 2 + ...water_water_ts_electricity@ambient_heat.ad | 5 + ...water_water_ts_electricity@ambient_heat.ad | 5 + ...water_water_ts_electricity@ambient_cold.ad | 5 + ...holds_useful_demand_for_cooling@cooling.ad | 2 + ..._water_water_ts_electricity@electricity.ad | 6 + ..._water_water_ts_electricity@electricity.ad | 6 + ..._water_water_ts_electricity@electricity.ad | 6 + ..._ts_electricity_aggregator@useable_heat.ad | 2 + ...e_heating_after_insulation@useable_heat.ad | 2 + ..._ts_electricity_aggregator@useable_heat.ad | 2 + ...t_water_after_solar_heater@useable_heat.ad | 2 + ...ce_water_water_ts_electricity.converter.ad | 37 ++ ...ce_water_water_ts_electricity.converter.ad | 31 ++ ...e_water_water_ts_electricity_aggregator.ad | 1 + ...ump_drink_water_water_ts_lt_electricity.ad | 31 ++ ...ump_drink_water_water_ts_mt_electricity.ad | 31 ++ ...p_surface_water_water_ts_lt_electricity.ad | 31 ++ ...p_surface_water_water_ts_mt_electricity.ad | 31 ++ ...ump_waste_water_water_ts_lt_electricity.ad | 31 ++ ...ump_waste_water_water_ts_mt_electricity.ad | 31 ++ ...rgy_production_drink_water_ambient_heat.ad | 6 + ...y_production_surface_water_ambient_heat.ad | 6 + ...rgy_production_waste_water_ambient_heat.ad | 6 + .../environment_water_ambient_heat.ad | 4 + ...ce_water_water_ts_electricity.converter.ad | 37 ++ ...ce_water_water_ts_electricity.converter.ad | 47 ++ ...e_water_water_ts_electricity_aggregator.ad | 2 + ...ce_water_water_ts_electricity.converter.ad | 43 ++ ...e_water_water_ts_electricity_aggregator.ad | 2 + 58 files changed, 757 insertions(+), 178 deletions(-) create mode 100644 graphs/energy/edges/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity-buildings_useful_demand_after_insulation_cooling@cooling.ad create mode 100644 graphs/energy/edges/buildings/buildings_final_demand_for_cooling_electricity-buildings_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad create mode 100644 graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_electricity-buildings_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad create mode 100644 graphs/energy/edges/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity-buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator@useable_heat.ad create mode 100644 graphs/energy/edges/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator-buildings_useful_demand_for_space_heating_after_insulation_and_solar_thermal@useable_heat.ad create mode 100644 graphs/energy/edges/buildings/energy_production_surface_water_ambient_heat-buildings_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad create mode 100644 graphs/energy/edges/buildings/environment_water_ambient_cold-buildings_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad create mode 100644 graphs/energy/edges/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity-energy_production_aggregator_lt_steam_hot_water@steam_hot_water.ad create mode 100644 graphs/energy/edges/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity-energy_production_aggregator_mt_steam_hot_water@steam_hot_water.ad create mode 100644 graphs/energy/edges/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity-energy_production_aggregator_lt_steam_hot_water@steam_hot_water.ad create mode 100644 graphs/energy/edges/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity-energy_production_aggregator_mt_steam_hot_water@steam_hot_water.ad create mode 100644 graphs/energy/edges/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity-energy_production_aggregator_lt_steam_hot_water@steam_hot_water.ad create mode 100644 graphs/energy/edges/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity-energy_production_aggregator_mt_steam_hot_water@steam_hot_water.ad create mode 100644 graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_drink_water_water_ts_lt_electricity@electricity.ad create mode 100644 graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_drink_water_water_ts_mt_electricity@electricity.ad create mode 100644 graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_surface_water_water_ts_lt_electricity@electricity.ad create mode 100644 graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_surface_water_water_ts_mt_electricity@electricity.ad create mode 100644 graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_waste_water_water_ts_lt_electricity@electricity.ad create mode 100644 graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_waste_water_water_ts_mt_electricity@electricity.ad create mode 100644 graphs/energy/edges/energy/energy_production_drink_water_ambient_heat-energy_heat_heatpump_drink_water_water_ts_lt_electricity@ambient_heat.ad create mode 100644 graphs/energy/edges/energy/energy_production_drink_water_ambient_heat-energy_heat_heatpump_drink_water_water_ts_mt_electricity@ambient_heat.ad create mode 100644 graphs/energy/edges/energy/energy_production_surface_water_ambient_heat-energy_heat_heatpump_surface_water_water_ts_lt_electricity@ambient_heat.ad create mode 100644 graphs/energy/edges/energy/energy_production_surface_water_ambient_heat-energy_heat_heatpump_surface_water_water_ts_mt_electricity@ambient_heat.ad create mode 100644 graphs/energy/edges/energy/energy_production_waste_water_ambient_heat-energy_heat_heatpump_waste_water_water_ts_lt_electricity@ambient_heat.ad create mode 100644 graphs/energy/edges/energy/energy_production_waste_water_ambient_heat-energy_heat_heatpump_waste_water_water_ts_mt_electricity@ambient_heat.ad create mode 100644 graphs/energy/edges/energy/environment_water_ambient_heat-energy_production_drink_water_ambient_heat@ambient_heat.ad create mode 100644 graphs/energy/edges/energy/environment_water_ambient_heat-energy_production_surface_water_ambient_heat@ambient_heat.ad create mode 100644 graphs/energy/edges/energy/environment_water_ambient_heat-energy_production_waste_water_ambient_heat@ambient_heat.ad create mode 100644 graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad create mode 100644 graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_water_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad create mode 100644 graphs/energy/edges/households/environment_water_ambient_cold-households_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad create mode 100644 graphs/energy/edges/households/households_cooling_heatpump_surface_water_water_ts_electricity-households_useful_demand_for_cooling@cooling.ad create mode 100644 graphs/energy/edges/households/households_final_demand_for_cooling_electricity-households_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad create mode 100644 graphs/energy/edges/households/households_final_demand_for_hot_water_electricity-households_water_heater_heatpump_surface_water_water_ts_electricity@electricity.ad create mode 100644 graphs/energy/edges/households/households_final_demand_for_space_heating_electricity-households_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad create mode 100644 graphs/energy/edges/households/households_space_heater_heatpump_surface_water_water_ts_electricity-households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator@useable_heat.ad create mode 100644 graphs/energy/edges/households/households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator-households_useful_demand_for_space_heating_after_insulation@useable_heat.ad create mode 100644 graphs/energy/edges/households/households_water_heater_heatpump_surface_water_water_ts_electricity-households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator@useable_heat.ad create mode 100644 graphs/energy/edges/households/households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator-households_useful_demand_for_hot_water_after_solar_heater@useable_heat.ad create mode 100644 graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.converter.ad create mode 100644 graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad create mode 100644 graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator.ad create mode 100644 graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad create mode 100644 graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad create mode 100644 graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad create mode 100644 graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad create mode 100644 graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad create mode 100644 graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad create mode 100644 graphs/energy/nodes/energy/energy_production_drink_water_ambient_heat.ad create mode 100644 graphs/energy/nodes/energy/energy_production_surface_water_ambient_heat.ad create mode 100644 graphs/energy/nodes/energy/energy_production_waste_water_ambient_heat.ad create mode 100644 graphs/energy/nodes/environment/environment_water_ambient_heat.ad create mode 100644 graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.converter.ad create mode 100644 graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad create mode 100644 graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator.ad create mode 100644 graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.converter.ad create mode 100644 graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator.ad diff --git a/config/energy_node_positions.yml b/config/energy_node_positions.yml index bbe4e78321..4c054d829d 100644 --- a/config/energy_node_positions.yml +++ b/config/energy_node_positions.yml @@ -112,34 +112,37 @@ agriculture_useful_demand_useable_heat: "y": 6120 buildings_appliances_coal: x: 1520 - "y": 7760 + "y": 7860 buildings_appliances_crude_oil: x: 1520 - "y": 7820 + "y": 7920 buildings_appliances_electricity: x: 1520 - "y": 8000 + "y": 8100 buildings_appliances_network_gas: x: 1520 - "y": 7880 + "y": 7980 buildings_appliances_wood_pellets: x: 1520 - "y": 7940 + "y": 8040 buildings_cooling_airconditioning_electricity: x: 1520 - "y": 7380 + "y": 7440 buildings_cooling_collective_heatpump_water_water_ts_electricity: x: 1520 - "y": 7440 + "y": 7500 buildings_cooling_heatpump_air_water_electricity: x: 1520 - "y": 7500 + "y": 7560 buildings_cooling_heatpump_air_water_network_gas: x: 1520 - "y": 7320 + "y": 7380 +buildings_cooling_heatpump_surface_water_water_ts_electricity: + x: 1520 + "y": 7620 buildings_cooling_savings_insulation_cooling: x: 200 - "y": 7480 + "y": 7540 buildings_final_demand_bio_kerosene: x: 3480 "y": 6920 @@ -160,28 +163,28 @@ buildings_final_demand_electricity: "y": 7060 buildings_final_demand_for_appliances_coal: x: 2320 - "y": 7760 + "y": 7860 buildings_final_demand_for_appliances_crude_oil: x: 2320 - "y": 7820 + "y": 7920 buildings_final_demand_for_appliances_electricity: x: 2320 - "y": 8000 + "y": 8100 buildings_final_demand_for_appliances_network_gas: x: 2320 - "y": 7880 + "y": 7980 buildings_final_demand_for_appliances_wood_pellets: x: 2320 - "y": 7940 + "y": 8040 buildings_final_demand_for_cooling_electricity: x: 2320 - "y": 7440 + "y": 7500 buildings_final_demand_for_cooling_network_gas: x: 2320 - "y": 7380 + "y": 7440 buildings_final_demand_for_lighting_electricity: x: 2320 - "y": 7620 + "y": 7740 buildings_final_demand_for_space_heating_coal: x: 2320 "y": 6420 @@ -247,19 +250,19 @@ buildings_heating_savings_from_insulation_useable_heat: "y": 6780 buildings_lighting_efficient_fluorescent_electricity: x: 1520 - "y": 7560 + "y": 7680 buildings_lighting_led_electricity: x: 1520 - "y": 7620 + "y": 7740 buildings_lighting_savings_from_daylight_control_light: x: 580 - "y": 7740 + "y": 7840 buildings_lighting_savings_from_motion_detection_light: x: 200 - "y": 7740 + "y": 7840 buildings_lighting_standard_fluorescent_electricity: x: 1520 - "y": 7680 + "y": 7800 buildings_local_production_electricity: x: 3520 "y": 7060 @@ -292,7 +295,7 @@ buildings_space_heater_crude_oil_aggregator: "y": 6480 buildings_space_heater_deficit: x: 1280 - "y": 7280 + "y": 7320 buildings_space_heater_district_heating_ht_steam_hot_water: x: 1520 "y": 6840 @@ -319,28 +322,34 @@ buildings_space_heater_electricity_aggregator: "y": 6660 buildings_space_heater_heatpump_air_water_electricity: x: 1520 - "y": 7080 + "y": 7140 buildings_space_heater_heatpump_air_water_electricity_aggregator: x: 1060 - "y": 7080 + "y": 7140 buildings_space_heater_heatpump_air_water_network_gas: x: 1520 "y": 6960 buildings_space_heater_heatpump_air_water_network_gas_aggregator: x: 1060 "y": 6960 +buildings_space_heater_heatpump_surface_water_water_ts_electricity: + x: 1520 + "y": 7080 +buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator: + x: 1060 + "y": 7080 buildings_space_heater_hybrid_heatpump_air_water_electricity: x: 1520 - "y": 7140 + "y": 7200 buildings_space_heater_hybrid_heatpump_air_water_electricity_aggregator: x: 1060 - "y": 7140 + "y": 7200 buildings_space_heater_hybrid_hydrogen_heatpump_air_water_electricity: x: 1520 - "y": 7200 + "y": 7260 buildings_space_heater_hybrid_hydrogen_heatpump_air_water_electricity_aggregator: x: 1060 - "y": 7200 + "y": 7260 buildings_space_heater_network_gas: x: 1520 "y": 6540 @@ -349,7 +358,7 @@ buildings_space_heater_network_gas_aggregator: "y": 6540 buildings_space_heater_solar_thermal: x: 1520 - "y": 7260 + "y": 7320 buildings_space_heater_wood_pellets: x: 1520 "y": 6600 @@ -358,19 +367,19 @@ buildings_space_heater_wood_pellets_aggregator: "y": 6600 buildings_useful_demand_after_insulation_cooling: x: 740 - "y": 7380 + "y": 7440 buildings_useful_demand_after_motion_detection_daylight_control_light: x: 740 - "y": 7620 + "y": 7740 buildings_useful_demand_after_motion_detection_light: x: 380 - "y": 7620 + "y": 7740 buildings_useful_demand_cooling: - x: 20 - "y": 7380 + x: 40 + "y": 7440 buildings_useful_demand_for_appliances: x: 740 - "y": 7880 + "y": 7980 buildings_useful_demand_for_space_heating: x: 40 "y": 6680 @@ -382,7 +391,7 @@ buildings_useful_demand_for_space_heating_after_insulation_and_solar_thermal: "y": 6680 buildings_useful_demand_light: x: 40 - "y": 7620 + "y": 7740 bunkers_aviation_mixer_kerosene: x: 2040 "y": 15500 @@ -481,16 +490,16 @@ energy_chp_coal_gas: "y": 9420 energy_chp_combined_cycle_ht_network_gas: x: 6360 - "y": 5200 + "y": 5500 energy_chp_combined_cycle_mt_network_gas: x: 6360 "y": 4220 energy_chp_local_engine_ht_biogas: x: 6060 - "y": 5380 + "y": 5680 energy_chp_local_engine_ht_network_gas: x: 6060 - "y": 5440 + "y": 5740 energy_chp_local_engine_mt_biogas: x: 6060 "y": 4520 @@ -499,34 +508,34 @@ energy_chp_local_engine_mt_network_gas: "y": 4460 energy_chp_local_ht_wood_pellets: x: 6060 - "y": 5500 + "y": 5800 energy_chp_local_mt_wood_pellets: x: 6060 "y": 4400 energy_chp_supercritical_ccs_ht_waste_mix: x: 6360 - "y": 5260 + "y": 5560 energy_chp_supercritical_ccs_mt_waste_mix: x: 6360 "y": 4280 energy_chp_supercritical_ht_waste_mix: x: 6360 - "y": 5320 + "y": 5620 energy_chp_supercritical_mt_waste_mix: x: 6360 "y": 4340 energy_chp_ultra_supercritical_cofiring_ht_coal: x: 6360 - "y": 5380 + "y": 5680 energy_chp_ultra_supercritical_cofiring_mt_coal: x: 6360 "y": 4400 energy_chp_ultra_supercritical_ht_coal: x: 6360 - "y": 5440 + "y": 5740 energy_chp_ultra_supercritical_ht_lignite: x: 6360 - "y": 5500 + "y": 5800 energy_chp_ultra_supercritical_mt_coal: x: 6360 "y": 4460 @@ -592,19 +601,22 @@ energy_distribution_gasoline: "y": 8240 energy_distribution_greengas: x: 6060 - "y": 6360 + "y": 6540 energy_distribution_heavy_fuel_oil: x: 6060 - "y": 8420 + "y": 8100 +energy_distribution_ht_imported_heat: + x: 6680 + "y": 5860 energy_distribution_ht_steam_hot_water: x: 5600 - "y": 5560 + "y": 5860 energy_distribution_hydrogen_after_transport: x: 5500 - "y": 6760 + "y": 6980 energy_distribution_hydrogen_before_transport: x: 5800 - "y": 6760 + "y": 6980 energy_distribution_kerosene: x: 6060 "y": 8180 @@ -622,10 +634,16 @@ energy_distribution_lohc: "y": 7380 energy_distribution_lpg: x: 6060 - "y": 8300 + "y": 7980 +energy_distribution_lt_imported_heat: + x: 6660 + "y": 3840 energy_distribution_lt_steam_hot_water: x: 5580 - "y": 3980 + "y": 3840 +energy_distribution_mt_imported_heat: + x: 6680 + "y": 4660 energy_distribution_mt_steam_hot_water: x: 5600 "y": 4580 @@ -799,40 +817,40 @@ energy_heat_backup_burner_ht_network_gas: "y": 5620 energy_heat_backup_burner_lt_network_gas: x: 6060 - "y": 4040 + "y": 3900 energy_heat_backup_burner_mt_network_gas: x: 6060 "y": 4640 energy_heat_boiler_ht_electricity: x: 6060 - "y": 5740 + "y": 6040 energy_heat_boiler_lt_electricity: x: 6060 - "y": 4100 + "y": 3960 energy_heat_boiler_mt_electricity: x: 6060 "y": 4700 energy_heat_burner_ht_coal: x: 6060 - "y": 6100 + "y": 6340 energy_heat_burner_ht_crude_oil: x: 6360 - "y": 5620 + "y": 5920 energy_heat_burner_ht_hydrogen: x: 6060 - "y": 5680 + "y": 5980 energy_heat_burner_ht_network_gas: x: 6060 - "y": 5800 + "y": 6100 energy_heat_burner_ht_waste_mix: x: 6360 - "y": 5680 + "y": 5980 energy_heat_burner_ht_wood_pellets: x: 6060 - "y": 5860 + "y": 6160 energy_heat_burner_lt_hydrogen: x: 6060 - "y": 4160 + "y": 4020 energy_heat_burner_mt_coal: x: 6060 "y": 4760 @@ -853,19 +871,19 @@ energy_heat_burner_mt_wood_pellets: "y": 4940 energy_heat_distribution_ht_loss: x: 5480 - "y": 5660 + "y": 5960 energy_heat_distribution_lt_loss: x: 5460 - "y": 4060 + "y": 3920 energy_heat_distribution_mt_loss: x: 5480 "y": 4680 energy_heat_dumped_ht_steam_hot_water: x: 5600 - "y": 5420 + "y": 5720 energy_heat_dumped_lt_steam_hot_water: x: 5580 - "y": 3860 + "y": 3720 energy_heat_dumped_mt_steam_hot_water: x: 5600 "y": 4440 @@ -874,37 +892,52 @@ energy_heat_flexibility_p2h_boiler_ht_electricity: "y": 6160 energy_heat_flexibility_p2h_boiler_mt_electricity: x: 6060 - "y": 5240 -energy_heat_flexibility_p2h_heatpump_ht_electricity: - x: 6060 - "y": 6220 + "y": 5500 energy_heat_flexibility_p2h_heatpump_mt_electricity: x: 6060 - "y": 5300 + "y": 5560 +energy_heat_heatpump_drink_water_water_ts_lt_electricity: + x: 6060 + "y": 4260 +energy_heat_heatpump_drink_water_water_ts_mt_electricity: + x: 6060 + "y": 5380 +energy_heat_heatpump_surface_water_water_ts_lt_electricity: + x: 6060 + "y": 4140 +energy_heat_heatpump_surface_water_water_ts_mt_electricity: + x: 6060 + "y": 5260 +energy_heat_heatpump_waste_water_water_ts_lt_electricity: + x: 6060 + "y": 4200 +energy_heat_heatpump_waste_water_water_ts_mt_electricity: + x: 6060 + "y": 5320 energy_heat_heatpump_water_water_ht_electricity: x: 6060 - "y": 5980 + "y": 6220 energy_heat_heatpump_water_water_lt_electricity: x: 6060 - "y": 4220 + "y": 4080 energy_heat_heatpump_water_water_mt_electricity: x: 6060 - "y": 5180 + "y": 5440 energy_heat_import_ht_steam_hot_water: x: 6360 - "y": 5560 + "y": 5860 energy_heat_import_lt_steam_hot_water: - x: 6360 - "y": 3980 + x: 6340 + "y": 3840 energy_heat_import_mt_steam_hot_water: x: 6360 "y": 4580 energy_heat_network_storage_ht_steam_hot_water: x: 5740 - "y": 5480 + "y": 5780 energy_heat_network_storage_lt_steam_hot_water: x: 5740 - "y": 3920 + "y": 3780 energy_heat_network_storage_mt_steam_hot_water: x: 5740 "y": 4500 @@ -922,22 +955,22 @@ energy_heat_solar_ht_solar_thermal: "y": 5920 energy_heat_solar_lt_solar_thermal: x: 6060 - "y": 4280 + "y": 4320 energy_heat_solar_mt_solar_thermal: x: 6060 "y": 5000 energy_heat_unused_ht_steam_hot_water: x: 5740 - "y": 5660 + "y": 5960 energy_heat_unused_lt_steam_hot_water: x: 5740 - "y": 4060 + "y": 3920 energy_heat_unused_mt_steam_hot_water: x: 5740 "y": 4680 energy_heat_well_deep_ht_geothermal: x: 6060 - "y": 6040 + "y": 6280 energy_heat_well_deep_mt_geothermal: x: 6060 "y": 5120 @@ -946,31 +979,31 @@ energy_heat_well_shallow_heatpump_mt_geothermal: "y": 5060 energy_heat_well_shallow_lt_geothermal: x: 6060 - "y": 4340 + "y": 4380 energy_hydrogen_ammonia_reformer: x: 6060 - "y": 7260 + "y": 7480 energy_hydrogen_autothermal_reformer: x: 6060 - "y": 7140 + "y": 7360 energy_hydrogen_autothermal_reformer_ccs: x: 6060 - "y": 7200 + "y": 7420 energy_hydrogen_biomass_gasification: x: 6060 - "y": 6720 + "y": 6940 energy_hydrogen_biomass_gasification_ccs: x: 6060 - "y": 6660 + "y": 6880 energy_hydrogen_curtailed_electricity: x: 6060 - "y": 6900 + "y": 7120 energy_hydrogen_electrolysis_solar_electricity: x: 6060 - "y": 6960 + "y": 7180 energy_hydrogen_electrolysis_wind_electricity: x: 6060 - "y": 7020 + "y": 7240 energy_hydrogen_flexibility_p2g_electricity: x: 6060 "y": 7080 @@ -985,19 +1018,19 @@ energy_hydrogen_lohc_reformer: "y": 7380 energy_hydrogen_solar_pv_solar_radiation: x: 6420 - "y": 6960 + "y": 7180 energy_hydrogen_steam_methane_reformer: x: 6060 - "y": 6840 + "y": 7060 energy_hydrogen_steam_methane_reformer_ccs: x: 6060 - "y": 6780 + "y": 7000 energy_hydrogen_storage: x: 5800 - "y": 6640 + "y": 6860 energy_hydrogen_wind_turbine_offshore: x: 6420 - "y": 7020 + "y": 7240 energy_import_ammonia: x: 7700 "y": 5240 @@ -1075,7 +1108,7 @@ energy_imported_ammonia_baseload: "y": 7620 energy_imported_hydrogen_backup: x: 6060 - "y": 6540 + "y": 6760 energy_imported_hydrogen_baseload: x: 6060 "y": 6600 @@ -1162,7 +1195,7 @@ energy_methanol_production_coal_gas: "y": 9480 energy_mixer_for_gas_power_fuel: x: 6060 - "y": 6480 + "y": 6660 energy_national_gas_network_natural_gas: x: 5640 "y": 6300 @@ -1297,10 +1330,10 @@ energy_power_wind_turbine_offshore: "y": 2560 energy_production_aggregator_ht_steam_hot_water: x: 5900 - "y": 5560 + "y": 5860 energy_production_aggregator_lt_steam_hot_water: x: 5900 - "y": 3980 + "y": 3840 energy_production_aggregator_mt_steam_hot_water: x: 5900 "y": 4580 @@ -1321,7 +1354,10 @@ energy_production_biodiesel: "y": 2740 energy_production_biogenic_waste: x: 7700 - "y": 4880 + "y": 4920 +energy_production_drink_water_ambient_heat: + x: 7200 + "y": 5720 energy_production_dry_biomass: x: 7700 "y": 2360 @@ -1337,6 +1373,9 @@ energy_production_oily_biomass: energy_production_solar_thermal: x: 7200 "y": 5420 +energy_production_surface_water_ambient_heat: + x: 7200 + "y": 5600 energy_production_synthetic_kerosene: x: 6400 "y": 8100 @@ -1353,8 +1392,11 @@ energy_production_synthetic_methanol_electricity: x: 6640 "y": 7960 energy_production_synthetic_methanol_hydrogen_non_energetic: - x: 6640 - "y": 7900 + x: 6660 + "y": 7540 +energy_production_waste_water_ambient_heat: + x: 7200 + "y": 5660 energy_production_wet_biomass: x: 7700 "y": 2580 @@ -1378,25 +1420,25 @@ energy_torrefaction_wood: "y": 2300 energy_transmission_ht_steam_hot_water: x: 6060 - "y": 5560 + "y": 5860 energy_transmission_lt_steam_hot_water: x: 6060 - "y": 3980 + "y": 3840 energy_transmission_mt_steam_hot_water: x: 6060 "y": 4580 energy_transport_hydrogen_compressed_trucks: x: 5660 - "y": 6820 + "y": 7040 energy_transport_hydrogen_loss: x: 5500 - "y": 6640 + "y": 6860 energy_transport_hydrogen_pipelines: x: 5660 - "y": 6700 + "y": 6920 energy_treatment_natural_gas: x: 6060 - "y": 6300 + "y": 6480 environment_air_ambient_cold: x: 7700 "y": 5800 @@ -1424,6 +1466,9 @@ environment_sun_solar_thermal: environment_water_ambient_cold: x: 7700 "y": 5680 +environment_water_ambient_heat: + x: 7700 + "y": 5620 environment_water_water: x: 7700 "y": 5620 @@ -1435,52 +1480,55 @@ households_apartments_useful_demand_for_space_heating_after_insulation: "y": 360 households_appliances_clothes_dryer_electricity: x: 1520 - "y": 2860 + "y": 2920 households_appliances_computer_media_electricity: x: 1520 - "y": 2800 + "y": 2860 households_appliances_dishwasher_electricity: x: 1520 - "y": 2500 + "y": 2560 households_appliances_fridge_freezer_electricity: x: 1520 - "y": 2560 + "y": 2620 households_appliances_other_electricity: x: 1520 - "y": 2920 + "y": 2980 households_appliances_television_electricity: x: 1520 - "y": 2740 + "y": 2800 households_appliances_vacuum_cleaner_electricity: x: 1520 - "y": 2680 + "y": 2740 households_appliances_washing_machine_electricity: x: 1520 - "y": 2620 + "y": 2680 households_cooker_halogen_electricity: x: 1520 - "y": 2200 + "y": 2260 households_cooker_induction_electricity: x: 1520 - "y": 2260 + "y": 2320 households_cooker_network_gas: x: 1520 - "y": 2020 + "y": 2080 households_cooker_resistive_electricity: x: 1520 - "y": 2140 + "y": 2200 households_cooker_wood_pellets: x: 1520 - "y": 2080 + "y": 2140 households_cooling_airconditioning_electricity: - x: 1520 + x: 1820 "y": 0 households_cooling_heatpump_air_water_electricity: - x: 1520 + x: 1820 "y": 120 households_cooling_heatpump_ground_water_electricity: - x: 1520 + x: 1820 "y": 60 +households_cooling_heatpump_surface_water_water_ts_electricity: + x: 1820 + "y": 180 households_corner_houses_useful_demand_for_space_heating: x: 0 "y": 460 @@ -1513,16 +1561,16 @@ households_final_demand_electricity: "y": 1120 households_final_demand_for_appliances_electricity: x: 2320 - "y": 2700 + "y": 2740 households_final_demand_for_cooking_electricity: x: 2320 - "y": 2200 + "y": 2260 households_final_demand_for_cooking_network_gas: x: 2320 - "y": 2020 + "y": 2080 households_final_demand_for_cooking_wood_pellets: x: 2320 - "y": 2080 + "y": 2140 households_final_demand_for_cooling_electricity: x: 2320 "y": 180 @@ -1564,7 +1612,7 @@ households_final_demand_for_hot_water_wood_pellets: "y": 1420 households_final_demand_for_lighting_electricity: x: 2320 - "y": 2380 + "y": 2440 households_final_demand_for_space_heating_coal: x: 2320 "y": 440 @@ -1636,13 +1684,13 @@ households_flexibility_p2p_electricity: "y": 1180 households_lighting_efficient_fluorescent_electricity: x: 1520 - "y": 2380 + "y": 2440 households_lighting_incandescent_electricity: x: 1520 - "y": 2320 + "y": 2380 households_lighting_led_electricity: x: 1520 - "y": 2440 + "y": 2500 households_locally_available_electricity: x: 3360 "y": 1120 @@ -1660,28 +1708,28 @@ households_solar_pvt_solar_radiation: "y": 1060 households_space_heater_coal: x: 1520 - "y": 180 + "y": 100 households_space_heater_coal_aggregator: x: 1180 - "y": 180 + "y": 100 households_space_heater_combined_hydrogen: x: 1520 - "y": 420 + "y": 340 households_space_heater_combined_hydrogen_aggregator: x: 1180 - "y": 420 + "y": 340 households_space_heater_combined_network_gas: x: 1520 - "y": 360 + "y": 280 households_space_heater_combined_network_gas_aggregator: x: 1180 - "y": 360 + "y": 280 households_space_heater_crude_oil: x: 1520 - "y": 240 + "y": 160 households_space_heater_crude_oil_aggregator: x: 1180 - "y": 240 + "y": 160 households_space_heater_deficit: x: 1340 "y": 1040 @@ -1693,10 +1741,10 @@ households_space_heater_district_heating_ht_steam_hot_water_aggregator: "y": 880 households_space_heater_district_heating_lt_steam_hot_water: x: 1520 - "y": 780 + "y": 760 households_space_heater_district_heating_lt_steam_hot_water_aggregator: x: 1180 - "y": 780 + "y": 760 households_space_heater_district_heating_mt_steam_hot_water: x: 1520 "y": 820 @@ -1705,28 +1753,34 @@ households_space_heater_district_heating_mt_steam_hot_water_aggregator: "y": 820 households_space_heater_electricity: x: 1520 - "y": 540 + "y": 460 households_space_heater_electricity_aggregator: x: 1180 - "y": 540 + "y": 460 households_space_heater_heatpump_air_water_electricity: x: 1520 - "y": 600 + "y": 520 households_space_heater_heatpump_air_water_electricity_aggregator: x: 1180 - "y": 600 + "y": 520 households_space_heater_heatpump_ground_water_electricity: x: 1520 - "y": 660 + "y": 580 households_space_heater_heatpump_ground_water_electricity_aggregator: x: 1180 - "y": 660 + "y": 580 households_space_heater_heatpump_pvt_electricity: x: 1520 - "y": 720 + "y": 700 households_space_heater_heatpump_pvt_electricity_aggregator: x: 1180 - "y": 720 + "y": 700 +households_space_heater_heatpump_surface_water_water_ts_electricity: + x: 1520 + "y": 640 +households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator: + x: 1180 + "y": 640 households_space_heater_hybrid_heatpump_air_water_electricity: x: 1520 "y": 940 @@ -1741,16 +1795,16 @@ households_space_heater_hybrid_hydrogen_heatpump_air_water_electricity_aggregato "y": 1000 households_space_heater_network_gas: x: 1520 - "y": 300 + "y": 220 households_space_heater_network_gas_aggregator: x: 1180 - "y": 300 + "y": 220 households_space_heater_wood_pellets: x: 1520 - "y": 480 + "y": 400 households_space_heater_wood_pellets_aggregator: x: 1180 - "y": 480 + "y": 400 households_space_heating_savings_from_insulation: x: 220 "y": 900 @@ -1762,10 +1816,10 @@ households_terraced_houses_useful_demand_for_space_heating_after_insulation: "y": 760 households_useful_demand_cooking_useable_heat: x: 800 - "y": 2140 + "y": 2200 households_useful_demand_for_cooling: x: 800 - "y": 120 + "y": 0 households_useful_demand_for_hot_water_after_solar_heater: x: 440 "y": 1320 @@ -1780,7 +1834,7 @@ households_useful_demand_hot_water: "y": 1320 households_useful_demand_light: x: 800 - "y": 2380 + "y": 2440 households_water_heater_coal: x: 1520 "y": 1120 @@ -1806,26 +1860,26 @@ households_water_heater_crude_oil_aggregator: x: 1180 "y": 1180 households_water_heater_deficit: - x: 1360 - "y": 2000 + x: 1340 + "y": 2060 households_water_heater_district_heating_ht_steam_hot_water: x: 1520 - "y": 1840 + "y": 1900 households_water_heater_district_heating_ht_steam_hot_water_aggregator: x: 1180 - "y": 1840 + "y": 1900 households_water_heater_district_heating_lt_steam_hot_water: x: 1520 - "y": 1720 + "y": 1780 households_water_heater_district_heating_lt_steam_hot_water_aggregator: x: 1180 - "y": 1720 + "y": 1780 households_water_heater_district_heating_mt_steam_hot_water: x: 1520 - "y": 1780 + "y": 1840 households_water_heater_district_heating_mt_steam_hot_water_aggregator: x: 1180 - "y": 1780 + "y": 1840 households_water_heater_heatpump_air_water_electricity: x: 1520 "y": 1600 @@ -1840,22 +1894,28 @@ households_water_heater_heatpump_ground_water_electricity_aggregator: "y": 1540 households_water_heater_heatpump_pvt_electricity: x: 1520 - "y": 1660 + "y": 1720 households_water_heater_heatpump_pvt_electricity_aggregator: + x: 1180 + "y": 1720 +households_water_heater_heatpump_surface_water_water_ts_electricity: + x: 1520 + "y": 1660 +households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator: x: 1180 "y": 1660 households_water_heater_hybrid_heatpump_air_water_electricity: x: 1520 - "y": 1900 + "y": 1960 households_water_heater_hybrid_heatpump_air_water_electricity_aggregator: x: 1180 - "y": 1900 + "y": 1960 households_water_heater_hybrid_hydrogen_heatpump_air_water_electricity: x: 1520 - "y": 1960 + "y": 2020 households_water_heater_hybrid_hydrogen_heatpump_air_water_electricity_aggregator: x: 1180 - "y": 1960 + "y": 2020 households_water_heater_network_gas: x: 1520 "y": 1240 @@ -2745,7 +2805,7 @@ industry_useful_demand_for_other_food_useable_heat: x: 720 "y": 13380 industry_useful_demand_for_other_ict_electricity: - x: 700 + x: 740 "y": 8780 industry_useful_demand_for_other_non_specified_coal: x: 720 @@ -2850,13 +2910,13 @@ other_heater_district_heating_ht_steam_hot_water: x: 1520 "y": 8400 other_useful_demand_crude_oil_non_energetic: - x: 700 + x: 740 "y": 8580 other_useful_demand_electricity: - x: 700 + x: 740 "y": 8480 other_useful_demand_useable_heat: - x: 700 + x: 740 "y": 8300 transport_bicycle_using_electricity: x: 1520 diff --git a/graphs/energy/edges/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity-buildings_useful_demand_after_insulation_cooling@cooling.ad b/graphs/energy/edges/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity-buildings_useful_demand_after_insulation_cooling@cooling.ad new file mode 100644 index 0000000000..1716b1465e --- /dev/null +++ b/graphs/energy/edges/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity-buildings_useful_demand_after_insulation_cooling@cooling.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false diff --git a/graphs/energy/edges/buildings/buildings_final_demand_for_cooling_electricity-buildings_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad b/graphs/energy/edges/buildings/buildings_final_demand_for_cooling_electricity-buildings_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad new file mode 100644 index 0000000000..ca22f4d829 --- /dev/null +++ b/graphs/energy/edges/buildings/buildings_final_demand_for_cooling_electricity-buildings_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad @@ -0,0 +1,6 @@ +- type = share +- reversed = false +- groups = [final_demand, cooling_buildings] +- graph_methods = [parent_share] + +~ parent_share = SHARE("energy/buildings_final_demand_for_cooling_electricity_parent_share", buildings_cooling_heatpump_surface_water_water_ts_electricity) diff --git a/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_electricity-buildings_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad b/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_electricity-buildings_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad new file mode 100644 index 0000000000..cb40cb4b29 --- /dev/null +++ b/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_electricity-buildings_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad @@ -0,0 +1,6 @@ +- type = share +- reversed = false +- groups = [final_demand, space_heating_buildings] +- graph_methods = [parent_share] + +~ parent_share = SHARE("energy/buildings_final_demand_for_space_heating_electricity_parent_share", buildings_space_heater_heatpump_surface_water_water_ts_electricity) diff --git a/graphs/energy/edges/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity-buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator@useable_heat.ad b/graphs/energy/edges/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity-buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator@useable_heat.ad new file mode 100644 index 0000000000..cb1c867618 --- /dev/null +++ b/graphs/energy/edges/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity-buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator@useable_heat.ad @@ -0,0 +1 @@ +- type = share \ No newline at end of file diff --git a/graphs/energy/edges/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator-buildings_useful_demand_for_space_heating_after_insulation_and_solar_thermal@useable_heat.ad b/graphs/energy/edges/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator-buildings_useful_demand_for_space_heating_after_insulation_and_solar_thermal@useable_heat.ad new file mode 100644 index 0000000000..83a8a3ad66 --- /dev/null +++ b/graphs/energy/edges/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator-buildings_useful_demand_for_space_heating_after_insulation_and_solar_thermal@useable_heat.ad @@ -0,0 +1 @@ +- type = share diff --git a/graphs/energy/edges/buildings/energy_production_surface_water_ambient_heat-buildings_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad b/graphs/energy/edges/buildings/energy_production_surface_water_ambient_heat-buildings_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad new file mode 100644 index 0000000000..7990944189 --- /dev/null +++ b/graphs/energy/edges/buildings/energy_production_surface_water_ambient_heat-buildings_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad @@ -0,0 +1,5 @@ +- type = share +- reversed = false +- graph_methods = [child_share] + +~ child_share = 0.0 diff --git a/graphs/energy/edges/buildings/environment_water_ambient_cold-buildings_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad b/graphs/energy/edges/buildings/environment_water_ambient_cold-buildings_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad new file mode 100644 index 0000000000..7990944189 --- /dev/null +++ b/graphs/energy/edges/buildings/environment_water_ambient_cold-buildings_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad @@ -0,0 +1,5 @@ +- type = share +- reversed = false +- graph_methods = [child_share] + +~ child_share = 0.0 diff --git a/graphs/energy/edges/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity-energy_production_aggregator_lt_steam_hot_water@steam_hot_water.ad b/graphs/energy/edges/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity-energy_production_aggregator_lt_steam_hot_water@steam_hot_water.ad new file mode 100644 index 0000000000..3aa732c2e7 --- /dev/null +++ b/graphs/energy/edges/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity-energy_production_aggregator_lt_steam_hot_water@steam_hot_water.ad @@ -0,0 +1,2 @@ +- type = flexible +- reversed = true diff --git a/graphs/energy/edges/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity-energy_production_aggregator_mt_steam_hot_water@steam_hot_water.ad b/graphs/energy/edges/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity-energy_production_aggregator_mt_steam_hot_water@steam_hot_water.ad new file mode 100644 index 0000000000..3aa732c2e7 --- /dev/null +++ b/graphs/energy/edges/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity-energy_production_aggregator_mt_steam_hot_water@steam_hot_water.ad @@ -0,0 +1,2 @@ +- type = flexible +- reversed = true diff --git a/graphs/energy/edges/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity-energy_production_aggregator_lt_steam_hot_water@steam_hot_water.ad b/graphs/energy/edges/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity-energy_production_aggregator_lt_steam_hot_water@steam_hot_water.ad new file mode 100644 index 0000000000..3aa732c2e7 --- /dev/null +++ b/graphs/energy/edges/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity-energy_production_aggregator_lt_steam_hot_water@steam_hot_water.ad @@ -0,0 +1,2 @@ +- type = flexible +- reversed = true diff --git a/graphs/energy/edges/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity-energy_production_aggregator_mt_steam_hot_water@steam_hot_water.ad b/graphs/energy/edges/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity-energy_production_aggregator_mt_steam_hot_water@steam_hot_water.ad new file mode 100644 index 0000000000..3aa732c2e7 --- /dev/null +++ b/graphs/energy/edges/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity-energy_production_aggregator_mt_steam_hot_water@steam_hot_water.ad @@ -0,0 +1,2 @@ +- type = flexible +- reversed = true diff --git a/graphs/energy/edges/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity-energy_production_aggregator_lt_steam_hot_water@steam_hot_water.ad b/graphs/energy/edges/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity-energy_production_aggregator_lt_steam_hot_water@steam_hot_water.ad new file mode 100644 index 0000000000..3aa732c2e7 --- /dev/null +++ b/graphs/energy/edges/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity-energy_production_aggregator_lt_steam_hot_water@steam_hot_water.ad @@ -0,0 +1,2 @@ +- type = flexible +- reversed = true diff --git a/graphs/energy/edges/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity-energy_production_aggregator_mt_steam_hot_water@steam_hot_water.ad b/graphs/energy/edges/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity-energy_production_aggregator_mt_steam_hot_water@steam_hot_water.ad new file mode 100644 index 0000000000..3aa732c2e7 --- /dev/null +++ b/graphs/energy/edges/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity-energy_production_aggregator_mt_steam_hot_water@steam_hot_water.ad @@ -0,0 +1,2 @@ +- type = flexible +- reversed = true diff --git a/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_drink_water_water_ts_lt_electricity@electricity.ad b/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_drink_water_water_ts_lt_electricity@electricity.ad new file mode 100644 index 0000000000..98e4c229f2 --- /dev/null +++ b/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_drink_water_water_ts_lt_electricity@electricity.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_drink_water_water_ts_mt_electricity@electricity.ad b/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_drink_water_water_ts_mt_electricity@electricity.ad new file mode 100644 index 0000000000..98e4c229f2 --- /dev/null +++ b/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_drink_water_water_ts_mt_electricity@electricity.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_surface_water_water_ts_lt_electricity@electricity.ad b/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_surface_water_water_ts_lt_electricity@electricity.ad new file mode 100644 index 0000000000..98e4c229f2 --- /dev/null +++ b/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_surface_water_water_ts_lt_electricity@electricity.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_surface_water_water_ts_mt_electricity@electricity.ad b/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_surface_water_water_ts_mt_electricity@electricity.ad new file mode 100644 index 0000000000..98e4c229f2 --- /dev/null +++ b/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_surface_water_water_ts_mt_electricity@electricity.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_waste_water_water_ts_lt_electricity@electricity.ad b/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_waste_water_water_ts_lt_electricity@electricity.ad new file mode 100644 index 0000000000..98e4c229f2 --- /dev/null +++ b/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_waste_water_water_ts_lt_electricity@electricity.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_waste_water_water_ts_mt_electricity@electricity.ad b/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_waste_water_water_ts_mt_electricity@electricity.ad new file mode 100644 index 0000000000..98e4c229f2 --- /dev/null +++ b/graphs/energy/edges/energy/energy_power_mv_distribution_network_electricity-energy_heat_heatpump_waste_water_water_ts_mt_electricity@electricity.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/energy/energy_production_drink_water_ambient_heat-energy_heat_heatpump_drink_water_water_ts_lt_electricity@ambient_heat.ad b/graphs/energy/edges/energy/energy_production_drink_water_ambient_heat-energy_heat_heatpump_drink_water_water_ts_lt_electricity@ambient_heat.ad new file mode 100644 index 0000000000..98e4c229f2 --- /dev/null +++ b/graphs/energy/edges/energy/energy_production_drink_water_ambient_heat-energy_heat_heatpump_drink_water_water_ts_lt_electricity@ambient_heat.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/energy/energy_production_drink_water_ambient_heat-energy_heat_heatpump_drink_water_water_ts_mt_electricity@ambient_heat.ad b/graphs/energy/edges/energy/energy_production_drink_water_ambient_heat-energy_heat_heatpump_drink_water_water_ts_mt_electricity@ambient_heat.ad new file mode 100644 index 0000000000..d06c83e24f --- /dev/null +++ b/graphs/energy/edges/energy/energy_production_drink_water_ambient_heat-energy_heat_heatpump_drink_water_water_ts_mt_electricity@ambient_heat.ad @@ -0,0 +1,2 @@ +- type = flexible +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/energy/energy_production_surface_water_ambient_heat-energy_heat_heatpump_surface_water_water_ts_lt_electricity@ambient_heat.ad b/graphs/energy/edges/energy/energy_production_surface_water_ambient_heat-energy_heat_heatpump_surface_water_water_ts_lt_electricity@ambient_heat.ad new file mode 100644 index 0000000000..98e4c229f2 --- /dev/null +++ b/graphs/energy/edges/energy/energy_production_surface_water_ambient_heat-energy_heat_heatpump_surface_water_water_ts_lt_electricity@ambient_heat.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/energy/energy_production_surface_water_ambient_heat-energy_heat_heatpump_surface_water_water_ts_mt_electricity@ambient_heat.ad b/graphs/energy/edges/energy/energy_production_surface_water_ambient_heat-energy_heat_heatpump_surface_water_water_ts_mt_electricity@ambient_heat.ad new file mode 100644 index 0000000000..d06c83e24f --- /dev/null +++ b/graphs/energy/edges/energy/energy_production_surface_water_ambient_heat-energy_heat_heatpump_surface_water_water_ts_mt_electricity@ambient_heat.ad @@ -0,0 +1,2 @@ +- type = flexible +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/energy/energy_production_waste_water_ambient_heat-energy_heat_heatpump_waste_water_water_ts_lt_electricity@ambient_heat.ad b/graphs/energy/edges/energy/energy_production_waste_water_ambient_heat-energy_heat_heatpump_waste_water_water_ts_lt_electricity@ambient_heat.ad new file mode 100644 index 0000000000..98e4c229f2 --- /dev/null +++ b/graphs/energy/edges/energy/energy_production_waste_water_ambient_heat-energy_heat_heatpump_waste_water_water_ts_lt_electricity@ambient_heat.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/energy/energy_production_waste_water_ambient_heat-energy_heat_heatpump_waste_water_water_ts_mt_electricity@ambient_heat.ad b/graphs/energy/edges/energy/energy_production_waste_water_ambient_heat-energy_heat_heatpump_waste_water_water_ts_mt_electricity@ambient_heat.ad new file mode 100644 index 0000000000..d06c83e24f --- /dev/null +++ b/graphs/energy/edges/energy/energy_production_waste_water_ambient_heat-energy_heat_heatpump_waste_water_water_ts_mt_electricity@ambient_heat.ad @@ -0,0 +1,2 @@ +- type = flexible +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/energy/environment_water_ambient_heat-energy_production_drink_water_ambient_heat@ambient_heat.ad b/graphs/energy/edges/energy/environment_water_ambient_heat-energy_production_drink_water_ambient_heat@ambient_heat.ad new file mode 100644 index 0000000000..1716b1465e --- /dev/null +++ b/graphs/energy/edges/energy/environment_water_ambient_heat-energy_production_drink_water_ambient_heat@ambient_heat.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false diff --git a/graphs/energy/edges/energy/environment_water_ambient_heat-energy_production_surface_water_ambient_heat@ambient_heat.ad b/graphs/energy/edges/energy/environment_water_ambient_heat-energy_production_surface_water_ambient_heat@ambient_heat.ad new file mode 100644 index 0000000000..1716b1465e --- /dev/null +++ b/graphs/energy/edges/energy/environment_water_ambient_heat-energy_production_surface_water_ambient_heat@ambient_heat.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false diff --git a/graphs/energy/edges/energy/environment_water_ambient_heat-energy_production_waste_water_ambient_heat@ambient_heat.ad b/graphs/energy/edges/energy/environment_water_ambient_heat-energy_production_waste_water_ambient_heat@ambient_heat.ad new file mode 100644 index 0000000000..1716b1465e --- /dev/null +++ b/graphs/energy/edges/energy/environment_water_ambient_heat-energy_production_waste_water_ambient_heat@ambient_heat.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false diff --git a/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad b/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad new file mode 100644 index 0000000000..3f550a3e44 --- /dev/null +++ b/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad @@ -0,0 +1,5 @@ +- type = share +- reversed = false +- graph_methods = [child_share] + +~ child_share = 0.0 \ No newline at end of file diff --git a/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_water_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad b/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_water_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad new file mode 100644 index 0000000000..3f550a3e44 --- /dev/null +++ b/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_water_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad @@ -0,0 +1,5 @@ +- type = share +- reversed = false +- graph_methods = [child_share] + +~ child_share = 0.0 \ No newline at end of file diff --git a/graphs/energy/edges/households/environment_water_ambient_cold-households_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad b/graphs/energy/edges/households/environment_water_ambient_cold-households_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad new file mode 100644 index 0000000000..3f550a3e44 --- /dev/null +++ b/graphs/energy/edges/households/environment_water_ambient_cold-households_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad @@ -0,0 +1,5 @@ +- type = share +- reversed = false +- graph_methods = [child_share] + +~ child_share = 0.0 \ No newline at end of file diff --git a/graphs/energy/edges/households/households_cooling_heatpump_surface_water_water_ts_electricity-households_useful_demand_for_cooling@cooling.ad b/graphs/energy/edges/households/households_cooling_heatpump_surface_water_water_ts_electricity-households_useful_demand_for_cooling@cooling.ad new file mode 100644 index 0000000000..1716b1465e --- /dev/null +++ b/graphs/energy/edges/households/households_cooling_heatpump_surface_water_water_ts_electricity-households_useful_demand_for_cooling@cooling.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false diff --git a/graphs/energy/edges/households/households_final_demand_for_cooling_electricity-households_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad b/graphs/energy/edges/households/households_final_demand_for_cooling_electricity-households_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad new file mode 100644 index 0000000000..19ecbba8c6 --- /dev/null +++ b/graphs/energy/edges/households/households_final_demand_for_cooling_electricity-households_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad @@ -0,0 +1,6 @@ +- type = share +- reversed = false +- groups = [final_demand, cooling_households] +- graph_methods = [parent_share] + +~ parent_share = SHARE("energy/residences_final_demand_for_cooling_electricity_parent_share", households_cooling_heatpump_surface_water_water_ts_electricity) diff --git a/graphs/energy/edges/households/households_final_demand_for_hot_water_electricity-households_water_heater_heatpump_surface_water_water_ts_electricity@electricity.ad b/graphs/energy/edges/households/households_final_demand_for_hot_water_electricity-households_water_heater_heatpump_surface_water_water_ts_electricity@electricity.ad new file mode 100644 index 0000000000..b49da78a7e --- /dev/null +++ b/graphs/energy/edges/households/households_final_demand_for_hot_water_electricity-households_water_heater_heatpump_surface_water_water_ts_electricity@electricity.ad @@ -0,0 +1,6 @@ +- type = share +- reversed = false +- groups = [final_demand, hot_water_households] +- graph_methods = [parent_share] + +~ parent_share = SHARE("energy/residences_final_demand_for_hot_water_electricity_parent_share", households_water_heater_heatpump_surface_water_water_ts_electricity) diff --git a/graphs/energy/edges/households/households_final_demand_for_space_heating_electricity-households_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad b/graphs/energy/edges/households/households_final_demand_for_space_heating_electricity-households_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad new file mode 100644 index 0000000000..c855493069 --- /dev/null +++ b/graphs/energy/edges/households/households_final_demand_for_space_heating_electricity-households_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad @@ -0,0 +1,6 @@ +- type = share +- reversed = false +- groups = [final_demand, space_heating_households] +- graph_methods = [parent_share] + +~ parent_share = SHARE("energy/residences_final_demand_for_space_heating_electricity_parent_share", households_space_heater_heatpump_surface_water_water_ts_electricity) diff --git a/graphs/energy/edges/households/households_space_heater_heatpump_surface_water_water_ts_electricity-households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator@useable_heat.ad b/graphs/energy/edges/households/households_space_heater_heatpump_surface_water_water_ts_electricity-households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator@useable_heat.ad new file mode 100644 index 0000000000..1716b1465e --- /dev/null +++ b/graphs/energy/edges/households/households_space_heater_heatpump_surface_water_water_ts_electricity-households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator@useable_heat.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false diff --git a/graphs/energy/edges/households/households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator-households_useful_demand_for_space_heating_after_insulation@useable_heat.ad b/graphs/energy/edges/households/households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator-households_useful_demand_for_space_heating_after_insulation@useable_heat.ad new file mode 100644 index 0000000000..1716b1465e --- /dev/null +++ b/graphs/energy/edges/households/households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator-households_useful_demand_for_space_heating_after_insulation@useable_heat.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false diff --git a/graphs/energy/edges/households/households_water_heater_heatpump_surface_water_water_ts_electricity-households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator@useable_heat.ad b/graphs/energy/edges/households/households_water_heater_heatpump_surface_water_water_ts_electricity-households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator@useable_heat.ad new file mode 100644 index 0000000000..1716b1465e --- /dev/null +++ b/graphs/energy/edges/households/households_water_heater_heatpump_surface_water_water_ts_electricity-households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator@useable_heat.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false diff --git a/graphs/energy/edges/households/households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator-households_useful_demand_for_hot_water_after_solar_heater@useable_heat.ad b/graphs/energy/edges/households/households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator-households_useful_demand_for_hot_water_after_solar_heater@useable_heat.ad new file mode 100644 index 0000000000..1716b1465e --- /dev/null +++ b/graphs/energy/edges/households/households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator-households_useful_demand_for_hot_water_after_solar_heater@useable_heat.ad @@ -0,0 +1,2 @@ +- type = share +- reversed = false diff --git a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.converter.ad new file mode 100644 index 0000000000..6758619d88 --- /dev/null +++ b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.converter.ad @@ -0,0 +1,37 @@ +- input.ambient_cold = 0.9476039734 +- input.electricity = 0.05239602663 +- output.cooling = 1.0 +- output.loss = elastic +- groups = [heat_production, application_group, lv_net_demand, wacc_proven_tech, costs_building_and_installations_buildings] +- use = energetic +- presentation_group = heat_pumps +- availability = 0.0 +- full_load_hours = 2190.0 +- ccs_investment = 0.0 +- construction_time = 0.0 +- cost_of_installing = 0.0 +- decommissioning_costs = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 67530.0 +- initial_investment = 953500.0 +- technical_lifetime = 30.0 +- variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 +- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 +- wacc = 0.04 +- energy_balance_group = technologies +- merit_order.group = buildings_cooling +- merit_order.level = lv +- merit_order.subtype = generic +- merit_order.type = consumer +- electricity_output_capacity = 0.0 +- forecasting_error = 0.0 +- free_co2_factor = 0.0 +- heat_output_capacity = 2.25 +- land_use_per_unit = 0.0 +- part_load_efficiency_penalty = 0.0 +- part_load_operating_point = 0.0 +- takes_part_in_ets = 0.0 +- hours_maint_nl = 21700.0 +- hours_place_nl = 158410.0 +- hours_prep_nl = 6.0 +- hours_prod_nl = 0.0 +- hours_remov_nl = 40.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad new file mode 100644 index 0000000000..e75c7ff301 --- /dev/null +++ b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad @@ -0,0 +1,31 @@ +- input.ambient_heat = 0.7340425531914894 +- input.electricity = 0.26595744680851063 +- output.loss = elastic +- output.useable_heat = 1.0 +- groups = [heat_production, application_group, aggregator_producer, wacc_proven_tech, merit_order_csv_include, costs_building_and_installations_buildings] +- use = energetic +- presentation_group = heat_pumps +- availability = 0.0 +- full_load_hours = 1500.0 +- ccs_investment = 0.0 +- construction_time = 0.0 +- cost_of_installing = 0.0 +- decommissioning_costs = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 0.0 +- technical_lifetime = 30.0 +- initial_investment = 0.0 +- variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 +- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 +- wacc = 0.04 +- energy_balance_group = technologies +- fever.defer_for = 4 +- fever.group = buildings_space_heating +- fever.type = producer +- electricity_output_capacity = 0.0 +- forecasting_error = 0.0 +- free_co2_factor = 0.0 +- heat_output_capacity = 2.25 +- land_use_per_unit = 0.0 +- part_load_efficiency_penalty = 0.0 +- part_load_operating_point = 0.0 +- takes_part_in_ets = 0.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator.ad b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator.ad new file mode 100644 index 0000000000..79669aab7e --- /dev/null +++ b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator.ad @@ -0,0 +1 @@ +- use = energetic diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad new file mode 100644 index 0000000000..1a9ac47afb --- /dev/null +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad @@ -0,0 +1,31 @@ +- input.ambient_heat = 0.7777777777777778 +- input.electricity = 0.2222222222222222 +- output.steam_hot_water = 1.0 +- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- use = energetic +- presentation_group = heat_pumps +- graph_methods = [demand] +- availability = 1.0 +- full_load_hours = 1500.0 +- ccs_investment = 0.0 +- construction_time = 0.0 +- cost_of_installing = 0.0 +- decommissioning_costs = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 0.0 +- initial_investment = 0.0 +- technical_lifetime = 30.0 +- variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 +- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 +- wacc = 0.04 +- energy_balance_group = central heat generation +- heat_network_lt.subtype = dispatchable +- heat_network_lt.type = producer +- merit_order.group = self: steam_hot_water_output_curve +- merit_order.level = mv +- merit_order.subtype = generic +- merit_order.type = consumer +- free_co2_factor = 0.0 +- heat_output_capacity = 1.0 +- takes_part_in_ets = 0.0 + +~ demand = 0.0 \ No newline at end of file diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad new file mode 100644 index 0000000000..1a9ac47afb --- /dev/null +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad @@ -0,0 +1,31 @@ +- input.ambient_heat = 0.7777777777777778 +- input.electricity = 0.2222222222222222 +- output.steam_hot_water = 1.0 +- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- use = energetic +- presentation_group = heat_pumps +- graph_methods = [demand] +- availability = 1.0 +- full_load_hours = 1500.0 +- ccs_investment = 0.0 +- construction_time = 0.0 +- cost_of_installing = 0.0 +- decommissioning_costs = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 0.0 +- initial_investment = 0.0 +- technical_lifetime = 30.0 +- variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 +- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 +- wacc = 0.04 +- energy_balance_group = central heat generation +- heat_network_lt.subtype = dispatchable +- heat_network_lt.type = producer +- merit_order.group = self: steam_hot_water_output_curve +- merit_order.level = mv +- merit_order.subtype = generic +- merit_order.type = consumer +- free_co2_factor = 0.0 +- heat_output_capacity = 1.0 +- takes_part_in_ets = 0.0 + +~ demand = 0.0 \ No newline at end of file diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad new file mode 100644 index 0000000000..1a9ac47afb --- /dev/null +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad @@ -0,0 +1,31 @@ +- input.ambient_heat = 0.7777777777777778 +- input.electricity = 0.2222222222222222 +- output.steam_hot_water = 1.0 +- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- use = energetic +- presentation_group = heat_pumps +- graph_methods = [demand] +- availability = 1.0 +- full_load_hours = 1500.0 +- ccs_investment = 0.0 +- construction_time = 0.0 +- cost_of_installing = 0.0 +- decommissioning_costs = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 0.0 +- initial_investment = 0.0 +- technical_lifetime = 30.0 +- variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 +- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 +- wacc = 0.04 +- energy_balance_group = central heat generation +- heat_network_lt.subtype = dispatchable +- heat_network_lt.type = producer +- merit_order.group = self: steam_hot_water_output_curve +- merit_order.level = mv +- merit_order.subtype = generic +- merit_order.type = consumer +- free_co2_factor = 0.0 +- heat_output_capacity = 1.0 +- takes_part_in_ets = 0.0 + +~ demand = 0.0 \ No newline at end of file diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad new file mode 100644 index 0000000000..1a9ac47afb --- /dev/null +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad @@ -0,0 +1,31 @@ +- input.ambient_heat = 0.7777777777777778 +- input.electricity = 0.2222222222222222 +- output.steam_hot_water = 1.0 +- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- use = energetic +- presentation_group = heat_pumps +- graph_methods = [demand] +- availability = 1.0 +- full_load_hours = 1500.0 +- ccs_investment = 0.0 +- construction_time = 0.0 +- cost_of_installing = 0.0 +- decommissioning_costs = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 0.0 +- initial_investment = 0.0 +- technical_lifetime = 30.0 +- variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 +- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 +- wacc = 0.04 +- energy_balance_group = central heat generation +- heat_network_lt.subtype = dispatchable +- heat_network_lt.type = producer +- merit_order.group = self: steam_hot_water_output_curve +- merit_order.level = mv +- merit_order.subtype = generic +- merit_order.type = consumer +- free_co2_factor = 0.0 +- heat_output_capacity = 1.0 +- takes_part_in_ets = 0.0 + +~ demand = 0.0 \ No newline at end of file diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad new file mode 100644 index 0000000000..1a9ac47afb --- /dev/null +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad @@ -0,0 +1,31 @@ +- input.ambient_heat = 0.7777777777777778 +- input.electricity = 0.2222222222222222 +- output.steam_hot_water = 1.0 +- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- use = energetic +- presentation_group = heat_pumps +- graph_methods = [demand] +- availability = 1.0 +- full_load_hours = 1500.0 +- ccs_investment = 0.0 +- construction_time = 0.0 +- cost_of_installing = 0.0 +- decommissioning_costs = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 0.0 +- initial_investment = 0.0 +- technical_lifetime = 30.0 +- variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 +- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 +- wacc = 0.04 +- energy_balance_group = central heat generation +- heat_network_lt.subtype = dispatchable +- heat_network_lt.type = producer +- merit_order.group = self: steam_hot_water_output_curve +- merit_order.level = mv +- merit_order.subtype = generic +- merit_order.type = consumer +- free_co2_factor = 0.0 +- heat_output_capacity = 1.0 +- takes_part_in_ets = 0.0 + +~ demand = 0.0 \ No newline at end of file diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad new file mode 100644 index 0000000000..1a9ac47afb --- /dev/null +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad @@ -0,0 +1,31 @@ +- input.ambient_heat = 0.7777777777777778 +- input.electricity = 0.2222222222222222 +- output.steam_hot_water = 1.0 +- groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] +- use = energetic +- presentation_group = heat_pumps +- graph_methods = [demand] +- availability = 1.0 +- full_load_hours = 1500.0 +- ccs_investment = 0.0 +- construction_time = 0.0 +- cost_of_installing = 0.0 +- decommissioning_costs = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 0.0 +- initial_investment = 0.0 +- technical_lifetime = 30.0 +- variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 +- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 +- wacc = 0.04 +- energy_balance_group = central heat generation +- heat_network_lt.subtype = dispatchable +- heat_network_lt.type = producer +- merit_order.group = self: steam_hot_water_output_curve +- merit_order.level = mv +- merit_order.subtype = generic +- merit_order.type = consumer +- free_co2_factor = 0.0 +- heat_output_capacity = 1.0 +- takes_part_in_ets = 0.0 + +~ demand = 0.0 \ No newline at end of file diff --git a/graphs/energy/nodes/energy/energy_production_drink_water_ambient_heat.ad b/graphs/energy/nodes/energy/energy_production_drink_water_ambient_heat.ad new file mode 100644 index 0000000000..1bb3fc0ae5 --- /dev/null +++ b/graphs/energy/nodes/energy/energy_production_drink_water_ambient_heat.ad @@ -0,0 +1,6 @@ +- use = energetic +- energy_balance_group = growth and production +- groups = [] +- free_co2_factor = 0.0 + +~ max_demand = PRIMARY_PRODUCTION(energy_production_drink_water_ambient_heat, max_demand) diff --git a/graphs/energy/nodes/energy/energy_production_surface_water_ambient_heat.ad b/graphs/energy/nodes/energy/energy_production_surface_water_ambient_heat.ad new file mode 100644 index 0000000000..e8ee1f784f --- /dev/null +++ b/graphs/energy/nodes/energy/energy_production_surface_water_ambient_heat.ad @@ -0,0 +1,6 @@ +- use = energetic +- energy_balance_group = growth and production +- groups = [] +- free_co2_factor = 0.0 + +~ max_demand = PRIMARY_PRODUCTION(energy_production_surface_water_ambient_heat, max_demand) diff --git a/graphs/energy/nodes/energy/energy_production_waste_water_ambient_heat.ad b/graphs/energy/nodes/energy/energy_production_waste_water_ambient_heat.ad new file mode 100644 index 0000000000..ed36c05bab --- /dev/null +++ b/graphs/energy/nodes/energy/energy_production_waste_water_ambient_heat.ad @@ -0,0 +1,6 @@ +- use = energetic +- energy_balance_group = growth and production +- groups = [] +- free_co2_factor = 0.0 + +~ max_demand = PRIMARY_PRODUCTION(energy_production_waste_water_ambient_heat, max_demand) diff --git a/graphs/energy/nodes/environment/environment_water_ambient_heat.ad b/graphs/energy/nodes/environment/environment_water_ambient_heat.ad new file mode 100644 index 0000000000..d68bdfdafd --- /dev/null +++ b/graphs/energy/nodes/environment/environment_water_ambient_heat.ad @@ -0,0 +1,4 @@ +- use = energetic +- energy_balance_group = environment +- groups = [] +- free_co2_factor = 0.0 diff --git a/graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.converter.ad new file mode 100644 index 0000000000..d40e9b1171 --- /dev/null +++ b/graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.converter.ad @@ -0,0 +1,37 @@ +- input.ambient_cold = 0.9476039734 +- input.electricity = 0.05239602663 +- output.cooling = 1.0 +- output.loss = elastic +- groups = [heat_production, application_group, lv_net_demand, wacc_households, costs_building_and_installations_households] +- use = energetic +- presentation_group = heat_pumps +- availability = 0.0 +- full_load_hours = 2190.0 +- ccs_investment = 0.0 +- construction_time = 0.0 +- cost_of_installing = 0.0 +- decommissioning_costs = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 67530.0 +- initial_investment = 953500.0 +- technical_lifetime = 30.0 +- variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 +- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 +- wacc = 0.04 +- energy_balance_group = technologies +- merit_order.group = households_cooling +- merit_order.level = lv +- merit_order.subtype = generic +- merit_order.type = consumer +- electricity_output_capacity = 0.0 +- forecasting_error = 0.0 +- free_co2_factor = 0.0 +- heat_output_capacity = 2.25 +- land_use_per_unit = 0.0 +- part_load_efficiency_penalty = 0.0 +- part_load_operating_point = 0.0 +- takes_part_in_ets = 0.0 +- hours_maint_nl = 21700.0 +- hours_place_nl = 158410.0 +- hours_prep_nl = 6.0 +- hours_prod_nl = 0.0 +- hours_remov_nl = 40.0 diff --git a/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad new file mode 100644 index 0000000000..83c1f0fa26 --- /dev/null +++ b/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad @@ -0,0 +1,47 @@ +- input.ambient_heat = 0.777777777777778 +- input.electricity = 0.222222222222222 +- output.cooling = 0.0 +- output.loss = elastic +- output.useable_heat = 1.0 +- groups = [demand_driven, heat_production, merit_household_space_heating_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households] +- use = energetic +- presentation_group = heat_pumps +- availability = 0.0 +- full_load_hours = 1500.0 +- ccs_investment = 0.0 +- construction_time = 0.0 +- cost_of_installing = 0.0 +- decommissioning_costs = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 0.0 +- initial_investment = 0.0 +- technical_lifetime = 30.0 +- variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 +- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 +- wacc = 0.04 +- energy_balance_group = technologies +- fever.alias_of = households_water_heater_heatpump_surface_water_water_ts_electricity +- fever.base_cop = 3.25 +- fever.capacity.electricity = 0.0025889967637540458 +- fever.cop_per_degree = 0.0875 +- fever.defer_for = 4 +- fever.efficiency_balanced_with = ambient_heat +- fever.efficiency_based_on = electricity +- fever.group = space_heating +- fever.type = producer +- storage.cost_per_mwh = 0.0 +- storage.decay = 0.0 +- storage.volume = 0.0 +- electricity_output_capacity = 0.0 +- forecasting_error = 0.0 +- free_co2_factor = 0.0 +- heat_output_capacity = 0.01 +- households_supplied_per_unit = 1.0 +- land_use_per_unit = 0.0 +- part_load_efficiency_penalty = 0.0 +- part_load_operating_point = 0.0 +- takes_part_in_ets = 0.0 +- hours_maint_nl = 1.5 +- hours_place_nl = 7.0 +- hours_prep_nl = 0.0 +- hours_prod_nl = 0.0 +- hours_remov_nl = 7.0 diff --git a/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator.ad b/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator.ad new file mode 100644 index 0000000000..2cd4cedbc1 --- /dev/null +++ b/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator.ad @@ -0,0 +1,2 @@ +- use = energetic +- groups = [] diff --git a/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.converter.ad new file mode 100644 index 0000000000..bb4dd5df05 --- /dev/null +++ b/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.converter.ad @@ -0,0 +1,43 @@ +- input.ambient_heat = 0.666666666666667 +- input.electricity = 0.333333333333333 +- output.loss = elastic +- output.useable_heat = 1.0 +- groups = [demand_driven, heat_production, merit_household_hot_water_producers, application_group, aggregator_producer, lv_net_demand, wacc_households, merit_order_csv_include, costs_building_and_installations_households] +- use = energetic +- presentation_group = heat_pumps +- availability = 0.0 +- full_load_hours = 0.0 +- ccs_investment = 0.0 +- construction_time = 0.0 +- cost_of_installing = 0.0 +- decommissioning_costs = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 0.0 +- initial_investment = 0.0 +- technical_lifetime = 30.0 +- variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 +- variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 +- wacc = 0.04 +- energy_balance_group = technologies +- fever.base_cop = 1.86 +- fever.capacity.electricity = 0.002588997 +- fever.cop_per_degree = 0.043 +- fever.efficiency_balanced_with = ambient_heat +- fever.efficiency_based_on = electricity +- fever.group = households_hot_water +- fever.type = producer +- storage.cost_per_mwh = 50713.75 +- storage.decay = 0.0 +- storage.volume = 0.005 +- electricity_output_capacity = 0.0 +- forecasting_error = 0.0 +- free_co2_factor = 0.0 +- heat_output_capacity = 0.01 +- households_supplied_per_unit = 1.0 +- part_load_efficiency_penalty = 0.0 +- part_load_operating_point = 0.0 +- takes_part_in_ets = 0.0 +- hours_maint_nl = 1.5 +- hours_place_nl = 7.0 +- hours_prep_nl = 0.0 +- hours_prod_nl = 0.0 +- hours_remov_nl = 7.0 diff --git a/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator.ad b/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator.ad new file mode 100644 index 0000000000..2cd4cedbc1 --- /dev/null +++ b/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator.ad @@ -0,0 +1,2 @@ +- use = energetic +- groups = [] From 40c5db2e19a0660089711ab340f205944fe7a809 Mon Sep 17 00:00:00 2001 From: Roos de Kok Date: Wed, 20 Sep 2023 16:57:09 +0200 Subject: [PATCH 02/23] Add mock shares and values related to aquathermal heat for the nl2019 dataset --- datasets/nl2019/primary_production.csv | 5 ++++- ...ngs_final_demand_for_cooling_electricity_parent_share.csv | 3 ++- ...nal_demand_for_space_heating_electricity_parent_share.csv | 3 ++- ...ces_final_demand_for_cooling_electricity_parent_share.csv | 3 ++- ...s_final_demand_for_hot_water_electricity_parent_share.csv | 3 ++- ...nal_demand_for_space_heating_electricity_parent_share.csv | 3 ++- 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/datasets/nl2019/primary_production.csv b/datasets/nl2019/primary_production.csv index 4ed5fe60e9..ac213a4890 100644 --- a/datasets/nl2019/primary_production.csv +++ b/datasets/nl2019/primary_production.csv @@ -4,4 +4,7 @@ energy_production_biogenic_waste,3.21532423600000E+04,2.13816600000000E+04 energy_production_non_biogenic_waste,2.85132803000000E+04,3.15718984819975E+04 energy_production_wet_biomass,1.67800000000000E+04,1.09873000000000E+05 energy_production_dry_biomass,4.74168550000000E+04,6.21602300000000E+04 -energy_production_oily_biomass,1.05000000000000E+04,1.05000000000000E+04 \ No newline at end of file +energy_production_oily_biomass,1.05000000000000E+04,1.05000000000000E+04 +energy_production_surface_water_ambient_heat,0.0,1.50E+11 +energy_production_waste_water_ambient_heat,0.0,5.6E+10 +energy_production_drink_water_ambient_heat,0.0,6.0E+09 \ No newline at end of file diff --git a/datasets/nl2019/shares/energy/buildings_final_demand_for_cooling_electricity_parent_share.csv b/datasets/nl2019/shares/energy/buildings_final_demand_for_cooling_electricity_parent_share.csv index 1b423d4dd0..ab32b72b69 100644 --- a/datasets/nl2019/shares/energy/buildings_final_demand_for_cooling_electricity_parent_share.csv +++ b/datasets/nl2019/shares/energy/buildings_final_demand_for_cooling_electricity_parent_share.csv @@ -1,4 +1,5 @@ key,share buildings_cooling_airconditioning_electricity,9.78823114232264E-01 buildings_cooling_collective_heatpump_water_water_ts_electricity,2.11768857677365E-02 -buildings_cooling_heatpump_air_water_electricity,0.00000000000000E+00 \ No newline at end of file +buildings_cooling_heatpump_air_water_electricity,0.00000000000000E+00 +buildings_cooling_heatpump_surface_water_water_ts_electricity,0.00000000000000E+00 \ No newline at end of file diff --git a/datasets/nl2019/shares/energy/buildings_final_demand_for_space_heating_electricity_parent_share.csv b/datasets/nl2019/shares/energy/buildings_final_demand_for_space_heating_electricity_parent_share.csv index 5dd3399660..ab0cfea7c8 100644 --- a/datasets/nl2019/shares/energy/buildings_final_demand_for_space_heating_electricity_parent_share.csv +++ b/datasets/nl2019/shares/energy/buildings_final_demand_for_space_heating_electricity_parent_share.csv @@ -1,4 +1,5 @@ key,share buildings_space_heater_electricity,0.00000000000000E+00 buildings_space_heater_collective_heatpump_water_water_ts_electricity,1.00000000000000E+00 -buildings_space_heater_heatpump_air_water_electricity,0.00000000000000E+00 \ No newline at end of file +buildings_space_heater_heatpump_air_water_electricity,0.00000000000000E+00 +buildings_space_heater_heatpump_surface_water_water_ts_electricity,0.0 \ No newline at end of file diff --git a/datasets/nl2019/shares/energy/residences_final_demand_for_cooling_electricity_parent_share.csv b/datasets/nl2019/shares/energy/residences_final_demand_for_cooling_electricity_parent_share.csv index 003ad703d9..c286afb5d5 100644 --- a/datasets/nl2019/shares/energy/residences_final_demand_for_cooling_electricity_parent_share.csv +++ b/datasets/nl2019/shares/energy/residences_final_demand_for_cooling_electricity_parent_share.csv @@ -1,4 +1,5 @@ key,share households_cooling_airconditioning_electricity,7.22722307054694E-01 households_cooling_heatpump_ground_water_electricity,2.02242684150120E-02 -households_cooling_heatpump_air_water_electricity,2.57053424530294E-01 \ No newline at end of file +households_cooling_heatpump_air_water_electricity,2.57053424530294E-01 +households_cooling_heatpump_surface_water_water_ts_electricity,0.0 \ No newline at end of file diff --git a/datasets/nl2019/shares/energy/residences_final_demand_for_hot_water_electricity_parent_share.csv b/datasets/nl2019/shares/energy/residences_final_demand_for_hot_water_electricity_parent_share.csv index 4d92999d25..9beb7f52db 100644 --- a/datasets/nl2019/shares/energy/residences_final_demand_for_hot_water_electricity_parent_share.csv +++ b/datasets/nl2019/shares/energy/residences_final_demand_for_hot_water_electricity_parent_share.csv @@ -2,4 +2,5 @@ key,share households_water_heater_heatpump_air_water_electricity,9.58771683209922E-02 households_water_heater_heatpump_ground_water_electricity,3.01502258640614E-02 households_water_heater_resistive_electricity,8.69855845173036E-01 -households_water_heater_hybrid_heatpump_air_water_electricity,4.11676064190996E-03 \ No newline at end of file +households_water_heater_hybrid_heatpump_air_water_electricity,4.11676064190996E-03 +households_water_heater_heatpump_surface_water_water_ts_electricity,0.0 \ No newline at end of file diff --git a/datasets/nl2019/shares/energy/residences_final_demand_for_space_heating_electricity_parent_share.csv b/datasets/nl2019/shares/energy/residences_final_demand_for_space_heating_electricity_parent_share.csv index 0a34c46369..ed676ef9f0 100644 --- a/datasets/nl2019/shares/energy/residences_final_demand_for_space_heating_electricity_parent_share.csv +++ b/datasets/nl2019/shares/energy/residences_final_demand_for_space_heating_electricity_parent_share.csv @@ -2,4 +2,5 @@ key,share households_space_heater_electricity,6.75787227302128E-01 households_space_heater_heatpump_air_water_electricity,2.38595983044081E-01 households_space_heater_heatpump_ground_water_electricity,7.43068093357018E-02 -households_space_heater_hybrid_heatpump_air_water_electricity,1.13099803180895E-02 \ No newline at end of file +households_space_heater_hybrid_heatpump_air_water_electricity,1.13099803180895E-02 +households_space_heater_heatpump_surface_water_water_ts_electricity,0.0 \ No newline at end of file From 0b3eefd9549e2e6421c8a7e5dd2892d6d51f1afe Mon Sep 17 00:00:00 2001 From: Roos de Kok Date: Thu, 21 Sep 2023 11:01:34 +0200 Subject: [PATCH 03/23] Add inputs for aquathermal heat and cooling --- .../cooling_converters_in_households.gql | 7 +------ ...space_heating_production_in_households.gql | 2 ++ ...old_in_source_of_cooling_in_households.gql | 14 ++++++++++++- ...urface_water_water_ts_electricity_share.ad | 14 +++++++++++++ ...urface_water_water_ts_electricity_share.ad | 14 +++++++++++++ ...urface_water_water_ts_electricity_share.ad | 9 +++++++++ ...urface_water_water_ts_electricity_share.ad | 14 +++++++++++++ ...ump_drink_water_water_ts_lt_electricity.ad | 20 +++++++++++++++++++ ...p_surface_water_water_ts_lt_electricity.ad | 20 +++++++++++++++++++ ...ump_waste_water_water_ts_lt_electricity.ad | 20 +++++++++++++++++++ ...ump_drink_water_water_ts_mt_electricity.ad | 20 +++++++++++++++++++ ...p_surface_water_water_ts_mt_electricity.ad | 20 +++++++++++++++++++ ...ump_waste_water_water_ts_mt_electricity.ad | 20 +++++++++++++++++++ 13 files changed, 187 insertions(+), 7 deletions(-) create mode 100644 gqueries/input_elements/start_value/share_of_surface_water_heatpump_in_space_heating_production_in_households.gql create mode 100644 inputs/demand/buildings/buildings_cooling/buildings_cooling_heatpump_surface_water_water_ts_electricity_share.ad create mode 100644 inputs/demand/buildings/buildings_heating/buildings_space_heater_heatpump_surface_water_water_ts_electricity_share.ad create mode 100644 inputs/demand/households/households_cooling/households_cooling_heatpump_surface_water_water_ts_electricity_share.ad create mode 100644 inputs/demand/households/households_space_heat_hot_water/households_heater_heatpump_surface_water_water_ts_electricity_share.ad create mode 100644 inputs/supply/heat/energy/lt/sources/capacity_of_energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad create mode 100644 inputs/supply/heat/energy/lt/sources/capacity_of_energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad create mode 100644 inputs/supply/heat/energy/lt/sources/capacity_of_energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad create mode 100644 inputs/supply/heat/energy/mt/sources/capacity_of_energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad create mode 100644 inputs/supply/heat/energy/mt/sources/capacity_of_energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad create mode 100644 inputs/supply/heat/energy/mt/sources/capacity_of_energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad diff --git a/gqueries/general/converter_groups/cooling_converters_in_households.gql b/gqueries/general/converter_groups/cooling_converters_in_households.gql index 6dc4697400..a22f51c07d 100644 --- a/gqueries/general/converter_groups/cooling_converters_in_households.gql +++ b/gqueries/general/converter_groups/cooling_converters_in_households.gql @@ -1,8 +1,3 @@ -- query = - V( - households_cooling_heatpump_ground_water_electricity, - households_cooling_heatpump_air_water_electricity, - households_cooling_airconditioning_electricity - ) +- query = CHILDREN(V(households_useful_demand_for_cooling)) - unit = nodes - deprecated_key = households_cooling_converters diff --git a/gqueries/input_elements/start_value/share_of_surface_water_heatpump_in_space_heating_production_in_households.gql b/gqueries/input_elements/start_value/share_of_surface_water_heatpump_in_space_heating_production_in_households.gql new file mode 100644 index 0000000000..927e5c8375 --- /dev/null +++ b/gqueries/input_elements/start_value/share_of_surface_water_heatpump_in_space_heating_production_in_households.gql @@ -0,0 +1,2 @@ +- query = V(households_space_heater_surface_water_heatpump_water_water_ts_electricity_aggregator, share_of_households_useful_demand_for_space_heating_after_insulation) +- unit = factor diff --git a/gqueries/output_elements/output_series/bezier_66_source_of_cooling_in_households/ambient_cold_in_source_of_cooling_in_households.gql b/gqueries/output_elements/output_series/bezier_66_source_of_cooling_in_households/ambient_cold_in_source_of_cooling_in_households.gql index 58d71659a3..e6e405e1fd 100644 --- a/gqueries/output_elements/output_series/bezier_66_source_of_cooling_in_households/ambient_cold_in_source_of_cooling_in_households.gql +++ b/gqueries/output_elements/output_series/bezier_66_source_of_cooling_in_households/ambient_cold_in_source_of_cooling_in_households.gql @@ -1,2 +1,14 @@ - unit = PJ -- query = DIVIDE(PRODUCT(DIVIDE(Q(ambient_heat_used_for_cooling_in_households),SUM(V(Q(cooling_converters_in_households),demand))),V(households_useful_demand_for_cooling,input_of_cooling)),BILLIONS) +- query = + DIVIDE( + PRODUCT( + DIVIDE( + Q(ambient_heat_used_for_cooling_in_households), + SUM( + V(Q(cooling_converters_in_households),demand) + ) + ), + V(households_useful_demand_for_cooling,input_of_cooling) + ), + BILLIONS + ) diff --git a/inputs/demand/buildings/buildings_cooling/buildings_cooling_heatpump_surface_water_water_ts_electricity_share.ad b/inputs/demand/buildings/buildings_cooling/buildings_cooling_heatpump_surface_water_water_ts_electricity_share.ad new file mode 100644 index 0000000000..a1d0f8b370 --- /dev/null +++ b/inputs/demand/buildings/buildings_cooling/buildings_cooling_heatpump_surface_water_water_ts_electricity_share.ad @@ -0,0 +1,14 @@ +- query = + UPDATE( + EDGE(buildings_cooling_heatpump_surface_water_water_ts_electricity, buildings_useful_demand_after_insulation_cooling), + share, + DIVIDE(USER_INPUT(), 100) + ) +- share_group = cooling_buildings +- priority = 0 +- max_value = 100.0 +- min_value = 0.0 +- start_value_gql = present:V(buildings_cooling_heatpump_surface_water_water_ts_electricity,share_of_buildings_useful_demand_after_insulation_cooling) * 100 +- step_value = 0.1 +- unit = % +- update_period = future diff --git a/inputs/demand/buildings/buildings_heating/buildings_space_heater_heatpump_surface_water_water_ts_electricity_share.ad b/inputs/demand/buildings/buildings_heating/buildings_space_heater_heatpump_surface_water_water_ts_electricity_share.ad new file mode 100644 index 0000000000..44f13d3e00 --- /dev/null +++ b/inputs/demand/buildings/buildings_heating/buildings_space_heater_heatpump_surface_water_water_ts_electricity_share.ad @@ -0,0 +1,14 @@ +- query = + UPDATE( + EDGE(buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator, buildings_useful_demand_for_space_heating_after_insulation_and_solar_thermal), + share, + DIVIDE(USER_INPUT(), 100) + ) +- share_group = heating_buildings +- priority = 0 +- max_value = 100.0 +- min_value = 0.0 +- start_value_gql = present:V(buildings_space_heater_heatpump_surface_water_water_ts_electricity_aggregator, share_of_buildings_useful_demand_for_space_heating_after_insulation_and_solar_thermal) * 100 +- step_value = 0.1 +- unit = % +- update_period = future diff --git a/inputs/demand/households/households_cooling/households_cooling_heatpump_surface_water_water_ts_electricity_share.ad b/inputs/demand/households/households_cooling/households_cooling_heatpump_surface_water_water_ts_electricity_share.ad new file mode 100644 index 0000000000..b41d254858 --- /dev/null +++ b/inputs/demand/households/households_cooling/households_cooling_heatpump_surface_water_water_ts_electricity_share.ad @@ -0,0 +1,9 @@ +- query = UPDATE(EDGE(households_cooling_surface_water_heatpump_water_water_ts_electricity,households_useful_demand_for_cooling), share, DIVIDE(USER_INPUT(),100)) +- share_group = cooling_households +- priority = 0 +- max_value = 100.0 +- min_value = 0.0 +- start_value_gql = present:V(households_cooling_heatpump_surface_water_water_ts_electricity,share_of_households_useful_demand_for_cooling) * 100 +- step_value = 0.1 +- unit = % +- update_period = future diff --git a/inputs/demand/households/households_space_heat_hot_water/households_heater_heatpump_surface_water_water_ts_electricity_share.ad b/inputs/demand/households/households_space_heat_hot_water/households_heater_heatpump_surface_water_water_ts_electricity_share.ad new file mode 100644 index 0000000000..950e7019fd --- /dev/null +++ b/inputs/demand/households/households_space_heat_hot_water/households_heater_heatpump_surface_water_water_ts_electricity_share.ad @@ -0,0 +1,14 @@ +# Updates both space heating and hot water shares +- query = + EACH( + UPDATE(EDGE(households_space_heater_heatpump_surface_water_water_ts_electricity_aggregator,households_useful_demand_for_space_heating_after_insulation), share, DIVIDE(USER_INPUT(),100)), + UPDATE(EDGE(households_water_heater_heatpump_surface_water_water_ts_electricity_aggregator,households_useful_demand_for_hot_water_after_solar_heater), share, DIVIDE(USER_INPUT(),100)) + ) +- share_group = heating_households +- priority = 10 +- max_value = 100.0 +- min_value = 0.0 +- start_value_gql = present:Q(share_of_surface_water_heatpump_in_space_heating_production_in_households) * 100 +- step_value = 0.1 +- unit = % +- update_period = future diff --git a/inputs/supply/heat/energy/lt/sources/capacity_of_energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad b/inputs/supply/heat/energy/lt/sources/capacity_of_energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad new file mode 100644 index 0000000000..c0aecd6926 --- /dev/null +++ b/inputs/supply/heat/energy/lt/sources/capacity_of_energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad @@ -0,0 +1,20 @@ +- query = + EACH( + UPDATE( + V(energy_heat_heatpump_drink_water_water_ts_lt_electricity), + number_of_units, + USER_INPUT() / V(energy_heat_heatpump_drink_water_water_ts_lt_electricity,heat_output_capacity) + ), + UPDATE( + V(energy_heat_heatpump_drink_water_water_ts_lt_electricity), + preset_demand, + V(energy_heat_heatpump_drink_water_water_ts_lt_electricity, production_based_on_number_of_heat_units) + ) + ) +- priority = 0 +- max_value_gql = present:DIVIDE(DIVIDE(MAX(0.5 * Q(heat_production_total) * BILLIONS, V(energy_heat_heatpump_drink_water_water_ts_lt_electricity, output_of_steam_hot_water)*2), V(energy_heat_heatpump_drink_water_water_ts_lt_electricity,full_load_hours)), MJ_PER_MWH) +- min_value = 0.0 +- start_value_gql = present:PRODUCT(V(energy_heat_heatpump_drink_water_water_ts_lt_electricity,number_of_units),V(energy_heat_heatpump_drink_water_water_ts_lt_electricity,heat_output_capacity)) +- step_value = 1.0 +- unit = MW +- update_period = future diff --git a/inputs/supply/heat/energy/lt/sources/capacity_of_energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad b/inputs/supply/heat/energy/lt/sources/capacity_of_energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad new file mode 100644 index 0000000000..37acb08f24 --- /dev/null +++ b/inputs/supply/heat/energy/lt/sources/capacity_of_energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad @@ -0,0 +1,20 @@ +- query = + EACH( + UPDATE( + V(energy_heat_heatpump_surface_water_water_ts_lt_electricity), + number_of_units, + USER_INPUT() / V(energy_heat_heatpump_surface_water_water_ts_lt_electricity,heat_output_capacity) + ), + UPDATE( + V(energy_heat_heatpump_surface_water_water_ts_lt_electricity), + preset_demand, + V(energy_heat_heatpump_surface_water_water_ts_lt_electricity, production_based_on_number_of_heat_units) + ) + ) +- priority = 0 +- max_value_gql = present:DIVIDE(DIVIDE(MAX(0.5 * Q(heat_production_total) * BILLIONS, V(energy_heat_heatpump_surface_water_water_ts_lt_electricity, output_of_steam_hot_water)*2), V(energy_heat_heatpump_surface_water_water_ts_lt_electricity,full_load_hours)), MJ_PER_MWH) +- min_value = 0.0 +- start_value_gql = present:PRODUCT(V(energy_heat_heatpump_surface_water_water_ts_lt_electricity,number_of_units),V(energy_heat_heatpump_surface_water_water_ts_lt_electricity,heat_output_capacity)) +- step_value = 1.0 +- unit = MW +- update_period = future diff --git a/inputs/supply/heat/energy/lt/sources/capacity_of_energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad b/inputs/supply/heat/energy/lt/sources/capacity_of_energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad new file mode 100644 index 0000000000..f8a80edcaa --- /dev/null +++ b/inputs/supply/heat/energy/lt/sources/capacity_of_energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad @@ -0,0 +1,20 @@ +- query = + EACH( + UPDATE( + V(energy_heat_heatpump_waste_water_water_ts_lt_electricity), + number_of_units, + USER_INPUT() / V(energy_heat_heatpump_waste_water_water_ts_lt_electricity,heat_output_capacity) + ), + UPDATE( + V(energy_heat_heatpump_waste_water_water_ts_lt_electricity), + preset_demand, + V(energy_heat_heatpump_waste_water_water_ts_lt_electricity, production_based_on_number_of_heat_units) + ) + ) +- priority = 0 +- max_value_gql = present:DIVIDE(DIVIDE(MAX(0.5 * Q(heat_production_total) * BILLIONS, V(energy_heat_heatpump_waste_water_water_ts_lt_electricity, output_of_steam_hot_water)*2), V(energy_heat_heatpump_waste_water_water_ts_lt_electricity,full_load_hours)), MJ_PER_MWH) +- min_value = 0.0 +- start_value_gql = present:PRODUCT(V(energy_heat_heatpump_waste_water_water_ts_lt_electricity,number_of_units),V(energy_heat_heatpump_waste_water_water_ts_lt_electricity,heat_output_capacity)) +- step_value = 1.0 +- unit = MW +- update_period = future diff --git a/inputs/supply/heat/energy/mt/sources/capacity_of_energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad b/inputs/supply/heat/energy/mt/sources/capacity_of_energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad new file mode 100644 index 0000000000..9c7749465e --- /dev/null +++ b/inputs/supply/heat/energy/mt/sources/capacity_of_energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad @@ -0,0 +1,20 @@ +- query = + EACH( + UPDATE( + V(energy_heat_heatpump_drink_water_water_ts_mt_electricity), + number_of_units, + USER_INPUT() / V(energy_heat_heatpump_drink_water_water_ts_mt_electricity,heat_output_capacity) + ), + UPDATE( + V(energy_heat_heatpump_drink_water_water_ts_mt_electricity), + preset_demand, + V(energy_heat_heatpump_drink_water_water_ts_mt_electricity, production_based_on_number_of_heat_units) + ) + ) +- priority = 0 +- max_value_gql = present:DIVIDE(DIVIDE(MAX(0.5 * Q(heat_production_total) * BILLIONS, V(energy_heat_heatpump_drink_water_water_ts_mt_electricity, output_of_steam_hot_water)*2), V(energy_heat_heatpump_drink_water_water_ts_mt_electricity,full_load_hours)), MJ_PER_MWH) +- min_value = 0.0 +- start_value_gql = present:PRODUCT(V(energy_heat_heatpump_drink_water_water_ts_mt_electricity,number_of_units),V(energy_heat_heatpump_drink_water_water_ts_mt_electricity,heat_output_capacity)) +- step_value = 1.0 +- unit = MW +- update_period = future diff --git a/inputs/supply/heat/energy/mt/sources/capacity_of_energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad b/inputs/supply/heat/energy/mt/sources/capacity_of_energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad new file mode 100644 index 0000000000..fa7f9f772d --- /dev/null +++ b/inputs/supply/heat/energy/mt/sources/capacity_of_energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad @@ -0,0 +1,20 @@ +- query = + EACH( + UPDATE( + V(energy_heat_heatpump_surface_water_water_ts_mt_electricity), + number_of_units, + USER_INPUT() / V(energy_heat_heatpump_surface_water_water_ts_mt_electricity,heat_output_capacity) + ), + UPDATE( + V(energy_heat_heatpump_surface_water_water_ts_mt_electricity), + preset_demand, + V(energy_heat_heatpump_surface_water_water_ts_mt_electricity, production_based_on_number_of_heat_units) + ) + ) +- priority = 0 +- max_value_gql = present:DIVIDE(DIVIDE(MAX(0.5 * Q(heat_production_total) * BILLIONS, V(energy_heat_heatpump_surface_water_water_ts_mt_electricity, output_of_steam_hot_water)*2), V(energy_heat_heatpump_surface_water_water_ts_mt_electricity,full_load_hours)), MJ_PER_MWH) +- min_value = 0.0 +- start_value_gql = present:PRODUCT(V(energy_heat_heatpump_surface_water_water_ts_mt_electricity,number_of_units),V(energy_heat_heatpump_surface_water_water_ts_mt_electricity,heat_output_capacity)) +- step_value = 1.0 +- unit = MW +- update_period = future diff --git a/inputs/supply/heat/energy/mt/sources/capacity_of_energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad b/inputs/supply/heat/energy/mt/sources/capacity_of_energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad new file mode 100644 index 0000000000..6a4201aac8 --- /dev/null +++ b/inputs/supply/heat/energy/mt/sources/capacity_of_energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad @@ -0,0 +1,20 @@ +- query = + EACH( + UPDATE( + V(energy_heat_heatpump_waste_water_water_ts_mt_electricity), + number_of_units, + USER_INPUT() / V(energy_heat_heatpump_waste_water_water_ts_mt_electricity,heat_output_capacity) + ), + UPDATE( + V(energy_heat_heatpump_waste_water_water_ts_mt_electricity), + preset_demand, + V(energy_heat_heatpump_waste_water_water_ts_mt_electricity, production_based_on_number_of_heat_units) + ) + ) +- priority = 0 +- max_value_gql = present:DIVIDE(DIVIDE(MAX(0.5 * Q(heat_production_total) * BILLIONS, V(energy_heat_heatpump_waste_water_water_ts_mt_electricity, output_of_steam_hot_water)*2), V(energy_heat_heatpump_waste_water_water_ts_mt_electricity,full_load_hours)), MJ_PER_MWH) +- min_value = 0.0 +- start_value_gql = present:PRODUCT(V(energy_heat_heatpump_waste_water_water_ts_mt_electricity,number_of_units),V(energy_heat_heatpump_waste_water_water_ts_mt_electricity,heat_output_capacity)) +- step_value = 1.0 +- unit = MW +- update_period = future From 1c14ed58ffdda9e9f54c7e43e28fcbeb08498f6a Mon Sep 17 00:00:00 2001 From: Roos de Kok Date: Wed, 4 Oct 2023 08:41:19 +0200 Subject: [PATCH 04/23] Update aquathermal nodes and edges --- ...atpump_surface_water_water_ts_electricity@ambient_heat.ad | 3 --- ...atpump_surface_water_water_ts_electricity@ambient_cold.ad | 3 --- ...ump_surface_water_water_ts_mt_electricity@ambient_heat.ad | 2 +- ...atpump_surface_water_water_ts_electricity@ambient_heat.ad | 5 +---- ...atpump_surface_water_water_ts_electricity@ambient_heat.ad | 5 +---- ...atpump_surface_water_water_ts_electricity@ambient_cold.ad | 5 +---- ...ergy_heat_heatpump_drink_water_water_ts_mt_electricity.ad | 4 ++-- ...gy_heat_heatpump_surface_water_water_ts_mt_electricity.ad | 4 ++-- ...ergy_heat_heatpump_waste_water_water_ts_mt_electricity.ad | 4 ++-- 9 files changed, 10 insertions(+), 25 deletions(-) diff --git a/graphs/energy/edges/buildings/energy_production_surface_water_ambient_heat-buildings_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad b/graphs/energy/edges/buildings/energy_production_surface_water_ambient_heat-buildings_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad index 7990944189..1716b1465e 100644 --- a/graphs/energy/edges/buildings/energy_production_surface_water_ambient_heat-buildings_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad +++ b/graphs/energy/edges/buildings/energy_production_surface_water_ambient_heat-buildings_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad @@ -1,5 +1,2 @@ - type = share - reversed = false -- graph_methods = [child_share] - -~ child_share = 0.0 diff --git a/graphs/energy/edges/buildings/environment_water_ambient_cold-buildings_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad b/graphs/energy/edges/buildings/environment_water_ambient_cold-buildings_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad index 7990944189..1716b1465e 100644 --- a/graphs/energy/edges/buildings/environment_water_ambient_cold-buildings_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad +++ b/graphs/energy/edges/buildings/environment_water_ambient_cold-buildings_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad @@ -1,5 +1,2 @@ - type = share - reversed = false -- graph_methods = [child_share] - -~ child_share = 0.0 diff --git a/graphs/energy/edges/energy/energy_production_surface_water_ambient_heat-energy_heat_heatpump_surface_water_water_ts_mt_electricity@ambient_heat.ad b/graphs/energy/edges/energy/energy_production_surface_water_ambient_heat-energy_heat_heatpump_surface_water_water_ts_mt_electricity@ambient_heat.ad index d06c83e24f..98e4c229f2 100644 --- a/graphs/energy/edges/energy/energy_production_surface_water_ambient_heat-energy_heat_heatpump_surface_water_water_ts_mt_electricity@ambient_heat.ad +++ b/graphs/energy/edges/energy/energy_production_surface_water_ambient_heat-energy_heat_heatpump_surface_water_water_ts_mt_electricity@ambient_heat.ad @@ -1,2 +1,2 @@ -- type = flexible +- type = share - reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad b/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad index 3f550a3e44..98e4c229f2 100644 --- a/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad +++ b/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_space_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad @@ -1,5 +1,2 @@ - type = share -- reversed = false -- graph_methods = [child_share] - -~ child_share = 0.0 \ No newline at end of file +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_water_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad b/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_water_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad index 3f550a3e44..98e4c229f2 100644 --- a/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_water_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad +++ b/graphs/energy/edges/households/energy_production_surface_water_ambient_heat-households_water_heater_heatpump_surface_water_water_ts_electricity@ambient_heat.ad @@ -1,5 +1,2 @@ - type = share -- reversed = false -- graph_methods = [child_share] - -~ child_share = 0.0 \ No newline at end of file +- reversed = false \ No newline at end of file diff --git a/graphs/energy/edges/households/environment_water_ambient_cold-households_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad b/graphs/energy/edges/households/environment_water_ambient_cold-households_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad index 3f550a3e44..98e4c229f2 100644 --- a/graphs/energy/edges/households/environment_water_ambient_cold-households_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad +++ b/graphs/energy/edges/households/environment_water_ambient_cold-households_cooling_heatpump_surface_water_water_ts_electricity@ambient_cold.ad @@ -1,5 +1,2 @@ - type = share -- reversed = false -- graph_methods = [child_share] - -~ child_share = 0.0 \ No newline at end of file +- reversed = false \ No newline at end of file diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad index 1a9ac47afb..8c4315dc5b 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad @@ -18,8 +18,8 @@ - variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 - wacc = 0.04 - energy_balance_group = central heat generation -- heat_network_lt.subtype = dispatchable -- heat_network_lt.type = producer +- heat_network_mt.subtype = dispatchable +- heat_network_mt.type = producer - merit_order.group = self: steam_hot_water_output_curve - merit_order.level = mv - merit_order.subtype = generic diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad index 1a9ac47afb..8c4315dc5b 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad @@ -18,8 +18,8 @@ - variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 - wacc = 0.04 - energy_balance_group = central heat generation -- heat_network_lt.subtype = dispatchable -- heat_network_lt.type = producer +- heat_network_mt.subtype = dispatchable +- heat_network_mt.type = producer - merit_order.group = self: steam_hot_water_output_curve - merit_order.level = mv - merit_order.subtype = generic diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad index 1a9ac47afb..8c4315dc5b 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad @@ -18,8 +18,8 @@ - variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 - wacc = 0.04 - energy_balance_group = central heat generation -- heat_network_lt.subtype = dispatchable -- heat_network_lt.type = producer +- heat_network_mt.subtype = dispatchable +- heat_network_mt.type = producer - merit_order.group = self: steam_hot_water_output_curve - merit_order.level = mv - merit_order.subtype = generic From 3ecb9246ae3d9bab6e2f0d038fe2bd9c18ac677f Mon Sep 17 00:00:00 2001 From: Roos de Kok Date: Wed, 4 Oct 2023 08:41:59 +0200 Subject: [PATCH 05/23] Add aquathermal to relevant charts --- ...ter_ts_lt_electricity_steam_hot_water_output_curve.gql | 2 ++ ...ter_ts_mt_electricity_steam_hot_water_output_curve.gql | 2 ++ ...ter_ts_lt_electricity_steam_hot_water_output_curve.gql | 2 ++ ...ter_ts_mt_electricity_steam_hot_water_output_curve.gql | 2 ++ ...ter_ts_lt_electricity_steam_hot_water_output_curve.gql | 2 ++ ...ter_ts_mt_electricity_steam_hot_water_output_curve.gql | 2 ++ ...tpump_drink_water_water_ts_lt_electricity_capacity.gql | 2 ++ ...ump_surface_water_water_ts_lt_electricity_capacity.gql | 2 ++ ...tpump_waste_water_water_ts_lt_electricity_capacity.gql | 2 ++ ...tpump_drink_water_water_ts_mt_electricity_capacity.gql | 2 ++ ...ump_surface_water_water_ts_mt_electricity_capacity.gql | 2 ++ ...tpump_waste_water_water_ts_mt_electricity_capacity.gql | 2 ++ ...r_water_ts_lt_electricity_heat_cost_capacity_chart.gql | 8 ++++++++ ...r_water_ts_mt_electricity_heat_cost_capacity_chart.gql | 8 ++++++++ ...r_water_ts_lt_electricity_heat_cost_capacity_chart.gql | 8 ++++++++ ...r_water_ts_mt_electricity_heat_cost_capacity_chart.gql | 8 ++++++++ ...r_water_ts_lt_electricity_heat_cost_capacity_chart.gql | 8 ++++++++ ...r_water_ts_mt_electricity_heat_cost_capacity_chart.gql | 8 ++++++++ ..._energy_heat_backup_burner_lt_network_gas_capacity.gql | 4 +--- ...p_drink_water_water_ts_lt_electricity_availability.gql | 2 ++ ...tpump_drink_water_water_ts_lt_electricity_capacity.gql | 2 ++ ...rink_water_water_ts_lt_electricity_full_load_hours.gql | 2 ++ ...mp_drink_water_water_ts_lt_electricity_load_factor.gql | 2 ++ ...rink_water_water_ts_lt_electricity_operating_costs.gql | 2 ++ ...p_drink_water_water_ts_mt_electricity_availability.gql | 2 ++ ...tpump_drink_water_water_ts_mt_electricity_capacity.gql | 2 ++ ...rink_water_water_ts_mt_electricity_full_load_hours.gql | 2 ++ ...mp_drink_water_water_ts_mt_electricity_load_factor.gql | 2 ++ ...rink_water_water_ts_mt_electricity_operating_costs.gql | 2 ++ ...surface_water_water_ts_lt_electricity_availability.gql | 2 ++ ...ump_surface_water_water_ts_lt_electricity_capacity.gql | 2 ++ ...face_water_water_ts_lt_electricity_full_load_hours.gql | 2 ++ ..._surface_water_water_ts_lt_electricity_load_factor.gql | 2 ++ ...face_water_water_ts_lt_electricity_operating_costs.gql | 2 ++ ...surface_water_water_ts_mt_electricity_availability.gql | 2 ++ ...ump_surface_water_water_ts_mt_electricity_capacity.gql | 2 ++ ...face_water_water_ts_mt_electricity_full_load_hours.gql | 2 ++ ..._surface_water_water_ts_mt_electricity_load_factor.gql | 2 ++ ...face_water_water_ts_mt_electricity_operating_costs.gql | 2 ++ ...p_waste_water_water_ts_lt_electricity_availability.gql | 2 ++ ...tpump_waste_water_water_ts_lt_electricity_capacity.gql | 2 ++ ...aste_water_water_ts_lt_electricity_full_load_hours.gql | 2 ++ ...mp_waste_water_water_ts_lt_electricity_load_factor.gql | 2 ++ ...aste_water_water_ts_lt_electricity_operating_costs.gql | 2 ++ ...p_waste_water_water_ts_mt_electricity_availability.gql | 2 ++ ...tpump_waste_water_water_ts_mt_electricity_capacity.gql | 2 ++ ...aste_water_water_ts_mt_electricity_full_load_hours.gql | 2 ++ ...mp_waste_water_water_ts_mt_electricity_load_factor.gql | 2 ++ ...aste_water_water_ts_mt_electricity_operating_costs.gql | 2 ++ 49 files changed, 133 insertions(+), 3 deletions(-) create mode 100644 gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_drink_water_water_ts_lt_electricity_steam_hot_water_output_curve.gql create mode 100644 gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_drink_water_water_ts_mt_electricity_steam_hot_water_output_curve.gql create mode 100644 gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_surface_water_water_ts_lt_electricity_steam_hot_water_output_curve.gql create mode 100644 gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_surface_water_water_ts_mt_electricity_steam_hot_water_output_curve.gql create mode 100644 gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_waste_water_water_ts_lt_electricity_steam_hot_water_output_curve.gql create mode 100644 gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_waste_water_water_ts_mt_electricity_steam_hot_water_output_curve.gql create mode 100644 gqueries/general/heat/heat_network/user_sortable/lt/user_sortable_energy_heat_heatpump_drink_water_water_ts_lt_electricity_capacity.gql create mode 100644 gqueries/general/heat/heat_network/user_sortable/lt/user_sortable_energy_heat_heatpump_surface_water_water_ts_lt_electricity_capacity.gql create mode 100644 gqueries/general/heat/heat_network/user_sortable/lt/user_sortable_energy_heat_heatpump_waste_water_water_ts_lt_electricity_capacity.gql create mode 100644 gqueries/general/heat/heat_network/user_sortable/mt/user_sortable_energy_heat_heatpump_drink_water_water_ts_mt_electricity_capacity.gql create mode 100644 gqueries/general/heat/heat_network/user_sortable/mt/user_sortable_energy_heat_heatpump_surface_water_water_ts_mt_electricity_capacity.gql create mode 100644 gqueries/general/heat/heat_network/user_sortable/mt/user_sortable_energy_heat_heatpump_waste_water_water_ts_mt_electricity_capacity.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_drink_water_water_ts_lt_electricity_heat_cost_capacity_chart.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_drink_water_water_ts_mt_electricity_heat_cost_capacity_chart.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_surface_water_water_ts_lt_electricity_heat_cost_capacity_chart.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_surface_water_water_ts_mt_electricity_heat_cost_capacity_chart.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_waste_water_water_ts_lt_electricity_heat_cost_capacity_chart.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_waste_water_water_ts_mt_electricity_heat_cost_capacity_chart.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_availability.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_capacity.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_full_load_hours.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_load_factor.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_operating_costs.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_availability.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_capacity.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_full_load_hours.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_load_factor.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_operating_costs.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_availability.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_capacity.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_full_load_hours.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_load_factor.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_operating_costs.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_availability.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_capacity.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_full_load_hours.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_load_factor.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_operating_costs.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_availability.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_capacity.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_full_load_hours.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_load_factor.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_operating_costs.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_availability.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_capacity.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_full_load_hours.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_load_factor.gql create mode 100644 gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_operating_costs.gql diff --git a/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_drink_water_water_ts_lt_electricity_steam_hot_water_output_curve.gql b/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_drink_water_water_ts_lt_electricity_steam_hot_water_output_curve.gql new file mode 100644 index 0000000000..fabb6f16c9 --- /dev/null +++ b/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_drink_water_water_ts_lt_electricity_steam_hot_water_output_curve.gql @@ -0,0 +1,2 @@ +- unit = curve +- query = V(energy_heat_heatpump_drink_water_water_ts_lt_electricity, steam_hot_water_output_curve) diff --git a/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_drink_water_water_ts_mt_electricity_steam_hot_water_output_curve.gql b/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_drink_water_water_ts_mt_electricity_steam_hot_water_output_curve.gql new file mode 100644 index 0000000000..02a66394b3 --- /dev/null +++ b/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_drink_water_water_ts_mt_electricity_steam_hot_water_output_curve.gql @@ -0,0 +1,2 @@ +- unit = curve +- query = V(energy_heat_heatpump_drink_water_water_ts_mt_electricity, steam_hot_water_output_curve) diff --git a/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_surface_water_water_ts_lt_electricity_steam_hot_water_output_curve.gql b/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_surface_water_water_ts_lt_electricity_steam_hot_water_output_curve.gql new file mode 100644 index 0000000000..1b1b5e52cb --- /dev/null +++ b/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_surface_water_water_ts_lt_electricity_steam_hot_water_output_curve.gql @@ -0,0 +1,2 @@ +- unit = curve +- query = V(energy_heat_heatpump_surface_water_water_ts_lt_electricity, steam_hot_water_output_curve) diff --git a/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_surface_water_water_ts_mt_electricity_steam_hot_water_output_curve.gql b/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_surface_water_water_ts_mt_electricity_steam_hot_water_output_curve.gql new file mode 100644 index 0000000000..8c3b3827d3 --- /dev/null +++ b/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_surface_water_water_ts_mt_electricity_steam_hot_water_output_curve.gql @@ -0,0 +1,2 @@ +- unit = curve +- query = V(energy_heat_heatpump_surface_water_water_ts_mt_electricity, steam_hot_water_output_curve) diff --git a/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_waste_water_water_ts_lt_electricity_steam_hot_water_output_curve.gql b/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_waste_water_water_ts_lt_electricity_steam_hot_water_output_curve.gql new file mode 100644 index 0000000000..9dbf9d1c39 --- /dev/null +++ b/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_waste_water_water_ts_lt_electricity_steam_hot_water_output_curve.gql @@ -0,0 +1,2 @@ +- unit = curve +- query = V(energy_heat_heatpump_waste_water_water_ts_lt_electricity, steam_hot_water_output_curve) diff --git a/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_waste_water_water_ts_mt_electricity_steam_hot_water_output_curve.gql b/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_waste_water_water_ts_mt_electricity_steam_hot_water_output_curve.gql new file mode 100644 index 0000000000..b09a86f8d1 --- /dev/null +++ b/gqueries/general/heat/heat_network/production_curves/energy_heat_heatpump_waste_water_water_ts_mt_electricity_steam_hot_water_output_curve.gql @@ -0,0 +1,2 @@ +- unit = curve +- query = V(energy_heat_heatpump_waste_water_water_ts_mt_electricity, steam_hot_water_output_curve) diff --git a/gqueries/general/heat/heat_network/user_sortable/lt/user_sortable_energy_heat_heatpump_drink_water_water_ts_lt_electricity_capacity.gql b/gqueries/general/heat/heat_network/user_sortable/lt/user_sortable_energy_heat_heatpump_drink_water_water_ts_lt_electricity_capacity.gql new file mode 100644 index 0000000000..2006ec9447 --- /dev/null +++ b/gqueries/general/heat/heat_network/user_sortable/lt/user_sortable_energy_heat_heatpump_drink_water_water_ts_lt_electricity_capacity.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_drink_water_water_ts_lt_electricity, "number_of_units * heat_output_capacity") +- unit = MW \ No newline at end of file diff --git a/gqueries/general/heat/heat_network/user_sortable/lt/user_sortable_energy_heat_heatpump_surface_water_water_ts_lt_electricity_capacity.gql b/gqueries/general/heat/heat_network/user_sortable/lt/user_sortable_energy_heat_heatpump_surface_water_water_ts_lt_electricity_capacity.gql new file mode 100644 index 0000000000..eb2392eeae --- /dev/null +++ b/gqueries/general/heat/heat_network/user_sortable/lt/user_sortable_energy_heat_heatpump_surface_water_water_ts_lt_electricity_capacity.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_surface_water_water_ts_lt_electricity, "number_of_units * heat_output_capacity") +- unit = MW \ No newline at end of file diff --git a/gqueries/general/heat/heat_network/user_sortable/lt/user_sortable_energy_heat_heatpump_waste_water_water_ts_lt_electricity_capacity.gql b/gqueries/general/heat/heat_network/user_sortable/lt/user_sortable_energy_heat_heatpump_waste_water_water_ts_lt_electricity_capacity.gql new file mode 100644 index 0000000000..c024613839 --- /dev/null +++ b/gqueries/general/heat/heat_network/user_sortable/lt/user_sortable_energy_heat_heatpump_waste_water_water_ts_lt_electricity_capacity.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_waste_water_water_ts_lt_electricity, "number_of_units * heat_output_capacity") +- unit = MW \ No newline at end of file diff --git a/gqueries/general/heat/heat_network/user_sortable/mt/user_sortable_energy_heat_heatpump_drink_water_water_ts_mt_electricity_capacity.gql b/gqueries/general/heat/heat_network/user_sortable/mt/user_sortable_energy_heat_heatpump_drink_water_water_ts_mt_electricity_capacity.gql new file mode 100644 index 0000000000..cfc839a2d8 --- /dev/null +++ b/gqueries/general/heat/heat_network/user_sortable/mt/user_sortable_energy_heat_heatpump_drink_water_water_ts_mt_electricity_capacity.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_drink_water_water_ts_mt_electricity, "number_of_units * heat_output_capacity") +- unit = MW \ No newline at end of file diff --git a/gqueries/general/heat/heat_network/user_sortable/mt/user_sortable_energy_heat_heatpump_surface_water_water_ts_mt_electricity_capacity.gql b/gqueries/general/heat/heat_network/user_sortable/mt/user_sortable_energy_heat_heatpump_surface_water_water_ts_mt_electricity_capacity.gql new file mode 100644 index 0000000000..d8469bf10e --- /dev/null +++ b/gqueries/general/heat/heat_network/user_sortable/mt/user_sortable_energy_heat_heatpump_surface_water_water_ts_mt_electricity_capacity.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_surface_water_water_ts_mt_electricity, "number_of_units * heat_output_capacity") +- unit = MW \ No newline at end of file diff --git a/gqueries/general/heat/heat_network/user_sortable/mt/user_sortable_energy_heat_heatpump_waste_water_water_ts_mt_electricity_capacity.gql b/gqueries/general/heat/heat_network/user_sortable/mt/user_sortable_energy_heat_heatpump_waste_water_water_ts_mt_electricity_capacity.gql new file mode 100644 index 0000000000..e3c8bcf90f --- /dev/null +++ b/gqueries/general/heat/heat_network/user_sortable/mt/user_sortable_energy_heat_heatpump_waste_water_water_ts_mt_electricity_capacity.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_waste_water_water_ts_mt_electricity, "number_of_units * heat_output_capacity") +- unit = MW \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_drink_water_water_ts_lt_electricity_heat_cost_capacity_chart.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_drink_water_water_ts_lt_electricity_heat_cost_capacity_chart.gql new file mode 100644 index 0000000000..637ddd6475 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_drink_water_water_ts_lt_electricity_heat_cost_capacity_chart.gql @@ -0,0 +1,8 @@ +- query = + { + capacity: Q(heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_capacity), + availability: Q(heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_availability), + full_load_hours: Q(heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_full_load_hours), + load_factor: Q(heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_load_factor), + operating_costs: Q(heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_operating_costs) + } diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_drink_water_water_ts_mt_electricity_heat_cost_capacity_chart.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_drink_water_water_ts_mt_electricity_heat_cost_capacity_chart.gql new file mode 100644 index 0000000000..4d90ecd5c3 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_drink_water_water_ts_mt_electricity_heat_cost_capacity_chart.gql @@ -0,0 +1,8 @@ +- query = + { + capacity: Q(heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_capacity), + availability: Q(heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_availability), + full_load_hours: Q(heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_full_load_hours), + load_factor: Q(heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_load_factor), + operating_costs: Q(heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_operating_costs) + } diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_surface_water_water_ts_lt_electricity_heat_cost_capacity_chart.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_surface_water_water_ts_lt_electricity_heat_cost_capacity_chart.gql new file mode 100644 index 0000000000..d64871cf18 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_surface_water_water_ts_lt_electricity_heat_cost_capacity_chart.gql @@ -0,0 +1,8 @@ +- query = + { + capacity: Q(heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_capacity), + availability: Q(heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_availability), + full_load_hours: Q(heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_full_load_hours), + load_factor: Q(heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_load_factor), + operating_costs: Q(heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_operating_costs) + } diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_surface_water_water_ts_mt_electricity_heat_cost_capacity_chart.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_surface_water_water_ts_mt_electricity_heat_cost_capacity_chart.gql new file mode 100644 index 0000000000..2395df7dcb --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_surface_water_water_ts_mt_electricity_heat_cost_capacity_chart.gql @@ -0,0 +1,8 @@ +- query = + { + capacity: Q(heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_capacity), + availability: Q(heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_availability), + full_load_hours: Q(heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_full_load_hours), + load_factor: Q(heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_load_factor), + operating_costs: Q(heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_operating_costs) + } diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_waste_water_water_ts_lt_electricity_heat_cost_capacity_chart.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_waste_water_water_ts_lt_electricity_heat_cost_capacity_chart.gql new file mode 100644 index 0000000000..cbe5df0dc8 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_waste_water_water_ts_lt_electricity_heat_cost_capacity_chart.gql @@ -0,0 +1,8 @@ +- query = + { + capacity: Q(heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_capacity), + availability: Q(heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_availability), + full_load_hours: Q(heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_full_load_hours), + load_factor: Q(heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_load_factor), + operating_costs: Q(heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_operating_costs) + } diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_waste_water_water_ts_mt_electricity_heat_cost_capacity_chart.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_waste_water_water_ts_mt_electricity_heat_cost_capacity_chart.gql new file mode 100644 index 0000000000..a496f45f0e --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/energy_heat_heatpump_waste_water_water_ts_mt_electricity_heat_cost_capacity_chart.gql @@ -0,0 +1,8 @@ +- query = + { + capacity: Q(heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_capacity), + availability: Q(heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_availability), + full_load_hours: Q(heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_full_load_hours), + load_factor: Q(heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_load_factor), + operating_costs: Q(heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_operating_costs) + } diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_backup_burner_lt_network_gas_capacity.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_backup_burner_lt_network_gas_capacity.gql index f3a0e36036..547db72e56 100644 --- a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_backup_burner_lt_network_gas_capacity.gql +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_backup_burner_lt_network_gas_capacity.gql @@ -1,4 +1,2 @@ - query = V(energy_heat_backup_burner_lt_network_gas, "input_capacity * heat_output_conversion * number_of_units") -- unit = MW - - +- unit = MW \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_availability.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_availability.gql new file mode 100644 index 0000000000..4ef5d0ffc3 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_availability.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_drink_water_water_ts_lt_electricity, "availability * 100") +- unit = percentage \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_capacity.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_capacity.gql new file mode 100644 index 0000000000..fa2e56368b --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_capacity.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_drink_water_water_ts_lt_electricity, "input_capacity * heat_output_conversion * number_of_units") +- unit = MW \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_full_load_hours.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_full_load_hours.gql new file mode 100644 index 0000000000..7b7533d997 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_full_load_hours.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_drink_water_water_ts_lt_electricity, full_load_hours) +- unit = hours \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_load_factor.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_load_factor.gql new file mode 100644 index 0000000000..0952cf2460 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_load_factor.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_drink_water_water_ts_lt_electricity, "full_load_hours / HOURS_PER_YEAR") +- unit = factor \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_operating_costs.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_operating_costs.gql new file mode 100644 index 0000000000..c23498226c --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_lt_electricity_operating_costs.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_drink_water_water_ts_lt_electricity, "variable_costs_per_typical_input * SECS_PER_HOUR / heat_output_conversion") +- unit = EUR \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_availability.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_availability.gql new file mode 100644 index 0000000000..a89a2e832c --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_availability.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_drink_water_water_ts_mt_electricity, "availability * 100") +- unit = percentage \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_capacity.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_capacity.gql new file mode 100644 index 0000000000..f68f41d74c --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_capacity.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_drink_water_water_ts_mt_electricity, "input_capacity * heat_output_conversion * number_of_units") +- unit = MW \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_full_load_hours.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_full_load_hours.gql new file mode 100644 index 0000000000..75cccd719f --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_full_load_hours.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_drink_water_water_ts_mt_electricity, full_load_hours) +- unit = hours \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_load_factor.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_load_factor.gql new file mode 100644 index 0000000000..22ed3f677f --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_load_factor.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_drink_water_water_ts_mt_electricity, "full_load_hours / HOURS_PER_YEAR") +- unit = factor \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_operating_costs.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_operating_costs.gql new file mode 100644 index 0000000000..d4c675182c --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_drink_water_water_ts_mt_electricity_operating_costs.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_drink_water_water_ts_mt_electricity, "variable_costs_per_typical_input * SECS_PER_HOUR / heat_output_conversion") +- unit = EUR \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_availability.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_availability.gql new file mode 100644 index 0000000000..b76ee7bff2 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_availability.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_surface_water_water_ts_lt_electricity, "availability * 100") +- unit = percentage \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_capacity.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_capacity.gql new file mode 100644 index 0000000000..0b036dfb27 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_capacity.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_surface_water_water_ts_lt_electricity, "input_capacity * heat_output_conversion * number_of_units") +- unit = MW \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_full_load_hours.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_full_load_hours.gql new file mode 100644 index 0000000000..41e5a31ac0 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_full_load_hours.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_surface_water_water_ts_lt_electricity, full_load_hours) +- unit = hours \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_load_factor.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_load_factor.gql new file mode 100644 index 0000000000..e2935efb8b --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_load_factor.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_surface_water_water_ts_lt_electricity, "full_load_hours / HOURS_PER_YEAR") +- unit = factor \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_operating_costs.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_operating_costs.gql new file mode 100644 index 0000000000..db2fb16b9d --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_lt_electricity_operating_costs.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_surface_water_water_ts_lt_electricity, "variable_costs_per_typical_input * SECS_PER_HOUR / heat_output_conversion") +- unit = EUR \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_availability.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_availability.gql new file mode 100644 index 0000000000..3954785a59 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_availability.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_surface_water_water_ts_mt_electricity, "availability * 100") +- unit = percentage \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_capacity.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_capacity.gql new file mode 100644 index 0000000000..fd23fadcf2 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_capacity.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_surface_water_water_ts_mt_electricity, "input_capacity * heat_output_conversion * number_of_units") +- unit = MW \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_full_load_hours.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_full_load_hours.gql new file mode 100644 index 0000000000..28ca34d9f7 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_full_load_hours.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_surface_water_water_ts_mt_electricity, full_load_hours) +- unit = hours \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_load_factor.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_load_factor.gql new file mode 100644 index 0000000000..d2a7f2e96f --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_load_factor.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_surface_water_water_ts_mt_electricity, "full_load_hours / HOURS_PER_YEAR") +- unit = factor \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_operating_costs.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_operating_costs.gql new file mode 100644 index 0000000000..4abc464b04 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_surface_water_water_ts_mt_electricity_operating_costs.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_surface_water_water_ts_mt_electricity, "variable_costs_per_typical_input * SECS_PER_HOUR / heat_output_conversion") +- unit = EUR \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_availability.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_availability.gql new file mode 100644 index 0000000000..c8914ccf31 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_availability.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_waste_water_water_ts_lt_electricity, "availability * 100") +- unit = percentage \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_capacity.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_capacity.gql new file mode 100644 index 0000000000..3b93864053 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_capacity.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_waste_water_water_ts_lt_electricity, "input_capacity * heat_output_conversion * number_of_units") +- unit = MW \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_full_load_hours.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_full_load_hours.gql new file mode 100644 index 0000000000..28bf2109b1 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_full_load_hours.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_waste_water_water_ts_lt_electricity, full_load_hours) +- unit = hours \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_load_factor.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_load_factor.gql new file mode 100644 index 0000000000..3dabf17617 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_load_factor.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_waste_water_water_ts_lt_electricity, "full_load_hours / HOURS_PER_YEAR") +- unit = factor \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_operating_costs.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_operating_costs.gql new file mode 100644 index 0000000000..bac2dc0ba6 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_lt_electricity_operating_costs.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_waste_water_water_ts_lt_electricity, "variable_costs_per_typical_input * SECS_PER_HOUR / heat_output_conversion") +- unit = EUR \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_availability.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_availability.gql new file mode 100644 index 0000000000..0a1cf8a8d5 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_availability.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_waste_water_water_ts_mt_electricity, "availability * 100") +- unit = percentage \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_capacity.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_capacity.gql new file mode 100644 index 0000000000..018aaba56a --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_capacity.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_waste_water_water_ts_mt_electricity, "input_capacity * heat_output_conversion * number_of_units") +- unit = MW \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_full_load_hours.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_full_load_hours.gql new file mode 100644 index 0000000000..c18ece0bcf --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_full_load_hours.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_waste_water_water_ts_mt_electricity, full_load_hours) +- unit = hours \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_load_factor.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_load_factor.gql new file mode 100644 index 0000000000..239e335cb8 --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_load_factor.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_waste_water_water_ts_mt_electricity, "full_load_hours / HOURS_PER_YEAR") +- unit = factor \ No newline at end of file diff --git a/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_operating_costs.gql b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_operating_costs.gql new file mode 100644 index 0000000000..962df2018f --- /dev/null +++ b/gqueries/output_elements/output_series/heat_cost_capacity_chart/heat_cost_capacity_chart_energy_heat_heatpump_waste_water_water_ts_mt_electricity_operating_costs.gql @@ -0,0 +1,2 @@ +- query = V(energy_heat_heatpump_waste_water_water_ts_mt_electricity, "variable_costs_per_typical_input * SECS_PER_HOUR / heat_output_conversion") +- unit = EUR \ No newline at end of file From bb00fe773f5daa34572e920e07016c456054404e Mon Sep 17 00:00:00 2001 From: Roos de Kok Date: Wed, 4 Oct 2023 08:42:24 +0200 Subject: [PATCH 06/23] Add aquathermal to LT and MT heat network order configs --- config/heat_network_order_lt.yml | 3 +++ config/heat_network_order_mt.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/heat_network_order_lt.yml b/config/heat_network_order_lt.yml index aae9409800..ae0b8a7820 100644 --- a/config/heat_network_order_lt.yml +++ b/config/heat_network_order_lt.yml @@ -5,3 +5,6 @@ - energy_heat_boiler_lt_electricity - energy_heat_burner_lt_hydrogen - energy_heat_heatpump_water_water_lt_electricity +- energy_heat_heatpump_surface_water_water_ts_lt_electricity +- energy_heat_heatpump_waste_water_water_ts_lt_electricity +- energy_heat_heatpump_drink_water_water_ts_lt_electricity diff --git a/config/heat_network_order_mt.yml b/config/heat_network_order_mt.yml index 7a58fe7179..9e890b4234 100644 --- a/config/heat_network_order_mt.yml +++ b/config/heat_network_order_mt.yml @@ -10,3 +10,6 @@ - energy_heat_burner_mt_waste_mix - energy_heat_burner_mt_wood_pellets - energy_heat_heatpump_water_water_mt_electricity +- energy_heat_heatpump_surface_water_water_ts_mt_electricity +- energy_heat_heatpump_waste_water_water_ts_mt_electricity +- energy_heat_heatpump_drink_water_water_ts_mt_electricity From 047b0027f0e87f09a17a927c83bb17455a1cacae Mon Sep 17 00:00:00 2001 From: Koen van Bemmelen Date: Thu, 12 Oct 2023 11:44:29 +0200 Subject: [PATCH 07/23] Add source analysis to buildings_space_heater_heatpump_surface_water_water_ts_electricity node --- ...p_surface_water_water_ts_electricity.converter.ad | 12 ++++++------ tasks/etdataset/import_node.rb | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad index e75c7ff301..aad612f521 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad @@ -1,19 +1,19 @@ -- input.ambient_heat = 0.7340425531914894 -- input.electricity = 0.26595744680851063 +- input.ambient_heat = 0.697 +- input.electricity = 0.303 - output.loss = elastic - output.useable_heat = 1.0 - groups = [heat_production, application_group, aggregator_producer, wacc_proven_tech, merit_order_csv_include, costs_building_and_installations_buildings] - use = energetic - presentation_group = heat_pumps - availability = 0.0 -- full_load_hours = 1500.0 +- full_load_hours = 1750.0 - ccs_investment = 0.0 - construction_time = 0.0 - cost_of_installing = 0.0 - decommissioning_costs = 0.0 -- fixed_operation_and_maintenance_costs_per_year = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 110639.0 +- initial_investment = 4744522.0 - technical_lifetime = 30.0 -- initial_investment = 0.0 - variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 - variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 - wacc = 0.04 @@ -24,7 +24,7 @@ - electricity_output_capacity = 0.0 - forecasting_error = 0.0 - free_co2_factor = 0.0 -- heat_output_capacity = 2.25 +- heat_output_capacity = 4.4 - land_use_per_unit = 0.0 - part_load_efficiency_penalty = 0.0 - part_load_operating_point = 0.0 diff --git a/tasks/etdataset/import_node.rb b/tasks/etdataset/import_node.rb index 22cff57329..8e1f677d82 100644 --- a/tasks/etdataset/import_node.rb +++ b/tasks/etdataset/import_node.rb @@ -18,7 +18,7 @@ end ENV['NODE'].split(',').each do |raw_node| - + node = if Atlas::EnergyNode.exists?(raw_node) Atlas::EnergyNode.find(raw_node) From 3eae88330b527d4f7680f4ec1ded969dda9c6bfe Mon Sep 17 00:00:00 2001 From: Koen van Bemmelen Date: Thu, 19 Oct 2023 10:17:05 +0200 Subject: [PATCH 08/23] Add queries + area attribute aquathermal heat demand and potential --- Gemfile | 2 +- Gemfile.lock | 6 +++--- datasets/nl2019/nl2019.full.ad | 8 +++++++- ...cing_aquathermal_drink_water_heat_converters.gql | 8 ++++++++ ...ng_aquathermal_surface_water_heat_converters.gql | 8 ++++++++ ...cing_aquathermal_waste_water_heat_converters.gql | 8 ++++++++ .../heat_aquathermal_potential_from_drink_water.gql | 9 +++++++++ ...eat_aquathermal_potential_from_surface_water.gql | 9 +++++++++ .../heat_aquathermal_potential_from_waste_water.gql | 9 +++++++++ ...heat_from_aquathermal_drink_water_collective.gql | 13 +++++++++++++ ...heat_from_aquathermal_drink_water_individual.gql | 13 +++++++++++++ ...at_from_aquathermal_surface_water_collective.gql | 13 +++++++++++++ ...at_from_aquathermal_surface_water_individual.gql | 13 +++++++++++++ ...heat_from_aquathermal_waste_water_collective.gql | 13 +++++++++++++ ...heat_from_aquathermal_waste_water_individual.gql | 13 +++++++++++++ ...cing_aquathermal_drink_water_heat_converters.gql | 8 ++++++++ ...ng_aquathermal_surface_water_heat_converters.gql | 8 ++++++++ ...cing_aquathermal_waste_water_heat_converters.gql | 8 ++++++++ 18 files changed, 164 insertions(+), 5 deletions(-) create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/collective_heat_producing_aquathermal_drink_water_heat_converters.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/collective_heat_producing_aquathermal_surface_water_heat_converters.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/collective_heat_producing_aquathermal_waste_water_heat_converters.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_aquathermal_potential_from_drink_water.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_aquathermal_potential_from_surface_water.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_aquathermal_potential_from_waste_water.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_drink_water_collective.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_drink_water_individual.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_surface_water_collective.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_surface_water_individual.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_waste_water_collective.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_waste_water_individual.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/individual_heat_producing_aquathermal_drink_water_heat_converters.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/individual_heat_producing_aquathermal_surface_water_heat_converters.gql create mode 100644 gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/individual_heat_producing_aquathermal_waste_water_heat_converters.gql diff --git a/Gemfile b/Gemfile index 7e6d2a92cd..f8536eb69f 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rake' group :development, :test do gem 'roo' - gem 'atlas', ref: '2db914b', github: 'quintel/atlas' + gem 'atlas', ref: '55d2459', github: 'quintel/atlas' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 0306addf48..e86867a7d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/quintel/atlas.git - revision: 2db914bf62c4b95d5896d2d844f3da9abf7aef3e - ref: 2db914b + revision: 55d24596ba9c9a3ec272c2f6d82399a0f73cdf97 + ref: 55d2459 specs: atlas (1.0.0) activemodel (>= 7) @@ -48,7 +48,7 @@ GEM ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) base64 (0.2.0) - bigdecimal (3.1.5) + bigdecimal (3.1.4) coercible (1.0.0) descendants_tracker (~> 0.0.1) concurrent-ruby (1.2.2) diff --git a/datasets/nl2019/nl2019.full.ad b/datasets/nl2019/nl2019.full.ad index 054d836f17..8b3ed71b56 100644 --- a/datasets/nl2019/nl2019.full.ad +++ b/datasets/nl2019/nl2019.full.ad @@ -28,6 +28,9 @@ - has_coal_oil_for_heating_built_environment = false - has_aggregated_chemical_industry = false - has_other_emissions_section = true +- has_aquathermal_potential_for_surface_water = true +- has_aquathermal_potential_for_waste_water = true +- has_aquathermal_potential_for_drink_water = true - areable_land = 18457 - coast_line = 451 - offshore_ccs_potential_mt_per_year = 65 @@ -194,4 +197,7 @@ - electric_vehicle_profile_2_share = 0 - electric_vehicle_profile_3_share = 0 - electric_vehicle_profile_4_share = 0 -- electric_vehicle_profile_5_share = 0 \ No newline at end of file +- electric_vehicle_profile_5_share = 0 +- aquathermal_potential_for_surface_water = 150 +- aquathermal_potential_for_waste_water = 56 +- aquathermal_potential_for_drink_water = 6 \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/collective_heat_producing_aquathermal_drink_water_heat_converters.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/collective_heat_producing_aquathermal_drink_water_heat_converters.gql new file mode 100644 index 0000000000..021ca41d79 --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/collective_heat_producing_aquathermal_drink_water_heat_converters.gql @@ -0,0 +1,8 @@ +# Outputs the nodes that generate heat from drinking water for lt and mt heat networks + +- query = + INTERSECTION( + PARENTS(V(energy_production_drink_water_ambient_heat)), + SECTOR(energy) + ) +- unit = nodes \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/collective_heat_producing_aquathermal_surface_water_heat_converters.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/collective_heat_producing_aquathermal_surface_water_heat_converters.gql new file mode 100644 index 0000000000..018c329777 --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/collective_heat_producing_aquathermal_surface_water_heat_converters.gql @@ -0,0 +1,8 @@ +# Outputs the nodes that generate heat from surface water for lt and mt heat networks + +- query = + INTERSECTION( + PARENTS(V(energy_production_surface_water_ambient_heat)), + SECTOR(energy) + ) +- unit = nodes \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/collective_heat_producing_aquathermal_waste_water_heat_converters.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/collective_heat_producing_aquathermal_waste_water_heat_converters.gql new file mode 100644 index 0000000000..fe8ca7c62a --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/collective_heat_producing_aquathermal_waste_water_heat_converters.gql @@ -0,0 +1,8 @@ +# Outputs the nodes that generate heat from waste water for lt and mt heat networks + +- query = + INTERSECTION( + PARENTS(V(energy_production_waste_water_ambient_heat)), + SECTOR(energy) + ) +- unit = nodes \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_aquathermal_potential_from_drink_water.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_aquathermal_potential_from_drink_water.gql new file mode 100644 index 0000000000..84545c8bc3 --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_aquathermal_potential_from_drink_water.gql @@ -0,0 +1,9 @@ +# Retrieves the region's potential for aquathermal drinking water, if it exists + +- query = + IF( + AREA(has_aquathermal_potential_for_drink_water), + AREA(aquathermal_potential_for_drink_water), + 0 + ) +- unit = PJ \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_aquathermal_potential_from_surface_water.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_aquathermal_potential_from_surface_water.gql new file mode 100644 index 0000000000..48522b59bc --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_aquathermal_potential_from_surface_water.gql @@ -0,0 +1,9 @@ +# Retrieves the region's potential for aquathermal surface water, if it exists + +- query = + IF( + AREA(has_aquathermal_potential_for_surface_water), + AREA(aquathermal_potential_for_surface_water), + 0 + ) +- unit = PJ \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_aquathermal_potential_from_waste_water.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_aquathermal_potential_from_waste_water.gql new file mode 100644 index 0000000000..d50f15246a --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_aquathermal_potential_from_waste_water.gql @@ -0,0 +1,9 @@ +# Retrieves the region's potential for aquathermal waste water, if it exists + +- query = + IF( + AREA(has_aquathermal_potential_for_waste_water), + AREA(aquathermal_potential_for_waste_water), + 0 + ) +- unit = PJ \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_drink_water_collective.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_drink_water_collective.gql new file mode 100644 index 0000000000..c02176c8c7 --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_drink_water_collective.gql @@ -0,0 +1,13 @@ +# Calculates the heat extracted from drinking water by individual households or buildings. + +- query = + DIVIDE( + SUM( + V( + Q(collective_heat_producing_aquathermal_drink_water_heat_converters), + input_of_ambient_heat + ) + ), + BILLIONS + ) +- unit = PJ \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_drink_water_individual.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_drink_water_individual.gql new file mode 100644 index 0000000000..662198145e --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_drink_water_individual.gql @@ -0,0 +1,13 @@ +# Calculates the heat extracted from drinking water by individual households or buildings. + +- query = + DIVIDE( + SUM( + V( + Q(individual_heat_producing_aquathermal_drink_water_heat_converters), + input_of_ambient_heat + ) + ), + BILLIONS + ) +- unit = PJ \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_surface_water_collective.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_surface_water_collective.gql new file mode 100644 index 0000000000..691d5b522a --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_surface_water_collective.gql @@ -0,0 +1,13 @@ +# Calculates the heat extracted from surface water by individual households or buildings. + +- query = + DIVIDE( + SUM( + V( + Q(collective_heat_producing_aquathermal_surface_water_heat_converters), + input_of_ambient_heat + ) + ), + BILLIONS + ) +- unit = PJ \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_surface_water_individual.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_surface_water_individual.gql new file mode 100644 index 0000000000..77579b5b0a --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_surface_water_individual.gql @@ -0,0 +1,13 @@ +# Calculates the heat extracted from surface water by individual households or buildings. + +- query = + DIVIDE( + SUM( + V( + Q(individual_heat_producing_aquathermal_surface_water_heat_converters), + input_of_ambient_heat + ) + ), + BILLIONS + ) +- unit = PJ \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_waste_water_collective.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_waste_water_collective.gql new file mode 100644 index 0000000000..c7a2c21f57 --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_waste_water_collective.gql @@ -0,0 +1,13 @@ +# Calculates the heat extracted from waste water by individual households or buildings. + +- query = + DIVIDE( + SUM( + V( + Q(collective_heat_producing_aquathermal_waste_water_heat_converters), + input_of_ambient_heat + ) + ), + BILLIONS + ) +- unit = PJ \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_waste_water_individual.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_waste_water_individual.gql new file mode 100644 index 0000000000..85c9215a61 --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/heat_from_aquathermal_waste_water_individual.gql @@ -0,0 +1,13 @@ +# Calculates the heat extracted from waste water by individual households or buildings. + +- query = + DIVIDE( + SUM( + V( + Q(individual_heat_producing_aquathermal_waste_water_heat_converters), + input_of_ambient_heat + ) + ), + BILLIONS + ) +- unit = PJ \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/individual_heat_producing_aquathermal_drink_water_heat_converters.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/individual_heat_producing_aquathermal_drink_water_heat_converters.gql new file mode 100644 index 0000000000..56c2541989 --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/individual_heat_producing_aquathermal_drink_water_heat_converters.gql @@ -0,0 +1,8 @@ +# Outputs the nodes that generate heat from drinking water for individual households or buildings. + +- query = + EXCLUDE( + PARENTS(V(energy_production_drink_water_ambient_heat)), + SECTOR(energy) + ) +- unit = nodes \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/individual_heat_producing_aquathermal_surface_water_heat_converters.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/individual_heat_producing_aquathermal_surface_water_heat_converters.gql new file mode 100644 index 0000000000..ba3d6711d3 --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/individual_heat_producing_aquathermal_surface_water_heat_converters.gql @@ -0,0 +1,8 @@ +# Outputs the nodes that generate heat from surface water for individual households or buildings. + +- query = + EXCLUDE( + PARENTS(V(energy_production_surface_water_ambient_heat)), + SECTOR(energy) + ) +- unit = nodes \ No newline at end of file diff --git a/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/individual_heat_producing_aquathermal_waste_water_heat_converters.gql b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/individual_heat_producing_aquathermal_waste_water_heat_converters.gql new file mode 100644 index 0000000000..4f350f9ecd --- /dev/null +++ b/gqueries/output_elements/output_series/category_bar_heat_demand_from_aquathermal/individual_heat_producing_aquathermal_waste_water_heat_converters.gql @@ -0,0 +1,8 @@ +# Outputs the nodes that generate heat from waste water for individual households or buildings. + +- query = + EXCLUDE( + PARENTS(V(energy_production_waste_water_ambient_heat)), + SECTOR(energy) + ) +- unit = nodes \ No newline at end of file From d8f0b51310dd23a59cb4b60855e0800226f1f62e Mon Sep 17 00:00:00 2001 From: Koen van Bemmelen Date: Thu, 19 Oct 2023 14:48:36 +0200 Subject: [PATCH 09/23] Update aquathermal nodes with NSA --- ...tpump_drink_water_water_ts_lt_electricity.ad | 17 +++++++++-------- ...tpump_drink_water_water_ts_mt_electricity.ad | 17 +++++++++-------- ...ump_surface_water_water_ts_lt_electricity.ad | 17 +++++++++-------- ...ump_surface_water_water_ts_mt_electricity.ad | 17 +++++++++-------- ...tpump_waste_water_water_ts_lt_electricity.ad | 17 +++++++++-------- ...tpump_waste_water_water_ts_mt_electricity.ad | 17 +++++++++-------- ...face_water_water_ts_electricity.converter.ad | 14 +++++++------- 7 files changed, 61 insertions(+), 55 deletions(-) diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad index 1a9ac47afb..2e88a5f029 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad @@ -1,22 +1,22 @@ -- input.ambient_heat = 0.7777777777777778 -- input.electricity = 0.2222222222222222 +- input.ambient_heat = 0.73 +- input.electricity = 0.27 - output.steam_hot_water = 1.0 - groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand] - availability = 1.0 -- full_load_hours = 1500.0 +- full_load_hours = 3500.0 - ccs_investment = 0.0 - construction_time = 0.0 - cost_of_installing = 0.0 - decommissioning_costs = 0.0 -- fixed_operation_and_maintenance_costs_per_year = 0.0 -- initial_investment = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 1100000.0 +- initial_investment = 7496000.0 - technical_lifetime = 30.0 - variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 - variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 -- wacc = 0.04 +- wacc = 0.06 - energy_balance_group = central heat generation - heat_network_lt.subtype = dispatchable - heat_network_lt.type = producer @@ -24,8 +24,9 @@ - merit_order.level = mv - merit_order.subtype = generic - merit_order.type = consumer +- electricity_output_capacity = 0.0 - free_co2_factor = 0.0 -- heat_output_capacity = 1.0 +- heat_output_capacity = 3.1 - takes_part_in_ets = 0.0 -~ demand = 0.0 \ No newline at end of file +~ demand = 0.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad index 8c4315dc5b..a2449e645f 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad @@ -1,22 +1,22 @@ -- input.ambient_heat = 0.7777777777777778 -- input.electricity = 0.2222222222222222 +- input.ambient_heat = 0.615 +- input.electricity = 0.385 - output.steam_hot_water = 1.0 - groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand] - availability = 1.0 -- full_load_hours = 1500.0 +- full_load_hours = 3500.0 - ccs_investment = 0.0 - construction_time = 0.0 - cost_of_installing = 0.0 - decommissioning_costs = 0.0 -- fixed_operation_and_maintenance_costs_per_year = 0.0 -- initial_investment = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 1100000.0 +- initial_investment = 7496000.0 - technical_lifetime = 30.0 - variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 - variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 -- wacc = 0.04 +- wacc = 0.06 - energy_balance_group = central heat generation - heat_network_mt.subtype = dispatchable - heat_network_mt.type = producer @@ -24,8 +24,9 @@ - merit_order.level = mv - merit_order.subtype = generic - merit_order.type = consumer +- electricity_output_capacity = 0.0 - free_co2_factor = 0.0 -- heat_output_capacity = 1.0 +- heat_output_capacity = 3.1 - takes_part_in_ets = 0.0 -~ demand = 0.0 \ No newline at end of file +~ demand = 0.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad index 1a9ac47afb..6eba2fb755 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad @@ -1,22 +1,22 @@ -- input.ambient_heat = 0.7777777777777778 -- input.electricity = 0.2222222222222222 +- input.ambient_heat = 0.714 +- input.electricity = 0.286 - output.steam_hot_water = 1.0 - groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand] - availability = 1.0 -- full_load_hours = 1500.0 +- full_load_hours = 6000.0 - ccs_investment = 0.0 - construction_time = 0.0 - cost_of_installing = 0.0 - decommissioning_costs = 0.0 -- fixed_operation_and_maintenance_costs_per_year = 0.0 -- initial_investment = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 2700000.0 +- initial_investment = 16258000.0 - technical_lifetime = 30.0 - variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 - variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 -- wacc = 0.04 +- wacc = 0.06 - energy_balance_group = central heat generation - heat_network_lt.subtype = dispatchable - heat_network_lt.type = producer @@ -24,8 +24,9 @@ - merit_order.level = mv - merit_order.subtype = generic - merit_order.type = consumer +- electricity_output_capacity = 0.0 - free_co2_factor = 0.0 -- heat_output_capacity = 1.0 +- heat_output_capacity = 5.7 - takes_part_in_ets = 0.0 -~ demand = 0.0 \ No newline at end of file +~ demand = 0.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad index 8c4315dc5b..e09443fe6c 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad @@ -1,22 +1,22 @@ -- input.ambient_heat = 0.7777777777777778 -- input.electricity = 0.2222222222222222 +- input.ambient_heat = 0.63 +- input.electricity = 0.37 - output.steam_hot_water = 1.0 - groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand] - availability = 1.0 -- full_load_hours = 1500.0 +- full_load_hours = 3500.0 - ccs_investment = 0.0 - construction_time = 0.0 - cost_of_installing = 0.0 - decommissioning_costs = 0.0 -- fixed_operation_and_maintenance_costs_per_year = 0.0 -- initial_investment = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 900000.0 +- initial_investment = 7496000.0 - technical_lifetime = 30.0 - variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 - variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 -- wacc = 0.04 +- wacc = 0.06 - energy_balance_group = central heat generation - heat_network_mt.subtype = dispatchable - heat_network_mt.type = producer @@ -24,8 +24,9 @@ - merit_order.level = mv - merit_order.subtype = generic - merit_order.type = consumer +- electricity_output_capacity = 0.0 - free_co2_factor = 0.0 -- heat_output_capacity = 1.0 +- heat_output_capacity = 1.4 - takes_part_in_ets = 0.0 -~ demand = 0.0 \ No newline at end of file +~ demand = 0.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad index 1a9ac47afb..2e88a5f029 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad @@ -1,22 +1,22 @@ -- input.ambient_heat = 0.7777777777777778 -- input.electricity = 0.2222222222222222 +- input.ambient_heat = 0.73 +- input.electricity = 0.27 - output.steam_hot_water = 1.0 - groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand] - availability = 1.0 -- full_load_hours = 1500.0 +- full_load_hours = 3500.0 - ccs_investment = 0.0 - construction_time = 0.0 - cost_of_installing = 0.0 - decommissioning_costs = 0.0 -- fixed_operation_and_maintenance_costs_per_year = 0.0 -- initial_investment = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 1100000.0 +- initial_investment = 7496000.0 - technical_lifetime = 30.0 - variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 - variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 -- wacc = 0.04 +- wacc = 0.06 - energy_balance_group = central heat generation - heat_network_lt.subtype = dispatchable - heat_network_lt.type = producer @@ -24,8 +24,9 @@ - merit_order.level = mv - merit_order.subtype = generic - merit_order.type = consumer +- electricity_output_capacity = 0.0 - free_co2_factor = 0.0 -- heat_output_capacity = 1.0 +- heat_output_capacity = 3.1 - takes_part_in_ets = 0.0 -~ demand = 0.0 \ No newline at end of file +~ demand = 0.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad index 8c4315dc5b..a2449e645f 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad @@ -1,22 +1,22 @@ -- input.ambient_heat = 0.7777777777777778 -- input.electricity = 0.2222222222222222 +- input.ambient_heat = 0.615 +- input.electricity = 0.385 - output.steam_hot_water = 1.0 - groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] - use = energetic - presentation_group = heat_pumps - graph_methods = [demand] - availability = 1.0 -- full_load_hours = 1500.0 +- full_load_hours = 3500.0 - ccs_investment = 0.0 - construction_time = 0.0 - cost_of_installing = 0.0 - decommissioning_costs = 0.0 -- fixed_operation_and_maintenance_costs_per_year = 0.0 -- initial_investment = 0.0 +- fixed_operation_and_maintenance_costs_per_year = 1100000.0 +- initial_investment = 7496000.0 - technical_lifetime = 30.0 - variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 - variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 -- wacc = 0.04 +- wacc = 0.06 - energy_balance_group = central heat generation - heat_network_mt.subtype = dispatchable - heat_network_mt.type = producer @@ -24,8 +24,9 @@ - merit_order.level = mv - merit_order.subtype = generic - merit_order.type = consumer +- electricity_output_capacity = 0.0 - free_co2_factor = 0.0 -- heat_output_capacity = 1.0 +- heat_output_capacity = 3.1 - takes_part_in_ets = 0.0 -~ demand = 0.0 \ No newline at end of file +~ demand = 0.0 diff --git a/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad index 83c1f0fa26..85056ac2cd 100644 --- a/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad @@ -1,5 +1,5 @@ -- input.ambient_heat = 0.777777777777778 -- input.electricity = 0.222222222222222 +- input.ambient_heat = 0.73 +- input.electricity = 0.27 - output.cooling = 0.0 - output.loss = elastic - output.useable_heat = 1.0 @@ -7,17 +7,17 @@ - use = energetic - presentation_group = heat_pumps - availability = 0.0 -- full_load_hours = 1500.0 +- full_load_hours = 0.0 - ccs_investment = 0.0 - construction_time = 0.0 - cost_of_installing = 0.0 - decommissioning_costs = 0.0 -- fixed_operation_and_maintenance_costs_per_year = 0.0 -- initial_investment = 0.0 -- technical_lifetime = 30.0 +- fixed_operation_and_maintenance_costs_per_year = 100.0 +- initial_investment = 9098.0 +- technical_lifetime = 15.0 - variable_operation_and_maintenance_costs_for_ccs_per_full_load_hour = 0.0 - variable_operation_and_maintenance_costs_per_full_load_hour = 0.0 -- wacc = 0.04 +- wacc = 0.02 - energy_balance_group = technologies - fever.alias_of = households_water_heater_heatpump_surface_water_water_ts_electricity - fever.base_cop = 3.25 From f21d5a94c0fd393574a614201438ff775cf73f7a Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Wed, 8 Nov 2023 17:00:16 +0100 Subject: [PATCH 10/23] Update node positions --- config/energy_node_positions.yml | 256 +++++++++++++++---------------- 1 file changed, 125 insertions(+), 131 deletions(-) diff --git a/config/energy_node_positions.yml b/config/energy_node_positions.yml index 4c054d829d..925d45c75e 100644 --- a/config/energy_node_positions.yml +++ b/config/energy_node_positions.yml @@ -490,58 +490,58 @@ energy_chp_coal_gas: "y": 9420 energy_chp_combined_cycle_ht_network_gas: x: 6360 - "y": 5500 + "y": 5720 energy_chp_combined_cycle_mt_network_gas: x: 6360 - "y": 4220 + "y": 4440 energy_chp_local_engine_ht_biogas: x: 6060 - "y": 5680 + "y": 5900 energy_chp_local_engine_ht_network_gas: x: 6060 - "y": 5740 + "y": 5960 energy_chp_local_engine_mt_biogas: x: 6060 - "y": 4520 + "y": 4740 energy_chp_local_engine_mt_network_gas: x: 6060 - "y": 4460 + "y": 4680 energy_chp_local_ht_wood_pellets: x: 6060 - "y": 5800 + "y": 6020 energy_chp_local_mt_wood_pellets: x: 6060 - "y": 4400 + "y": 4620 energy_chp_supercritical_ccs_ht_waste_mix: x: 6360 - "y": 5560 + "y": 5780 energy_chp_supercritical_ccs_mt_waste_mix: x: 6360 - "y": 4280 + "y": 4500 energy_chp_supercritical_ht_waste_mix: x: 6360 - "y": 5620 + "y": 5840 energy_chp_supercritical_mt_waste_mix: x: 6360 - "y": 4340 + "y": 4560 energy_chp_ultra_supercritical_cofiring_ht_coal: x: 6360 - "y": 5680 + "y": 5900 energy_chp_ultra_supercritical_cofiring_mt_coal: x: 6360 - "y": 4400 + "y": 4620 energy_chp_ultra_supercritical_ht_coal: x: 6360 - "y": 5740 + "y": 5660 energy_chp_ultra_supercritical_ht_lignite: x: 6360 - "y": 5800 + "y": 6020 energy_chp_ultra_supercritical_mt_coal: x: 6360 - "y": 4460 + "y": 4680 energy_chp_ultra_supercritical_mt_lignite: x: 6360 - "y": 4520 + "y": 4740 energy_cokesoven_transformation_coal: x: 4160 "y": 9680 @@ -601,22 +601,19 @@ energy_distribution_gasoline: "y": 8240 energy_distribution_greengas: x: 6060 - "y": 6540 + "y": 7000 energy_distribution_heavy_fuel_oil: x: 6060 - "y": 8100 -energy_distribution_ht_imported_heat: - x: 6680 - "y": 5860 + "y": 8600 energy_distribution_ht_steam_hot_water: x: 5600 - "y": 5860 + "y": 6080 energy_distribution_hydrogen_after_transport: x: 5500 - "y": 6980 + "y": 7460 energy_distribution_hydrogen_before_transport: x: 5800 - "y": 6980 + "y": 7460 energy_distribution_kerosene: x: 6060 "y": 8180 @@ -634,22 +631,16 @@ energy_distribution_lohc: "y": 7380 energy_distribution_lpg: x: 6060 - "y": 7980 -energy_distribution_lt_imported_heat: - x: 6660 - "y": 3840 + "y": 8480 energy_distribution_lt_steam_hot_water: x: 5580 - "y": 3840 -energy_distribution_mt_imported_heat: - x: 6680 - "y": 4660 + "y": 3960 energy_distribution_mt_steam_hot_water: x: 5600 - "y": 4580 + "y": 4800 energy_distribution_network_gas_loss: x: 5500 - "y": 6220 + "y": 6900 energy_distribution_non_biogenic_waste: x: 7420 "y": 4800 @@ -804,209 +795,212 @@ energy_flexibility_wind_batteries_electricity: x: 6780 "y": 1960 energy_greengas_gasification_dry_biomass: - x: 6360 - "y": 6400 + x: 6420 + "y": 7080 energy_greengas_gasification_wet_biomass: - x: 6360 - "y": 6340 + x: 6420 + "y": 7020 energy_greengas_upgrade_biogas: - x: 6360 - "y": 6280 + x: 6420 + "y": 6960 energy_heat_backup_burner_ht_network_gas: x: 6060 - "y": 5620 + "y": 6740 energy_heat_backup_burner_lt_network_gas: x: 6060 - "y": 3900 + "y": 4020 energy_heat_backup_burner_mt_network_gas: x: 6060 - "y": 4640 + "y": 4860 energy_heat_boiler_ht_electricity: x: 6060 - "y": 6040 + "y": 6260 energy_heat_boiler_lt_electricity: x: 6060 - "y": 3960 + "y": 4080 energy_heat_boiler_mt_electricity: x: 6060 - "y": 4700 + "y": 4920 energy_heat_burner_ht_coal: x: 6060 - "y": 6340 + "y": 6560 energy_heat_burner_ht_crude_oil: x: 6360 - "y": 5920 + "y": 6140 energy_heat_burner_ht_hydrogen: x: 6060 - "y": 5980 + "y": 6200 energy_heat_burner_ht_network_gas: x: 6060 - "y": 6100 + "y": 6320 energy_heat_burner_ht_waste_mix: x: 6360 - "y": 5980 + "y": 6200 energy_heat_burner_ht_wood_pellets: x: 6060 - "y": 6160 + "y": 6380 energy_heat_burner_lt_hydrogen: x: 6060 - "y": 4020 + "y": 4140 energy_heat_burner_mt_coal: x: 6060 - "y": 4760 + "y": 4980 energy_heat_burner_mt_crude_oil: x: 6360 - "y": 4640 + "y": 4860 energy_heat_burner_mt_hydrogen: x: 6060 - "y": 4820 + "y": 5040 energy_heat_burner_mt_network_gas: x: 6060 - "y": 4880 + "y": 5100 energy_heat_burner_mt_waste_mix: x: 6360 - "y": 4700 + "y": 4920 energy_heat_burner_mt_wood_pellets: x: 6060 - "y": 4940 + "y": 5160 energy_heat_distribution_ht_loss: x: 5480 - "y": 5960 + "y": 6180 energy_heat_distribution_lt_loss: x: 5460 - "y": 3920 + "y": 4040 energy_heat_distribution_mt_loss: x: 5480 - "y": 4680 + "y": 4900 energy_heat_dumped_ht_steam_hot_water: x: 5600 - "y": 5720 + "y": 5940 energy_heat_dumped_lt_steam_hot_water: x: 5580 - "y": 3720 + "y": 3840 energy_heat_dumped_mt_steam_hot_water: x: 5600 - "y": 4440 + "y": 4660 energy_heat_flexibility_p2h_boiler_ht_electricity: x: 6060 - "y": 6160 + "y": 6680 energy_heat_flexibility_p2h_boiler_mt_electricity: x: 6060 - "y": 5500 + "y": 5640 +energy_heat_flexibility_p2h_heatpump_ht_electricity: + x: 6060 + "y": 6620 energy_heat_flexibility_p2h_heatpump_mt_electricity: x: 6060 - "y": 5560 + "y": 5700 energy_heat_heatpump_drink_water_water_ts_lt_electricity: x: 6060 - "y": 4260 + "y": 4380 energy_heat_heatpump_drink_water_water_ts_mt_electricity: x: 6060 - "y": 5380 + "y": 5520 energy_heat_heatpump_surface_water_water_ts_lt_electricity: x: 6060 - "y": 4140 + "y": 4260 energy_heat_heatpump_surface_water_water_ts_mt_electricity: x: 6060 - "y": 5260 + "y": 5400 energy_heat_heatpump_waste_water_water_ts_lt_electricity: x: 6060 - "y": 4200 + "y": 4320 energy_heat_heatpump_waste_water_water_ts_mt_electricity: x: 6060 - "y": 5320 + "y": 5460 energy_heat_heatpump_water_water_ht_electricity: x: 6060 - "y": 6220 + "y": 6440 energy_heat_heatpump_water_water_lt_electricity: x: 6060 - "y": 4080 + "y": 4200 energy_heat_heatpump_water_water_mt_electricity: x: 6060 - "y": 5440 + "y": 5580 energy_heat_import_ht_steam_hot_water: x: 6360 - "y": 5860 + "y": 6080 energy_heat_import_lt_steam_hot_water: - x: 6340 - "y": 3840 + x: 6360 + "y": 3960 energy_heat_import_mt_steam_hot_water: x: 6360 - "y": 4580 + "y": 4800 energy_heat_network_storage_ht_steam_hot_water: x: 5740 - "y": 5780 + "y": 6000 energy_heat_network_storage_lt_steam_hot_water: x: 5740 - "y": 3780 + "y": 3900 energy_heat_network_storage_mt_steam_hot_water: x: 5740 - "y": 4500 + "y": 4720 energy_heat_production_ht_residual_heat: x: 6360 - "y": 5740 + "y": 5960 energy_heat_production_lt_residual_heat: x: 6360 - "y": 4040 + "y": 4020 energy_heat_production_mt_residual_heat: x: 6360 - "y": 4760 + "y": 4980 energy_heat_solar_ht_solar_thermal: x: 6060 - "y": 5920 + "y": 6140 energy_heat_solar_lt_solar_thermal: x: 6060 - "y": 4320 + "y": 4440 energy_heat_solar_mt_solar_thermal: x: 6060 - "y": 5000 + "y": 5220 energy_heat_unused_ht_steam_hot_water: x: 5740 - "y": 5960 + "y": 6180 energy_heat_unused_lt_steam_hot_water: x: 5740 - "y": 3920 + "y": 4040 energy_heat_unused_mt_steam_hot_water: x: 5740 - "y": 4680 + "y": 4900 energy_heat_well_deep_ht_geothermal: x: 6060 - "y": 6280 + "y": 6500 energy_heat_well_deep_mt_geothermal: x: 6060 - "y": 5120 + "y": 5340 energy_heat_well_shallow_heatpump_mt_geothermal: x: 6060 - "y": 5060 + "y": 5280 energy_heat_well_shallow_lt_geothermal: x: 6060 - "y": 4380 + "y": 4500 energy_hydrogen_ammonia_reformer: x: 6060 - "y": 7480 + "y": 7960 energy_hydrogen_autothermal_reformer: x: 6060 - "y": 7360 + "y": 7840 energy_hydrogen_autothermal_reformer_ccs: x: 6060 - "y": 7420 + "y": 7900 energy_hydrogen_biomass_gasification: x: 6060 - "y": 6940 + "y": 7420 energy_hydrogen_biomass_gasification_ccs: x: 6060 - "y": 6880 + "y": 7360 energy_hydrogen_curtailed_electricity: x: 6060 - "y": 7120 + "y": 7600 energy_hydrogen_electrolysis_solar_electricity: x: 6060 - "y": 7180 + "y": 7660 energy_hydrogen_electrolysis_wind_electricity: x: 6060 - "y": 7240 + "y": 7720 energy_hydrogen_flexibility_p2g_electricity: x: 6060 - "y": 7080 + "y": 7780 energy_hydrogen_flexibility_p2g_potential_residual_heat: x: 5800 "y": 7060 @@ -1018,19 +1012,19 @@ energy_hydrogen_lohc_reformer: "y": 7380 energy_hydrogen_solar_pv_solar_radiation: x: 6420 - "y": 7180 + "y": 7660 energy_hydrogen_steam_methane_reformer: x: 6060 - "y": 7060 + "y": 7540 energy_hydrogen_steam_methane_reformer_ccs: x: 6060 - "y": 7000 + "y": 7480 energy_hydrogen_storage: x: 5800 - "y": 6860 + "y": 7340 energy_hydrogen_wind_turbine_offshore: x: 6420 - "y": 7240 + "y": 7720 energy_import_ammonia: x: 7700 "y": 5240 @@ -1108,7 +1102,7 @@ energy_imported_ammonia_baseload: "y": 7620 energy_imported_hydrogen_backup: x: 6060 - "y": 6760 + "y": 7240 energy_imported_hydrogen_baseload: x: 6060 "y": 6600 @@ -1195,13 +1189,13 @@ energy_methanol_production_coal_gas: "y": 9480 energy_mixer_for_gas_power_fuel: x: 6060 - "y": 6660 + "y": 7120 energy_national_gas_network_natural_gas: - x: 5640 - "y": 6300 + x: 5660 + "y": 6960 energy_network_gas_storage: - x: 5800 - "y": 6220 + x: 5820 + "y": 6880 energy_offshore_sequestration_co2_electricity: x: 6400 "y": 7760 @@ -1330,13 +1324,13 @@ energy_power_wind_turbine_offshore: "y": 2560 energy_production_aggregator_ht_steam_hot_water: x: 5900 - "y": 5860 + "y": 6080 energy_production_aggregator_lt_steam_hot_water: x: 5900 - "y": 3840 + "y": 3960 energy_production_aggregator_mt_steam_hot_water: x: 5900 - "y": 4580 + "y": 4800 energy_production_bio_ethanol: x: 7340 "y": 2520 @@ -1393,7 +1387,7 @@ energy_production_synthetic_methanol_electricity: "y": 7960 energy_production_synthetic_methanol_hydrogen_non_energetic: x: 6660 - "y": 7540 + "y": 8040 energy_production_waste_water_ambient_heat: x: 7200 "y": 5660 @@ -1405,7 +1399,7 @@ energy_production_wood_pellets: "y": 2360 energy_regasification_lng: x: 6060 - "y": 6420 + "y": 6880 energy_residual_heat: x: 7700 "y": 4040 @@ -1420,25 +1414,25 @@ energy_torrefaction_wood: "y": 2300 energy_transmission_ht_steam_hot_water: x: 6060 - "y": 5860 + "y": 6080 energy_transmission_lt_steam_hot_water: x: 6060 - "y": 3840 + "y": 3960 energy_transmission_mt_steam_hot_water: x: 6060 - "y": 4580 + "y": 4800 energy_transport_hydrogen_compressed_trucks: x: 5660 - "y": 7040 + "y": 7520 energy_transport_hydrogen_loss: x: 5500 - "y": 6860 + "y": 7340 energy_transport_hydrogen_pipelines: x: 5660 - "y": 6920 + "y": 7400 energy_treatment_natural_gas: x: 6060 - "y": 6480 + "y": 6940 environment_air_ambient_cold: x: 7700 "y": 5800 From fe7285d504f738d56b0ecc3a674c0d2537a62e71 Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Mon, 13 Nov 2023 08:39:58 +0100 Subject: [PATCH 11/23] Add SGQs for AREA attribute aquathermal potential --- .../area/area+has_aquathermal_potential_for_drink_water.ad | 1 + .../area/area+has_aquathermal_potential_for_surface_water.ad | 1 + .../area/area+has_aquathermal_potential_for_waste_water.ad | 1 + 3 files changed, 3 insertions(+) create mode 100644 sparse_graph_queries/area/area+has_aquathermal_potential_for_drink_water.ad create mode 100644 sparse_graph_queries/area/area+has_aquathermal_potential_for_surface_water.ad create mode 100644 sparse_graph_queries/area/area+has_aquathermal_potential_for_waste_water.ad diff --git a/sparse_graph_queries/area/area+has_aquathermal_potential_for_drink_water.ad b/sparse_graph_queries/area/area+has_aquathermal_potential_for_drink_water.ad new file mode 100644 index 0000000000..d68d1ade47 --- /dev/null +++ b/sparse_graph_queries/area/area+has_aquathermal_potential_for_drink_water.ad @@ -0,0 +1 @@ +- query = IF(AREA(aquathermal_potential_for_drink_water) > 0.0, true, false) diff --git a/sparse_graph_queries/area/area+has_aquathermal_potential_for_surface_water.ad b/sparse_graph_queries/area/area+has_aquathermal_potential_for_surface_water.ad new file mode 100644 index 0000000000..b1b8a19f51 --- /dev/null +++ b/sparse_graph_queries/area/area+has_aquathermal_potential_for_surface_water.ad @@ -0,0 +1 @@ +- query = IF(AREA(aquathermal_potential_for_surface_water) > 0.0, true, false) diff --git a/sparse_graph_queries/area/area+has_aquathermal_potential_for_waste_water.ad b/sparse_graph_queries/area/area+has_aquathermal_potential_for_waste_water.ad new file mode 100644 index 0000000000..f3a2b3ba83 --- /dev/null +++ b/sparse_graph_queries/area/area+has_aquathermal_potential_for_waste_water.ad @@ -0,0 +1 @@ +- query = IF(AREA(aquathermal_potential_for_waste_water) > 0.0, true, false) From 9e27d0d4f945fe844da5779aec8cb2b16aa68fb8 Mon Sep 17 00:00:00 2001 From: Charlotte vm Date: Thu, 7 Dec 2023 11:45:03 +0100 Subject: [PATCH 12/23] Sparsegraph queries hardcoded to 0.0 (data effort out of scope), data for potentials added to etdatasets datasets --- datasets/de/de.full.ad | 6 ++++++ datasets/dk/dk.full.ad | 6 ++++++ datasets/eu/eu.full.ad | 6 ++++++ datasets/nl/nl.full.ad | 6 ++++++ datasets/nl2016/nl2016.full.ad | 6 ++++++ datasets/nl2017/nl2017.full.ad | 6 ++++++ datasets/nl2018/nl2018.full.ad | 6 ++++++ datasets/nl2019/nl2019.full.ad | 6 ++++++ ...atpump_surface_water_water_ts_electricity@electricity.ad | 3 +-- ...atpump_surface_water_water_ts_electricity@electricity.ad | 3 +-- ...atpump_surface_water_water_ts_electricity@electricity.ad | 3 +-- ...atpump_surface_water_water_ts_electricity@electricity.ad | 3 +-- 12 files changed, 52 insertions(+), 8 deletions(-) diff --git a/datasets/de/de.full.ad b/datasets/de/de.full.ad index 5424f49298..76db894864 100644 --- a/datasets/de/de.full.ad +++ b/datasets/de/de.full.ad @@ -20,6 +20,9 @@ - has_other = true - has_solar_csp = true - has_offshore_solar = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - has_other_emissions_section = true - has_import_export = true - use_network_calculations = false @@ -155,6 +158,9 @@ - electric_vehicle_profile_5_share = 0.0 - solar_pv_profile_1_share = 1.0 - solar_pv_profile_2_share = 0.0 +- aquathermal_potential_for_surface_water = 0 +- aquathermal_potential_for_waste_water = 0 +- aquathermal_potential_for_drink_water = 0 - annual_infrastructure_cost_gas = 0.0 - areable_land = 115933.0 - co2_emission_1990 = 1016.809775 diff --git a/datasets/dk/dk.full.ad b/datasets/dk/dk.full.ad index 9fb80a6669..2d54b6e49c 100644 --- a/datasets/dk/dk.full.ad +++ b/datasets/dk/dk.full.ad @@ -20,6 +20,9 @@ - has_other = true - has_solar_csp = false - has_offshore_solar = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - has_other_emissions_section = true - has_import_export = true - use_network_calculations = true @@ -155,6 +158,9 @@ - electric_vehicle_profile_5_share = 0.0 - solar_pv_profile_1_share = 1.0 - solar_pv_profile_2_share = 0.0 +- aquathermal_potential_for_surface_water = 0 +- aquathermal_potential_for_waste_water = 0 +- aquathermal_potential_for_drink_water = 0 - annual_infrastructure_cost_gas = 73580000.0 - areable_land = 26225.8 - co2_emission_1990 = 51.37310513 diff --git a/datasets/eu/eu.full.ad b/datasets/eu/eu.full.ad index 23c0b1bd48..ae361f49f9 100644 --- a/datasets/eu/eu.full.ad +++ b/datasets/eu/eu.full.ad @@ -20,6 +20,9 @@ - has_other = true - has_solar_csp = true - has_offshore_solar = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - has_other_emissions_section = true - has_import_export = true - use_network_calculations = true @@ -155,6 +158,9 @@ - electric_vehicle_profile_5_share = 0.0 - solar_pv_profile_1_share = 1.0 - solar_pv_profile_2_share = 0.0 +- aquathermal_potential_for_surface_water = 0 +- aquathermal_potential_for_waste_water = 0 +- aquathermal_potential_for_drink_water = 0 - annual_infrastructure_cost_gas = 1452000000.0 - areable_land = 1077303.0 - co2_emission_1990 = 4222.958594 diff --git a/datasets/nl/nl.full.ad b/datasets/nl/nl.full.ad index ad54170d88..90564898a9 100644 --- a/datasets/nl/nl.full.ad +++ b/datasets/nl/nl.full.ad @@ -10,6 +10,9 @@ - has_weather_curves = true - has_coastline = true - has_offshore_solar = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - has_cold_network = false - has_electricity_storage = true - has_employment = true @@ -56,6 +59,9 @@ - non_energetic_emissions_other_ghg_waste_management = 3.4442227 - solar_pv_profile_1_share = 1 - solar_pv_profile_2_share = 0 +- aquathermal_potential_for_surface_water = 0 +- aquathermal_potential_for_waste_water = 0 +- aquathermal_potential_for_drink_water = 0 - hydrogen_electrolysis_solar_pv_capacity_ratio = 0.427 - number_of_buildings = 392358 - number_of_residences = 7587964 diff --git a/datasets/nl2016/nl2016.full.ad b/datasets/nl2016/nl2016.full.ad index 90c09bee16..ae4b087292 100644 --- a/datasets/nl2016/nl2016.full.ad +++ b/datasets/nl2016/nl2016.full.ad @@ -10,6 +10,9 @@ - has_weather_curves = true - has_coastline = true - has_offshore_solar = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - has_cold_network = false - has_electricity_storage = true - has_employment = true @@ -56,6 +59,9 @@ - non_energetic_emissions_other_ghg_waste_management = 3.4442227 - solar_pv_profile_1_share = 1 - solar_pv_profile_2_share = 0 +- aquathermal_potential_for_surface_water = 0 +- aquathermal_potential_for_waste_water = 0 +- aquathermal_potential_for_drink_water = 0 - hydrogen_electrolysis_solar_pv_capacity_ratio = 0.427 - number_of_buildings = 392358 - number_of_residences = 7587964 diff --git a/datasets/nl2017/nl2017.full.ad b/datasets/nl2017/nl2017.full.ad index fd10c15636..ca2bbd32e2 100644 --- a/datasets/nl2017/nl2017.full.ad +++ b/datasets/nl2017/nl2017.full.ad @@ -10,6 +10,9 @@ - has_weather_curves = true - has_coastline = true - has_offshore_solar = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - has_cold_network = false - has_electricity_storage = true - has_employment = true @@ -56,6 +59,9 @@ - non_energetic_emissions_other_ghg_waste_management = 3.4442227 - solar_pv_profile_1_share = 1 - solar_pv_profile_2_share = 0 +- aquathermal_potential_for_surface_water = 0 +- aquathermal_potential_for_waste_water = 0 +- aquathermal_potential_for_drink_water = 0 - hydrogen_electrolysis_solar_pv_capacity_ratio = 0.427 - number_of_buildings = 392358 - number_of_residences = 7587964 diff --git a/datasets/nl2018/nl2018.full.ad b/datasets/nl2018/nl2018.full.ad index 6ca46864b1..4cbebe748f 100644 --- a/datasets/nl2018/nl2018.full.ad +++ b/datasets/nl2018/nl2018.full.ad @@ -10,6 +10,9 @@ - has_weather_curves = true - has_coastline = true - has_offshore_solar = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - has_cold_network = false - has_electricity_storage = true - has_employment = true @@ -56,6 +59,9 @@ - non_energetic_emissions_other_ghg_waste_management = 3.4442227 - solar_pv_profile_1_share = 1 - solar_pv_profile_2_share = 0 +- aquathermal_potential_for_surface_water = 0 +- aquathermal_potential_for_waste_water = 0 +- aquathermal_potential_for_drink_water = 0 - hydrogen_electrolysis_solar_pv_capacity_ratio = 0.427 - number_of_buildings = 392358 - number_of_residences = 7587964 diff --git a/datasets/nl2019/nl2019.full.ad b/datasets/nl2019/nl2019.full.ad index 8b3ed71b56..d33cf76b72 100644 --- a/datasets/nl2019/nl2019.full.ad +++ b/datasets/nl2019/nl2019.full.ad @@ -23,6 +23,9 @@ - has_other = true - has_solar_csp = false - has_offshore_solar = true +- has_aquathermal_potential_for_surface_water = true +- has_aquathermal_potential_for_waste_water = true +- has_aquathermal_potential_for_drink_water = true - has_import_export = true - use_network_calculations = true - has_coal_oil_for_heating_built_environment = false @@ -59,6 +62,9 @@ - non_energetic_emissions_other_ghg_waste_management = 2.88588392 - solar_pv_profile_1_share = 1 - solar_pv_profile_2_share = 0 +- aquathermal_potential_for_surface_water = 150 +- aquathermal_potential_for_waste_water = 56 +- aquathermal_potential_for_drink_water = 6 - hydrogen_electrolysis_solar_pv_capacity_ratio = 0.427 - number_of_buildings = 1147559 - number_of_residences = 7891786 diff --git a/graphs/energy/edges/buildings/buildings_final_demand_for_cooling_electricity-buildings_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad b/graphs/energy/edges/buildings/buildings_final_demand_for_cooling_electricity-buildings_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad index ca22f4d829..8ac1993a1d 100644 --- a/graphs/energy/edges/buildings/buildings_final_demand_for_cooling_electricity-buildings_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad +++ b/graphs/energy/edges/buildings/buildings_final_demand_for_cooling_electricity-buildings_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad @@ -1,6 +1,5 @@ - type = share - reversed = false - groups = [final_demand, cooling_buildings] -- graph_methods = [parent_share] -~ parent_share = SHARE("energy/buildings_final_demand_for_cooling_electricity_parent_share", buildings_cooling_heatpump_surface_water_water_ts_electricity) +~ parent_share = 0.0 diff --git a/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_electricity-buildings_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad b/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_electricity-buildings_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad index cb40cb4b29..b29524b784 100644 --- a/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_electricity-buildings_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad +++ b/graphs/energy/edges/buildings/buildings_final_demand_for_space_heating_electricity-buildings_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad @@ -1,6 +1,5 @@ - type = share - reversed = false - groups = [final_demand, space_heating_buildings] -- graph_methods = [parent_share] -~ parent_share = SHARE("energy/buildings_final_demand_for_space_heating_electricity_parent_share", buildings_space_heater_heatpump_surface_water_water_ts_electricity) +~ parent_share = 0.0 diff --git a/graphs/energy/edges/households/households_final_demand_for_cooling_electricity-households_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad b/graphs/energy/edges/households/households_final_demand_for_cooling_electricity-households_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad index 19ecbba8c6..73ba19ab2c 100644 --- a/graphs/energy/edges/households/households_final_demand_for_cooling_electricity-households_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad +++ b/graphs/energy/edges/households/households_final_demand_for_cooling_electricity-households_cooling_heatpump_surface_water_water_ts_electricity@electricity.ad @@ -1,6 +1,5 @@ - type = share - reversed = false - groups = [final_demand, cooling_households] -- graph_methods = [parent_share] -~ parent_share = SHARE("energy/residences_final_demand_for_cooling_electricity_parent_share", households_cooling_heatpump_surface_water_water_ts_electricity) +~ parent_share = 0.0 diff --git a/graphs/energy/edges/households/households_final_demand_for_hot_water_electricity-households_water_heater_heatpump_surface_water_water_ts_electricity@electricity.ad b/graphs/energy/edges/households/households_final_demand_for_hot_water_electricity-households_water_heater_heatpump_surface_water_water_ts_electricity@electricity.ad index b49da78a7e..1c582212a5 100644 --- a/graphs/energy/edges/households/households_final_demand_for_hot_water_electricity-households_water_heater_heatpump_surface_water_water_ts_electricity@electricity.ad +++ b/graphs/energy/edges/households/households_final_demand_for_hot_water_electricity-households_water_heater_heatpump_surface_water_water_ts_electricity@electricity.ad @@ -1,6 +1,5 @@ - type = share - reversed = false - groups = [final_demand, hot_water_households] -- graph_methods = [parent_share] -~ parent_share = SHARE("energy/residences_final_demand_for_hot_water_electricity_parent_share", households_water_heater_heatpump_surface_water_water_ts_electricity) +~ parent_share = 0.0 \ No newline at end of file From ce3e79ee8742aaecf48de1bc51f8687542bda0f3 Mon Sep 17 00:00:00 2001 From: Charlotte vm Date: Thu, 7 Dec 2023 12:29:54 +0100 Subject: [PATCH 13/23] Changing max demand to refer to area file and harcoding last space heater from surface water share to 0.0 as data-effort is out of scope --- ..._heatpump_surface_water_water_ts_electricity@electricity.ad | 3 +-- .../nodes/energy/energy_production_drink_water_ambient_heat.ad | 2 +- .../energy/energy_production_surface_water_ambient_heat.ad | 2 +- .../nodes/energy/energy_production_waste_water_ambient_heat.ad | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/graphs/energy/edges/households/households_final_demand_for_space_heating_electricity-households_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad b/graphs/energy/edges/households/households_final_demand_for_space_heating_electricity-households_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad index c855493069..d7da824538 100644 --- a/graphs/energy/edges/households/households_final_demand_for_space_heating_electricity-households_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad +++ b/graphs/energy/edges/households/households_final_demand_for_space_heating_electricity-households_space_heater_heatpump_surface_water_water_ts_electricity@electricity.ad @@ -1,6 +1,5 @@ - type = share - reversed = false - groups = [final_demand, space_heating_households] -- graph_methods = [parent_share] -~ parent_share = SHARE("energy/residences_final_demand_for_space_heating_electricity_parent_share", households_space_heater_heatpump_surface_water_water_ts_electricity) +~ parent_share = 0.0 diff --git a/graphs/energy/nodes/energy/energy_production_drink_water_ambient_heat.ad b/graphs/energy/nodes/energy/energy_production_drink_water_ambient_heat.ad index 1bb3fc0ae5..4ed0ba502a 100644 --- a/graphs/energy/nodes/energy/energy_production_drink_water_ambient_heat.ad +++ b/graphs/energy/nodes/energy/energy_production_drink_water_ambient_heat.ad @@ -3,4 +3,4 @@ - groups = [] - free_co2_factor = 0.0 -~ max_demand = PRIMARY_PRODUCTION(energy_production_drink_water_ambient_heat, max_demand) +~ max_demand = AREA(aquathermal_potential_for_drink_water) diff --git a/graphs/energy/nodes/energy/energy_production_surface_water_ambient_heat.ad b/graphs/energy/nodes/energy/energy_production_surface_water_ambient_heat.ad index e8ee1f784f..a1d3d2bc4d 100644 --- a/graphs/energy/nodes/energy/energy_production_surface_water_ambient_heat.ad +++ b/graphs/energy/nodes/energy/energy_production_surface_water_ambient_heat.ad @@ -3,4 +3,4 @@ - groups = [] - free_co2_factor = 0.0 -~ max_demand = PRIMARY_PRODUCTION(energy_production_surface_water_ambient_heat, max_demand) +~ max_demand = AREA(aquathermal_potential_for_surface_water) diff --git a/graphs/energy/nodes/energy/energy_production_waste_water_ambient_heat.ad b/graphs/energy/nodes/energy/energy_production_waste_water_ambient_heat.ad index ed36c05bab..28eb047e7a 100644 --- a/graphs/energy/nodes/energy/energy_production_waste_water_ambient_heat.ad +++ b/graphs/energy/nodes/energy/energy_production_waste_water_ambient_heat.ad @@ -3,4 +3,4 @@ - groups = [] - free_co2_factor = 0.0 -~ max_demand = PRIMARY_PRODUCTION(energy_production_waste_water_ambient_heat, max_demand) +~ max_demand = AREA(aquathermal_potential_for_waste_water) From da4f66debe021cf476e651ae0e0bd12aedd7817a Mon Sep 17 00:00:00 2001 From: Charlotte vm Date: Thu, 7 Dec 2023 12:32:31 +0100 Subject: [PATCH 14/23] New export of all ETLocal datasets including potentials and demands for aquathermal --- datasets/AT_austria/AT_austria.derived.ad | 10 +++- .../BEBU4402101_muide_meulestede.derived.ad | 10 +++- .../BEGM11002_antwerpen.derived.ad | 10 +++- .../BEGM13040_turnhout.derived.ad | 10 +++- .../BEGM35013_oostende.derived.ad | 10 +++- datasets/BE_belgium/BE_belgium.derived.ad | 10 +++- datasets/BG_bulgaria/BG_bulgaria.derived.ad | 10 +++- .../BU00090000_ten_boer.derived.ad | 10 +++- .../BU00090001_garmerwolde.derived.ad | 10 +++- .../BU00090002_thesinge.derived.ad | 10 +++- .../BU00090003_sint_annen.derived.ad | 10 +++- ...5_achter_thesinge_en_bovenrijge.derived.ad | 10 +++- ..._ten_noorden_van_het_eemskanaal.derived.ad | 10 +++- .../BU00090100_ten_post.derived.ad | 10 +++- ...00090101_winneweer_gedeeltelijk.derived.ad | 10 +++- .../BU00090102_woltersum.derived.ad | 10 +++- .../BU00090104_wittewierum.derived.ad | 10 +++- .../BU00090106_lellens.derived.ad | 10 +++- ..._ten_noorden_van_het_eemskanaal.derived.ad | 10 +++- .../BU00140000_binnenstad_noord.derived.ad | 10 +++- .../BU00140001_binnenstad_zuid.derived.ad | 10 +++- .../BU00140002_binnenstad_oost.derived.ad | 10 +++- .../BU00140003_binnenstad_west.derived.ad | 10 +++- .../BU00140004_noorderplantsoen.derived.ad | 10 +++- ...005_hortusbuurt_ebbingekwartier.derived.ad | 10 +++- .../BU00140007_umcg.derived.ad | 10 +++- .../BU00140008_stationsgebied.derived.ad | 10 +++- .../BU00140100_de_meeuwen.derived.ad | 10 +++- .../BU00140101_oosterpoort.derived.ad | 10 +++- .../BU00140102_herewegbuurt.derived.ad | 10 +++- .../BU00140103_rivierenbuurt.derived.ad | 10 +++- .../BU00140104_grunobuurt.derived.ad | 10 +++- .../BU00140105_badstratenbuurt.derived.ad | 10 +++- .../BU00140106_zeeheldenbuurt.derived.ad | 10 +++- .../BU00140107_laanhuizen.derived.ad | 10 +++- .../BU00140108_stadspark.derived.ad | 10 +++- .../BU00140109_martini_trade_park.derived.ad | 10 +++- .../BU00140200_oranjebuurt.derived.ad | 10 +++- ...U00140201_noorderplantsoenbuurt.derived.ad | 10 +++- .../BU00140202_schildersbuurt.derived.ad | 10 +++- .../BU00140203_kostverloren.derived.ad | 10 +++- .../BU00140300_de_hoogte.derived.ad | 10 +++- .../BU00140301_indische_buurt.derived.ad | 10 +++- .../BU00140302_professorenbuurt.derived.ad | 10 +++- .../BU00140400_gorechtbuurt.derived.ad | 10 +++- .../BU00140401_vogelbuurt.derived.ad | 10 +++- .../BU00140402_bloemenbuurt.derived.ad | 10 +++- .../BU00140403_florabuurt.derived.ad | 10 +++- .../BU00140404_damsterbuurt.derived.ad | 10 +++- .../BU00140500_de_linie.derived.ad | 10 +++- .../BU00140501_europapark.derived.ad | 10 +++- .../BU00140502_eemskanaal.derived.ad | 10 +++- .../BU00140503_kop_van_oost.derived.ad | 10 +++- .../BU00140504_woonschepenhaven.derived.ad | 10 +++- .../BU00140505_driebond.derived.ad | 10 +++- .../BU00140506_eemspoort.derived.ad | 10 +++- .../BU00140507_euvelgunne.derived.ad | 10 +++- .../BU00140508_winschoterdiep.derived.ad | 10 +++- .../BU00140509_stainkoeln.derived.ad | 10 +++- .../BU00140510_roodehaan.derived.ad | 10 +++- .../BU00140511_waterhuizen.derived.ad | 10 +++- .../BU00140600_sterrebosbuurt.derived.ad | 10 +++- .../BU00140601_coendersborg.derived.ad | 10 +++- .../BU00140602_klein_martijn.derived.ad | 10 +++- .../BU00140603_villabuurt.derived.ad | 10 +++- .../BU00140604_helpman.derived.ad | 10 +++- .../BU00140605_de_wijert.derived.ad | 10 +++- .../BU00140606_de_wijert_zuid.derived.ad | 10 +++- .../BU00140700_corpus_den_hoorn.derived.ad | 10 +++- .../BU00140701_hoornse_meer.derived.ad | 10 +++- .../BU00140702_hoornse_park.derived.ad | 10 +++- .../BU00140703_van_swieten.derived.ad | 10 +++- .../BU00140704_piccardthof.derived.ad | 10 +++- .../BU00140705_bruilweering.derived.ad | 10 +++- .../BU00140800_hoogkerk_dorp.derived.ad | 10 +++- .../BU00140801_hoogkerk_zuid.derived.ad | 10 +++- .../BU00140802_westpoort.derived.ad | 10 +++- .../BU00140803_vierverlaten.derived.ad | 10 +++- .../BU00140804_zuidwending.derived.ad | 10 +++- .../BU00140805_leegkerk.derived.ad | 10 +++- .../BU00140806_gravenburg.derived.ad | 10 +++- ...BU00140807_suikerfabriekterrein.derived.ad | 10 +++- .../BU00140808_peizerweg.derived.ad | 10 +++- .../BU00140809_bangeweer.derived.ad | 10 +++- .../BU00140810_de_buitenhof.derived.ad | 10 +++- .../BU00140811_kranenburg.derived.ad | 10 +++- .../BU00140812_de_kring.derived.ad | 10 +++- .../BU00140900_vinkhuizen_noord.derived.ad | 10 +++- .../BU00140901_vinkhuizen_zuid.derived.ad | 10 +++- .../BU00140902_hoendiep.derived.ad | 10 +++- .../BU00140903_friesestraatweg.derived.ad | 10 +++- .../BU00140904_reitdiep.derived.ad | 10 +++- .../BU00140905_dorkwerd.derived.ad | 10 +++- .../BU00140906_de_held.derived.ad | 10 +++- .../BU00140907_westpark.derived.ad | 10 +++- .../BU00141000_selwerd.derived.ad | 10 +++- .../BU00141001_paddepoel_zuid.derived.ad | 10 +++- .../BU00141002_paddepoel_noord.derived.ad | 10 +++- .../BU00141003_zernike_campus.derived.ad | 10 +++- .../BU00141004_selwerderhof.derived.ad | 10 +++- .../BU00141005_tuinwijk.derived.ad | 10 +++- .../BU00141100_beijum_west.derived.ad | 10 +++- .../BU00141101_beijum_oost.derived.ad | 10 +++- .../BU00141102_de_hunze.derived.ad | 10 +++- .../BU00141103_van_starkenborgh.derived.ad | 10 +++- .../BU00141104_noorderhoogebrug.derived.ad | 10 +++- .../BU00141105_het_witte_lam.derived.ad | 10 +++- .../BU00141106_koningslaagte.derived.ad | 10 +++- .../BU00141107_hunzeboord.derived.ad | 10 +++- .../BU00141200_lewenborg_noord.derived.ad | 10 +++- .../BU00141201_lewenborg_zuid.derived.ad | 10 +++- .../BU00141202_lewenborg_west.derived.ad | 10 +++- .../BU00141203_oosterhoogebrug.derived.ad | 10 +++- .../BU00141204_ulgersmaborg.derived.ad | 10 +++- .../BU00141205_hunzepark.derived.ad | 10 +++- .../BU00141206_zilvermeer.derived.ad | 10 +++- .../BU00141207_kardinge.derived.ad | 10 +++- .../BU00141208_drielanden.derived.ad | 10 +++- .../BU00141209_noorddijk.derived.ad | 10 +++- .../BU00141210_ruischerbrug.derived.ad | 10 +++- .../BU00141211_ruischerwaard.derived.ad | 10 +++- .../BU00141300_middelbert.derived.ad | 10 +++- .../BU00141301_engelbert.derived.ad | 10 +++- .../BU00141302_klein_harkstede.derived.ad | 10 +++- .../BU00141400_meerstad.derived.ad | 10 +++- .../BU00141401_harkstede.derived.ad | 10 +++- .../BU00141402_lageland.derived.ad | 10 +++- .../BU00170000_haren.derived.ad | 10 +++- .../BU00170001_oosterhaar.derived.ad | 10 +++- .../BU00170002_voorveld.derived.ad | 10 +++- .../BU00170003_harenermolen.derived.ad | 10 +++- .../BU00170004_glimmen.derived.ad | 10 +++- .../BU00170005_hemmen.derived.ad | 10 +++- .../BU00170100_noordlaren.derived.ad | 10 +++- .../BU00170101_onnen.derived.ad | 10 +++- ...170102_paterswolde_gedeeltelijk.derived.ad | 10 +++- .../BU00170103_essen.derived.ad | 10 +++- ..._westen_van_noord_willemskanaal.derived.ad | 10 +++- ...erspreide_huizen_op_de_hondsrug.derived.ad | 10 +++- ...08_verspreide_huizen_onner_esch.derived.ad | 10 +++- ...izen_ten_oosten_van_de_hondsrug.derived.ad | 10 +++- .../BU19660506_oudeschip.derived.ad | 10 +++- datasets/CY_cyprus/CY_cyprus.derived.ad | 10 +++- datasets/CZ_czechia/CZ_czechia.derived.ad | 10 +++- datasets/DE_germany/DE_germany.derived.ad | 10 +++- .../DKGM751_aarhus/DKGM751_aarhus.derived.ad | 10 +++- datasets/DK_denmark/DK_denmark.derived.ad | 10 +++- datasets/EE_estonia/EE_estonia.derived.ad | 10 +++- datasets/EL_greece/EL_greece.derived.ad | 10 +++- datasets/ES_spain/ES_spain.derived.ad | 10 +++- ...U27_european_union_27_countries.derived.ad | 10 +++- datasets/FI_finland/FI_finland.derived.ad | 10 +++- datasets/FR_france/FR_france.derived.ad | 10 +++- .../GM0014_groningen.derived.ad | 10 +++- .../GM0034_almere/GM0034_almere.derived.ad | 10 +++- .../GM0050_zeewolde.derived.ad | 10 +++- .../GM0059_achtkarspelen.derived.ad | 10 +++- .../GM0060_ameland/GM0060_ameland.derived.ad | 10 +++- .../GM0072_harlingen.derived.ad | 10 +++- .../GM0074_heerenveen.derived.ad | 12 +++-- .../GM0080_leeuwarden.derived.ad | 10 +++- .../GM0085_ooststellingwerf.derived.ad | 10 +++- .../GM0088_schiermonnikoog.derived.ad | 10 +++- .../GM0090_smallingerland.derived.ad | 10 +++- .../GM0093_terschelling.derived.ad | 10 +++- .../GM0096_vlieland.derived.ad | 10 +++- .../GM0098_weststellingwerf.derived.ad | 10 +++- .../GM0141_almelo/GM0141_almelo.derived.ad | 10 +++- datasets/GM0147_borne/GM0147_borne.derived.ad | 10 +++- .../GM0148_dalfsen/GM0148_dalfsen.derived.ad | 10 +++- .../GM0150_deventer.derived.ad | 10 +++- .../GM0153_enschede.derived.ad | 10 +++- .../GM0158_haaksbergen.derived.ad | 10 +++- .../GM0160_hardenberg.derived.ad | 10 +++- .../GM0163_hellendoorn.derived.ad | 10 +++- .../GM0164_hengelo/GM0164_hengelo.derived.ad | 10 +++- .../GM0166_kampen/GM0166_kampen.derived.ad | 10 +++- .../GM0168_losser/GM0168_losser.derived.ad | 10 +++- .../GM0171_noordoostpolder.derived.ad | 10 +++- .../GM0173_oldenzaal.derived.ad | 10 +++- datasets/GM0175_ommen/GM0175_ommen.derived.ad | 10 +++- .../GM0177_raalte/GM0177_raalte.derived.ad | 10 +++- .../GM0180_staphorst.derived.ad | 10 +++- .../GM0183_tubbergen.derived.ad | 10 +++- datasets/GM0184_urk/GM0184_urk.derived.ad | 10 +++- .../GM0189_wierden/GM0189_wierden.derived.ad | 10 +++- .../GM0193_zwolle/GM0193_zwolle.derived.ad | 10 +++- .../GM0197_aalten/GM0197_aalten.derived.ad | 10 +++- .../GM0200_apeldoorn.derived.ad | 10 +++- .../GM0202_arnhem/GM0202_arnhem.derived.ad | 10 +++- .../GM0203_barneveld.derived.ad | 10 +++- .../GM0209_beuningen.derived.ad | 10 +++- .../GM0213_brummen/GM0213_brummen.derived.ad | 10 +++- datasets/GM0214_buren/GM0214_buren.derived.ad | 10 +++- .../GM0216_culemborg.derived.ad | 10 +++- .../GM0221_doesburg.derived.ad | 10 +++- .../GM0222_doetinchem.derived.ad | 10 +++- .../GM0225_druten/GM0225_druten.derived.ad | 10 +++- .../GM0226_duiven/GM0226_duiven.derived.ad | 10 +++- datasets/GM0228_ede/GM0228_ede.derived.ad | 10 +++- .../GM0230_elburg/GM0230_elburg.derived.ad | 10 +++- datasets/GM0232_epe/GM0232_epe.derived.ad | 10 +++- .../GM0233_ermelo/GM0233_ermelo.derived.ad | 10 +++- .../GM0243_harderwijk.derived.ad | 10 +++- .../GM0244_hattem/GM0244_hattem.derived.ad | 10 +++- .../GM0246_heerde/GM0246_heerde.derived.ad | 10 +++- .../GM0252_heumen/GM0252_heumen.derived.ad | 10 +++- .../GM0262_lochem/GM0262_lochem.derived.ad | 10 +++- .../GM0263_maasdriel.derived.ad | 10 +++- .../GM0267_nijkerk/GM0267_nijkerk.derived.ad | 10 +++- .../GM0268_nijmegen.derived.ad | 10 +++- .../GM0269_oldebroek.derived.ad | 10 +++- .../GM0273_putten/GM0273_putten.derived.ad | 10 +++- .../GM0274_renkum/GM0274_renkum.derived.ad | 10 +++- .../GM0275_rheden/GM0275_rheden.derived.ad | 10 +++- .../GM0277_rozendaal.derived.ad | 10 +++- .../GM0279_scherpenzeel.derived.ad | 10 +++- datasets/GM0281_tiel/GM0281_tiel.derived.ad | 10 +++- .../GM0285_voorst/GM0285_voorst.derived.ad | 10 +++- .../GM0289_wageningen.derived.ad | 10 +++- .../GM0293_westervoort.derived.ad | 10 +++- .../GM0294_winterswijk.derived.ad | 10 +++- .../GM0296_wijchen/GM0296_wijchen.derived.ad | 10 +++- .../GM0297_zaltbommel.derived.ad | 10 +++- .../GM0299_zevenaar.derived.ad | 10 +++- .../GM0301_zutphen/GM0301_zutphen.derived.ad | 10 +++- .../GM0302_nunspeet.derived.ad | 10 +++- .../GM0303_dronten/GM0303_dronten.derived.ad | 10 +++- .../GM0307_amersfoort.derived.ad | 10 +++- datasets/GM0308_baarn/GM0308_baarn.derived.ad | 10 +++- .../GM0310_de_bilt/GM0310_de_bilt.derived.ad | 10 +++- .../GM0312_bunnik/GM0312_bunnik.derived.ad | 10 +++- .../GM0313_bunschoten.derived.ad | 10 +++- .../GM0317_eemnes/GM0317_eemnes.derived.ad | 10 +++- .../GM0321_houten/GM0321_houten.derived.ad | 10 +++- .../GM0327_leusden/GM0327_leusden.derived.ad | 10 +++- datasets/GM0331_lopik/GM0331_lopik.derived.ad | 10 +++- .../GM0335_montfoort.derived.ad | 10 +++- .../GM0339_renswoude.derived.ad | 10 +++- .../GM0340_rhenen/GM0340_rhenen.derived.ad | 10 +++- datasets/GM0342_soest/GM0342_soest.derived.ad | 10 +++- .../GM0344_utrecht/GM0344_utrecht.derived.ad | 10 +++- .../GM0345_veenendaal.derived.ad | 10 +++- .../GM0351_woudenberg.derived.ad | 10 +++- .../GM0352_wijk_bij_duurstede.derived.ad | 10 +++- .../GM0353_ijsselstein.derived.ad | 10 +++- datasets/GM0355_zeist/GM0355_zeist.derived.ad | 10 +++- .../GM0356_nieuwegein.derived.ad | 10 +++- .../GM0358_aalsmeer.derived.ad | 10 +++- .../GM0361_alkmaar/GM0361_alkmaar.derived.ad | 10 +++- .../GM0362_amstelveen.derived.ad | 10 +++- .../GM0363_amsterdam.derived.ad | 10 +++- .../GM0370_beemster.derived.ad | 10 +++- .../GM0373_bergen/GM0373_bergen.derived.ad | 10 +++- .../GM0375_beverwijk.derived.ad | 10 +++- .../GM0376_blaricum.derived.ad | 10 +++- .../GM0377_bloemendaal.derived.ad | 10 +++- .../GM0383_castricum.derived.ad | 10 +++- .../GM0384_diemen/GM0384_diemen.derived.ad | 10 +++- .../GM0385_edam_volendam.derived.ad | 10 +++- .../GM0388_enkhuizen.derived.ad | 10 +++- .../GM0392_haarlem/GM0392_haarlem.derived.ad | 10 +++- .../GM0394_haarlemmermeer.derived.ad | 10 +++- .../GM0396_heemskerk.derived.ad | 10 +++- .../GM0397_heemstede.derived.ad | 10 +++- .../GM0398_heerhugowaard.derived.ad | 10 +++- .../GM0399_heiloo/GM0399_heiloo.derived.ad | 10 +++- .../GM0400_den_helder.derived.ad | 10 +++- .../GM0402_hilversum.derived.ad | 10 +++- datasets/GM0405_hoorn/GM0405_hoorn.derived.ad | 10 +++- .../GM0406_huizen/GM0406_huizen.derived.ad | 10 +++- .../GM0415_landsmeer.derived.ad | 10 +++- .../GM0416_langedijk.derived.ad | 10 +++- datasets/GM0417_laren/GM0417_laren.derived.ad | 10 +++- .../GM0420_medemblik.derived.ad | 10 +++- .../GM0431_oostzaan.derived.ad | 10 +++- .../GM0432_opmeer/GM0432_opmeer.derived.ad | 10 +++- .../GM0437_ouder_amstel.derived.ad | 10 +++- .../GM0439_purmerend.derived.ad | 10 +++- .../GM0441_schagen/GM0441_schagen.derived.ad | 10 +++- datasets/GM0448_texel/GM0448_texel.derived.ad | 10 +++- .../GM0450_uitgeest.derived.ad | 10 +++- .../GM0451_uithoorn.derived.ad | 10 +++- .../GM0453_velsen/GM0453_velsen.derived.ad | 10 +++- datasets/GM0457_weesp/GM0457_weesp.derived.ad | 10 +++- .../GM0473_zandvoort.derived.ad | 10 +++- .../GM0479_zaanstad.derived.ad | 10 +++- .../GM0482_alblasserdam.derived.ad | 10 +++- .../GM0484_alphen_aan_den_rijn.derived.ad | 10 +++- .../GM0489_barendrecht.derived.ad | 10 +++- .../GM0498_drechterland.derived.ad | 10 +++- .../GM0501_brielle/GM0501_brielle.derived.ad | 10 +++- .../GM0502_capelle_aan_den_ijssel.derived.ad | 10 +++- datasets/GM0503_delft/GM0503_delft.derived.ad | 10 +++- .../GM0505_dordrecht.derived.ad | 10 +++- .../GM0512_gorinchem.derived.ad | 10 +++- datasets/GM0513_gouda/GM0513_gouda.derived.ad | 10 +++- .../GM0518_s_gravenhage.derived.ad | 10 +++- .../GM0523_hardinxveld_giessendam.derived.ad | 10 +++- .../GM0530_hellevoetsluis.derived.ad | 10 +++- .../GM0531_hendrik_ido_ambacht.derived.ad | 10 +++- .../GM0532_stede_broec.derived.ad | 10 +++- .../GM0534_hillegom.derived.ad | 10 +++- .../GM0537_katwijk/GM0537_katwijk.derived.ad | 10 +++- .../GM0542_krimpen_aan_den_ijssel.derived.ad | 10 +++- .../GM0546_leiden/GM0546_leiden.derived.ad | 10 +++- .../GM0547_leiderdorp.derived.ad | 10 +++- datasets/GM0553_lisse/GM0553_lisse.derived.ad | 10 +++- .../GM0556_maassluis.derived.ad | 10 +++- .../GM0569_nieuwkoop.derived.ad | 10 +++- .../GM0575_noordwijk.derived.ad | 10 +++- .../GM0579_oegstgeest.derived.ad | 10 +++- .../GM0589_oudewater.derived.ad | 10 +++- .../GM0590_papendrecht.derived.ad | 10 +++- .../GM0597_ridderkerk.derived.ad | 10 +++- .../GM0599_rotterdam.derived.ad | 10 +++- .../GM0603_rijswijk.derived.ad | 10 +++- .../GM0606_schiedam.derived.ad | 10 +++- .../GM0610_sliedrecht.derived.ad | 10 +++- .../GM0613_albrandswaard.derived.ad | 10 +++- .../GM0614_westvoorne.derived.ad | 10 +++- .../GM0622_vlaardingen.derived.ad | 10 +++- .../GM0626_voorschoten.derived.ad | 10 +++- .../GM0627_waddinxveen.derived.ad | 10 +++- .../GM0629_wassenaar.derived.ad | 10 +++- .../GM0632_woerden/GM0632_woerden.derived.ad | 10 +++- .../GM0637_zoetermeer.derived.ad | 10 +++- .../GM0638_zoeterwoude.derived.ad | 10 +++- .../GM0642_zwijndrecht.derived.ad | 10 +++- .../GM0654_borsele/GM0654_borsele.derived.ad | 10 +++- datasets/GM0664_goes/GM0664_goes.derived.ad | 10 +++- .../GM0668_west_maas_en_waal.derived.ad | 10 +++- datasets/GM0677_hulst/GM0677_hulst.derived.ad | 10 +++- .../GM0678_kapelle/GM0678_kapelle.derived.ad | 10 +++- .../GM0687_middelburg.derived.ad | 10 +++- .../GM0703_reimerswaal.derived.ad | 10 +++- .../GM0715_terneuzen.derived.ad | 10 +++- .../GM0716_tholen/GM0716_tholen.derived.ad | 10 +++- datasets/GM0717_veere/GM0717_veere.derived.ad | 10 +++- .../GM0718_vlissingen.derived.ad | 10 +++- .../GM0736_de_ronde_venen.derived.ad | 10 +++- .../GM0737_tytsjerksteradiel.derived.ad | 10 +++- .../GM0744_baarle_nassau.derived.ad | 10 +++- .../GM0748_bergen_op_zoom.derived.ad | 10 +++- .../GM0755_boekel/GM0755_boekel.derived.ad | 10 +++- datasets/GM0758_breda/GM0758_breda.derived.ad | 10 +++- .../GM0762_deurne/GM0762_deurne.derived.ad | 10 +++- .../GM0765_pekela/GM0765_pekela.derived.ad | 10 +++- .../GM0766_dongen/GM0766_dongen.derived.ad | 10 +++- .../GM0777_etten_leur.derived.ad | 10 +++- .../GM0779_geertruidenberg.derived.ad | 12 +++-- .../GM0784_gilze_en_rijen.derived.ad | 10 +++- .../GM0785_goirle/GM0785_goirle.derived.ad | 10 +++- .../GM0796_s_hertogenbosch.derived.ad | 10 +++- .../GM0797_heusden/GM0797_heusden.derived.ad | 10 +++- .../GM0798_hilvarenbeek.derived.ad | 10 +++- .../GM0809_loon_op_zand.derived.ad | 10 +++- .../GM0824_oisterwijk.derived.ad | 10 +++- .../GM0826_oosterhout.derived.ad | 10 +++- .../GM0840_rucphen/GM0840_rucphen.derived.ad | 10 +++- .../GM0851_steenbergen.derived.ad | 10 +++- .../GM0852_waterland.derived.ad | 10 +++- .../GM0855_tilburg/GM0855_tilburg.derived.ad | 10 +++- .../GM0858_valkenswaard.derived.ad | 10 +++- .../GM0861_veldhoven.derived.ad | 10 +++- .../GM0867_waalwijk.derived.ad | 10 +++- .../GM0880_wormerland.derived.ad | 10 +++- .../GM0995_lelystad.derived.ad | 10 +++- .../GM1509_oude_ijsselstreek.derived.ad | 10 +++- .../GM1525_teylingen.derived.ad | 10 +++- .../GM1581_utrechtse_heuvelrug.derived.ad | 10 +++- .../GM1586_oost_gelre.derived.ad | 10 +++- .../GM1598_koggenland.derived.ad | 10 +++- .../GM1621_lansingerland.derived.ad | 10 +++- .../GM1655_halderberge.derived.ad | 10 +++- .../GM1674_roosendaal.derived.ad | 10 +++- .../GM1676_schouwen_duiveland.derived.ad | 10 +++- .../GM1680_aa_en_hunze.derived.ad | 10 +++- .../GM1681_borger_odoorn.derived.ad | 10 +++- .../GM1690_de_wolden.derived.ad | 10 +++- .../GM1695_noord_beveland.derived.ad | 10 +++- .../GM1696_wijdemeren.derived.ad | 10 +++- .../GM1699_noordenveld.derived.ad | 10 +++- .../GM1700_twenterand.derived.ad | 10 +++- .../GM1701_westerveld.derived.ad | 10 +++- .../GM1705_lingewaard.derived.ad | 10 +++- .../GM1708_steenwijkerland.derived.ad | 10 +++- .../GM1709_moerdijk.derived.ad | 10 +++- datasets/GM1714_sluis/GM1714_sluis.derived.ad | 10 +++- .../GM1719_drimmelen.derived.ad | 10 +++- .../GM1723_alphen_chaam.derived.ad | 10 +++- .../GM1724_bergeijk.derived.ad | 10 +++- .../GM1728_bladel/GM1728_bladel.derived.ad | 10 +++- .../GM1730_tynaarlo.derived.ad | 10 +++- .../GM1731_midden_drenthe.derived.ad | 10 +++- .../GM1734_overbetuwe.derived.ad | 10 +++- .../GM1735_hof_van_twente.derived.ad | 10 +++- .../GM1740_neder_betuwe.derived.ad | 10 +++- .../GM1742_rijssen_holten.derived.ad | 10 +++- .../GM1773_olst_wijhe.derived.ad | 10 +++- .../GM1774_dinkelland.derived.ad | 10 +++- .../GM1783_westland.derived.ad | 10 +++- .../GM1842_midden_delfland.derived.ad | 10 +++- .../GM1859_berkelland.derived.ad | 10 +++- .../GM1876_bronckhorst.derived.ad | 10 +++- .../GM1884_kaag_en_braassem.derived.ad | 10 +++- .../GM1891_dantumadiel.derived.ad | 10 +++- .../GM1892_zuidplas.derived.ad | 10 +++- .../GM1895_oldambt/GM1895_oldambt.derived.ad | 12 +++-- .../GM1896_zwartewaterland.derived.ad | 3 ++ .../GM1901_bodegraven_reeuwijk.derived.ad | 10 +++- .../GM1904_stichtse_vecht.derived.ad | 10 +++- .../GM1911_hollands_kroon.derived.ad | 10 +++- .../GM1916_leidschendam_voorburg.derived.ad | 10 +++- .../GM1924_goeree_overflakkee.derived.ad | 10 +++- .../GM1926_pijnacker_nootdorp.derived.ad | 10 +++- .../GM1930_nissewaard.derived.ad | 10 +++- .../GM1931_krimpenerwaard.derived.ad | 10 +++- .../GM1940_de_fryske_marren.derived.ad | 10 +++- .../GM1942_gooise_meren.derived.ad | 10 +++- .../GM1945_berg_en_dal.derived.ad | 10 +++- .../GM1948_meierijstad.derived.ad | 10 +++- .../GM1950_westerwolde.derived.ad | 10 +++- .../GM1952_midden_groningen.derived.ad | 10 +++- .../GM1955_montferland.derived.ad | 10 +++- .../GM1959_altena/GM1959_altena.derived.ad | 10 +++- .../GM1960_west_betuwe.derived.ad | 10 +++- .../GM1961_vijfheerenlanden.derived.ad | 10 +++- .../GM1963_hoeksche_waard.derived.ad | 10 +++- .../GM1966_het_hogeland.derived.ad | 10 +++- .../GM1970_noardeast_fryslan.derived.ad | 10 +++- .../GM1978_molenlanden.derived.ad | 10 +++- datasets/HR_croatia/HR_croatia.derived.ad | 10 +++- datasets/HU_hungary/HU_hungary.derived.ad | 10 +++- datasets/IE_ireland/IE_ireland.derived.ad | 10 +++- datasets/IT_italy/IT_italy.derived.ad | 10 +++- datasets/LT_lithuania/LT_lithuania.derived.ad | 10 +++- .../LU_luxembourg/LU_luxembourg.derived.ad | 10 +++- datasets/LV_latvia/LV_latvia.derived.ad | 10 +++- datasets/MT_malta/MT_malta.derived.ad | 10 +++- datasets/PL_poland/PL_poland.derived.ad | 10 +++- datasets/PT_portugal/PT_portugal.derived.ad | 10 +++- .../PV20_groningen/PV20_groningen.derived.ad | 10 +++- .../PV21_friesland/PV21_friesland.derived.ad | 10 +++- datasets/PV22_drenthe/PV22_drenthe.derived.ad | 10 +++- .../PV23_overijssel.derived.ad | 10 +++- .../PV24_flevoland/PV24_flevoland.derived.ad | 10 +++- .../PV25_gelderland.derived.ad | 10 +++- datasets/PV26_utrecht/PV26_utrecht.derived.ad | 10 +++- .../PV27_noord_holland.derived.ad | 8 ++++ .../PV28_zuid_holland.derived.ad | 10 +++- datasets/PV29_zeeland/PV29_zeeland.derived.ad | 10 +++- .../PV30_noord_brabant.derived.ad | 10 +++- datasets/PV31_limburg/PV31_limburg.derived.ad | 10 +++- .../RES01_achterhoek.derived.ad | 10 +++- .../RES02_drechtsteden.derived.ad | 10 +++- .../RES03_regio_drenthe.derived.ad | 10 +++- .../RES04_flevoland.derived.ad | 10 +++- .../RES05_foodvalley.derived.ad | 10 +++- .../RES06_regio_friesland.derived.ad | 10 +++- .../RES07_goeree_overflakkee.derived.ad | 10 +++- .../RES08_groningen.derived.ad | 10 +++- .../RES09_hart_van_brabant.derived.ad | 10 +++- .../RES10_hoeksewaard.derived.ad | 10 +++- .../RES11_holland_rijnland.derived.ad | 10 +++- .../RES12_metropoolregio_eindhoven.derived.ad | 10 +++- .../RES13_rotterdam_denhaag.derived.ad | 10 +++- .../RES14_midden_holland.derived.ad | 10 +++- .../RES16_noord_holland_noord.derived.ad | 10 +++- .../RES17_noord_holland_zuid.derived.ad | 10 +++- .../RES18_noord_veluwe.derived.ad | 10 +++- .../RES19_noord_en_midden_limburg.derived.ad | 10 +++- .../RES20_noord_oost_brabant.derived.ad | 10 +++- .../RES21_alblasserwaard.derived.ad | 10 +++- .../RES22_amersfoort.derived.ad | 10 +++- .../RES23_arnhem_nijmegen.derived.ad | 10 +++- datasets/RES24_u16/RES24_u16.derived.ad | 10 +++- .../RES25_rivierenland_fruitdelta.derived.ad | 10 +++- .../RES26_cleantechregio.derived.ad | 10 +++- datasets/RES27_twente/RES27_twente.derived.ad | 10 +++- .../RES28_west_brabant.derived.ad | 10 +++- .../RES29_west_overijssel.derived.ad | 10 +++- .../RES30_zeeland/RES30_zeeland.derived.ad | 10 +++- .../RES31_zuid_limburg.derived.ad | 10 +++- .../RGAMS01_haven_stad.derived.ad | 10 +++- datasets/RGAMS01_haven_stad/graph_values.yml | 8 ++-- .../RGBRE01_breda_steenakker_biz.derived.ad | 10 +++- .../RGDHR_haagse_regio.derived.ad | 10 +++- .../RGDS_drechtsteden.derived.ad | 10 +++- .../RGGD01_groningen_drenthe.derived.ad | 10 +++- .../RGGLD01_gelderland_plus.derived.ad | 10 +++- ...RGHLD01_heerhugowaard_langedijk.derived.ad | 10 +++- .../RGNB01_west_en_midden_brabant.derived.ad | 10 +++- ...RGNH01_ijmond_zuid_kennemerland.derived.ad | 10 +++- .../RGNH02_zaanstreek_waterland.derived.ad | 10 +++- .../RGNH03_gooi_en_vechtstreek.derived.ad | 10 +++- .../RGNH04_amstelland_meerlanden.derived.ad | 10 +++- .../RGNH05_kop_van_noord_holland.derived.ad | 10 +++- .../RGNH06_regio_alkmaar.derived.ad | 10 +++- .../RGNH07_west_friesland.derived.ad | 10 +++- .../RGNH08_buch_regio.derived.ad | 10 +++- ...OM_oostland_midden_holland_west.derived.ad | 10 +++- ...a_ports_of_cristobal_and_balboa.derived.ad | 22 +++++---- .../graph_values.yml | 46 +++++++++---------- .../RGRR_rotterdamseregio.derived.ad | 10 +++- .../RGVP_goeree_voorne_putten.derived.ad | 10 +++- datasets/RO_romania/RO_romania.derived.ad | 10 +++- datasets/SE_sweden/SE_sweden.derived.ad | 10 +++- datasets/SG_singapore/SG_singapore.derived.ad | 10 +++- datasets/SI_slovenia/SI_slovenia.derived.ad | 10 +++- datasets/SK_slovakia/SK_slovakia.derived.ad | 10 +++- .../UKNI01_northern_ireland.derived.ad | 10 +++- .../UK_united_kingdom.derived.ad | 10 +++- 513 files changed, 4119 insertions(+), 1054 deletions(-) diff --git a/datasets/AT_austria/AT_austria.derived.ad b/datasets/AT_austria/AT_austria.derived.ad index 866dac1695..68acaffee1 100644 --- a/datasets/AT_austria/AT_austria.derived.ad +++ b/datasets/AT_austria/AT_austria.derived.ad @@ -1,6 +1,6 @@ - area = AT_austria -- id = 113100 -- parent_id = 113100 +- id = 115659 +- parent_id = 115659 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.88044026 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BEBU4402101_muide_meulestede/BEBU4402101_muide_meulestede.derived.ad b/datasets/BEBU4402101_muide_meulestede/BEBU4402101_muide_meulestede.derived.ad index 56f42f98c8..a2e08dae89 100644 --- a/datasets/BEBU4402101_muide_meulestede/BEBU4402101_muide_meulestede.derived.ad +++ b/datasets/BEBU4402101_muide_meulestede/BEBU4402101_muide_meulestede.derived.ad @@ -1,6 +1,6 @@ - area = BEBU4402101_muide_meulestede -- id = 113054 -- parent_id = 113054 +- id = 115613 +- parent_id = 115613 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 2.48704315 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BEGM11002_antwerpen/BEGM11002_antwerpen.derived.ad b/datasets/BEGM11002_antwerpen/BEGM11002_antwerpen.derived.ad index e535479d45..bdd4b08451 100644 --- a/datasets/BEGM11002_antwerpen/BEGM11002_antwerpen.derived.ad +++ b/datasets/BEGM11002_antwerpen/BEGM11002_antwerpen.derived.ad @@ -1,6 +1,6 @@ - area = BEGM11002_antwerpen -- id = 113031 -- parent_id = 113031 +- id = 115590 +- parent_id = 115590 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BEGM13040_turnhout/BEGM13040_turnhout.derived.ad b/datasets/BEGM13040_turnhout/BEGM13040_turnhout.derived.ad index 21210febe2..a76afc3b2c 100644 --- a/datasets/BEGM13040_turnhout/BEGM13040_turnhout.derived.ad +++ b/datasets/BEGM13040_turnhout/BEGM13040_turnhout.derived.ad @@ -1,6 +1,6 @@ - area = BEGM13040_turnhout -- id = 113094 -- parent_id = 113094 +- id = 115653 +- parent_id = 115653 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 2.48704315 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BEGM35013_oostende/BEGM35013_oostende.derived.ad b/datasets/BEGM35013_oostende/BEGM35013_oostende.derived.ad index f1c6d614ce..8deee85fa7 100644 --- a/datasets/BEGM35013_oostende/BEGM35013_oostende.derived.ad +++ b/datasets/BEGM35013_oostende/BEGM35013_oostende.derived.ad @@ -1,6 +1,6 @@ - area = BEGM35013_oostende -- id = 113091 -- parent_id = 113091 +- id = 115650 +- parent_id = 115650 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 2.48704315 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BE_belgium/BE_belgium.derived.ad b/datasets/BE_belgium/BE_belgium.derived.ad index 699d11de39..9cfc2fcebf 100644 --- a/datasets/BE_belgium/BE_belgium.derived.ad +++ b/datasets/BE_belgium/BE_belgium.derived.ad @@ -1,6 +1,6 @@ - area = BE_belgium -- id = 113101 -- parent_id = 113101 +- id = 115660 +- parent_id = 115660 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 3.12522111 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BG_bulgaria/BG_bulgaria.derived.ad b/datasets/BG_bulgaria/BG_bulgaria.derived.ad index 1f7390d3f9..e1d2a6ee0b 100644 --- a/datasets/BG_bulgaria/BG_bulgaria.derived.ad +++ b/datasets/BG_bulgaria/BG_bulgaria.derived.ad @@ -1,6 +1,6 @@ - area = BG_bulgaria -- id = 113102 -- parent_id = 113102 +- id = 115661 +- parent_id = 115661 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.713284 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00090000_ten_boer/BU00090000_ten_boer.derived.ad b/datasets/BU00090000_ten_boer/BU00090000_ten_boer.derived.ad index e23a280f93..ba411018ec 100644 --- a/datasets/BU00090000_ten_boer/BU00090000_ten_boer.derived.ad +++ b/datasets/BU00090000_ten_boer/BU00090000_ten_boer.derived.ad @@ -1,6 +1,6 @@ - area = BU00090000_ten_boer -- id = 113026 -- parent_id = 113026 +- id = 115585 +- parent_id = 115585 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00090001_garmerwolde/BU00090001_garmerwolde.derived.ad b/datasets/BU00090001_garmerwolde/BU00090001_garmerwolde.derived.ad index 5c99f05220..4ee02197b2 100644 --- a/datasets/BU00090001_garmerwolde/BU00090001_garmerwolde.derived.ad +++ b/datasets/BU00090001_garmerwolde/BU00090001_garmerwolde.derived.ad @@ -1,6 +1,6 @@ - area = BU00090001_garmerwolde -- id = 113025 -- parent_id = 113025 +- id = 115584 +- parent_id = 115584 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00090002_thesinge/BU00090002_thesinge.derived.ad b/datasets/BU00090002_thesinge/BU00090002_thesinge.derived.ad index 87900f7d89..46a79989cb 100644 --- a/datasets/BU00090002_thesinge/BU00090002_thesinge.derived.ad +++ b/datasets/BU00090002_thesinge/BU00090002_thesinge.derived.ad @@ -1,6 +1,6 @@ - area = BU00090002_thesinge -- id = 113019 -- parent_id = 113019 +- id = 115578 +- parent_id = 115578 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00090003_sint_annen/BU00090003_sint_annen.derived.ad b/datasets/BU00090003_sint_annen/BU00090003_sint_annen.derived.ad index 7b75f2cce2..96f71bfd88 100644 --- a/datasets/BU00090003_sint_annen/BU00090003_sint_annen.derived.ad +++ b/datasets/BU00090003_sint_annen/BU00090003_sint_annen.derived.ad @@ -1,6 +1,6 @@ - area = BU00090003_sint_annen -- id = 113018 -- parent_id = 113018 +- id = 115577 +- parent_id = 115577 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00090005_achter_thesinge_en_bovenrijge/BU00090005_achter_thesinge_en_bovenrijge.derived.ad b/datasets/BU00090005_achter_thesinge_en_bovenrijge/BU00090005_achter_thesinge_en_bovenrijge.derived.ad index c6884d43e3..6334f6721a 100644 --- a/datasets/BU00090005_achter_thesinge_en_bovenrijge/BU00090005_achter_thesinge_en_bovenrijge.derived.ad +++ b/datasets/BU00090005_achter_thesinge_en_bovenrijge/BU00090005_achter_thesinge_en_bovenrijge.derived.ad @@ -1,6 +1,6 @@ - area = BU00090005_achter_thesinge_en_bovenrijge -- id = 113024 -- parent_id = 113024 +- id = 115583 +- parent_id = 115583 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00090009_verspreide_huizen_ten_noorden_van_het_eemskanaal/BU00090009_verspreide_huizen_ten_noorden_van_het_eemskanaal.derived.ad b/datasets/BU00090009_verspreide_huizen_ten_noorden_van_het_eemskanaal/BU00090009_verspreide_huizen_ten_noorden_van_het_eemskanaal.derived.ad index e2046fc0c8..d6836527fc 100644 --- a/datasets/BU00090009_verspreide_huizen_ten_noorden_van_het_eemskanaal/BU00090009_verspreide_huizen_ten_noorden_van_het_eemskanaal.derived.ad +++ b/datasets/BU00090009_verspreide_huizen_ten_noorden_van_het_eemskanaal/BU00090009_verspreide_huizen_ten_noorden_van_het_eemskanaal.derived.ad @@ -1,6 +1,6 @@ - area = BU00090009_verspreide_huizen_ten_noorden_van_het_eemskanaal -- id = 113023 -- parent_id = 113023 +- id = 115582 +- parent_id = 115582 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00090100_ten_post/BU00090100_ten_post.derived.ad b/datasets/BU00090100_ten_post/BU00090100_ten_post.derived.ad index 7c02990886..e5a8004dc4 100644 --- a/datasets/BU00090100_ten_post/BU00090100_ten_post.derived.ad +++ b/datasets/BU00090100_ten_post/BU00090100_ten_post.derived.ad @@ -1,6 +1,6 @@ - area = BU00090100_ten_post -- id = 113022 -- parent_id = 113022 +- id = 115581 +- parent_id = 115581 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00090101_winneweer_gedeeltelijk/BU00090101_winneweer_gedeeltelijk.derived.ad b/datasets/BU00090101_winneweer_gedeeltelijk/BU00090101_winneweer_gedeeltelijk.derived.ad index 5f7fc6e429..909bd2fafa 100644 --- a/datasets/BU00090101_winneweer_gedeeltelijk/BU00090101_winneweer_gedeeltelijk.derived.ad +++ b/datasets/BU00090101_winneweer_gedeeltelijk/BU00090101_winneweer_gedeeltelijk.derived.ad @@ -1,6 +1,6 @@ - area = BU00090101_winneweer_gedeeltelijk -- id = 113017 -- parent_id = 113017 +- id = 115576 +- parent_id = 115576 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00090102_woltersum/BU00090102_woltersum.derived.ad b/datasets/BU00090102_woltersum/BU00090102_woltersum.derived.ad index 19d3af8267..5298a9252c 100644 --- a/datasets/BU00090102_woltersum/BU00090102_woltersum.derived.ad +++ b/datasets/BU00090102_woltersum/BU00090102_woltersum.derived.ad @@ -1,6 +1,6 @@ - area = BU00090102_woltersum -- id = 113016 -- parent_id = 113016 +- id = 115575 +- parent_id = 115575 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00090104_wittewierum/BU00090104_wittewierum.derived.ad b/datasets/BU00090104_wittewierum/BU00090104_wittewierum.derived.ad index 86cdbe4ea4..328ebad57e 100644 --- a/datasets/BU00090104_wittewierum/BU00090104_wittewierum.derived.ad +++ b/datasets/BU00090104_wittewierum/BU00090104_wittewierum.derived.ad @@ -1,6 +1,6 @@ - area = BU00090104_wittewierum -- id = 113021 -- parent_id = 113021 +- id = 115580 +- parent_id = 115580 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00090106_lellens/BU00090106_lellens.derived.ad b/datasets/BU00090106_lellens/BU00090106_lellens.derived.ad index fd35647d16..0eff477ca4 100644 --- a/datasets/BU00090106_lellens/BU00090106_lellens.derived.ad +++ b/datasets/BU00090106_lellens/BU00090106_lellens.derived.ad @@ -1,6 +1,6 @@ - area = BU00090106_lellens -- id = 113015 -- parent_id = 113015 +- id = 115574 +- parent_id = 115574 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00090109_verspreide_huizen_ten_noorden_van_het_eemskanaal/BU00090109_verspreide_huizen_ten_noorden_van_het_eemskanaal.derived.ad b/datasets/BU00090109_verspreide_huizen_ten_noorden_van_het_eemskanaal/BU00090109_verspreide_huizen_ten_noorden_van_het_eemskanaal.derived.ad index 164c15eceb..cfc5f94b45 100644 --- a/datasets/BU00090109_verspreide_huizen_ten_noorden_van_het_eemskanaal/BU00090109_verspreide_huizen_ten_noorden_van_het_eemskanaal.derived.ad +++ b/datasets/BU00090109_verspreide_huizen_ten_noorden_van_het_eemskanaal/BU00090109_verspreide_huizen_ten_noorden_van_het_eemskanaal.derived.ad @@ -1,6 +1,6 @@ - area = BU00090109_verspreide_huizen_ten_noorden_van_het_eemskanaal -- id = 113020 -- parent_id = 113020 +- id = 115579 +- parent_id = 115579 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140000_binnenstad_noord/BU00140000_binnenstad_noord.derived.ad b/datasets/BU00140000_binnenstad_noord/BU00140000_binnenstad_noord.derived.ad index e50a790a2e..1c333a511b 100644 --- a/datasets/BU00140000_binnenstad_noord/BU00140000_binnenstad_noord.derived.ad +++ b/datasets/BU00140000_binnenstad_noord/BU00140000_binnenstad_noord.derived.ad @@ -1,6 +1,6 @@ - area = BU00140000_binnenstad_noord -- id = 112896 -- parent_id = 112896 +- id = 115455 +- parent_id = 115455 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140001_binnenstad_zuid/BU00140001_binnenstad_zuid.derived.ad b/datasets/BU00140001_binnenstad_zuid/BU00140001_binnenstad_zuid.derived.ad index 47d227e0ec..d4a8c51c89 100644 --- a/datasets/BU00140001_binnenstad_zuid/BU00140001_binnenstad_zuid.derived.ad +++ b/datasets/BU00140001_binnenstad_zuid/BU00140001_binnenstad_zuid.derived.ad @@ -1,6 +1,6 @@ - area = BU00140001_binnenstad_zuid -- id = 112901 -- parent_id = 112901 +- id = 115460 +- parent_id = 115460 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140002_binnenstad_oost/BU00140002_binnenstad_oost.derived.ad b/datasets/BU00140002_binnenstad_oost/BU00140002_binnenstad_oost.derived.ad index ddce6fe0be..7d53ac869d 100644 --- a/datasets/BU00140002_binnenstad_oost/BU00140002_binnenstad_oost.derived.ad +++ b/datasets/BU00140002_binnenstad_oost/BU00140002_binnenstad_oost.derived.ad @@ -1,6 +1,6 @@ - area = BU00140002_binnenstad_oost -- id = 112902 -- parent_id = 112902 +- id = 115461 +- parent_id = 115461 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140003_binnenstad_west/BU00140003_binnenstad_west.derived.ad b/datasets/BU00140003_binnenstad_west/BU00140003_binnenstad_west.derived.ad index 0eb2c3cce0..5be3e3fbc3 100644 --- a/datasets/BU00140003_binnenstad_west/BU00140003_binnenstad_west.derived.ad +++ b/datasets/BU00140003_binnenstad_west/BU00140003_binnenstad_west.derived.ad @@ -1,6 +1,6 @@ - area = BU00140003_binnenstad_west -- id = 112954 -- parent_id = 112954 +- id = 115513 +- parent_id = 115513 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140004_noorderplantsoen/BU00140004_noorderplantsoen.derived.ad b/datasets/BU00140004_noorderplantsoen/BU00140004_noorderplantsoen.derived.ad index cbee18f34d..14ab124253 100644 --- a/datasets/BU00140004_noorderplantsoen/BU00140004_noorderplantsoen.derived.ad +++ b/datasets/BU00140004_noorderplantsoen/BU00140004_noorderplantsoen.derived.ad @@ -1,6 +1,6 @@ - area = BU00140004_noorderplantsoen -- id = 112955 -- parent_id = 112955 +- id = 115514 +- parent_id = 115514 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140005_hortusbuurt_ebbingekwartier/BU00140005_hortusbuurt_ebbingekwartier.derived.ad b/datasets/BU00140005_hortusbuurt_ebbingekwartier/BU00140005_hortusbuurt_ebbingekwartier.derived.ad index fe63207ab5..58ee31327c 100644 --- a/datasets/BU00140005_hortusbuurt_ebbingekwartier/BU00140005_hortusbuurt_ebbingekwartier.derived.ad +++ b/datasets/BU00140005_hortusbuurt_ebbingekwartier/BU00140005_hortusbuurt_ebbingekwartier.derived.ad @@ -1,6 +1,6 @@ - area = BU00140005_hortusbuurt_ebbingekwartier -- id = 112903 -- parent_id = 112903 +- id = 115462 +- parent_id = 115462 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140007_umcg/BU00140007_umcg.derived.ad b/datasets/BU00140007_umcg/BU00140007_umcg.derived.ad index b48f3cfd4a..9eaf246a2f 100644 --- a/datasets/BU00140007_umcg/BU00140007_umcg.derived.ad +++ b/datasets/BU00140007_umcg/BU00140007_umcg.derived.ad @@ -1,6 +1,6 @@ - area = BU00140007_umcg -- id = 112904 -- parent_id = 112904 +- id = 115463 +- parent_id = 115463 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140008_stationsgebied/BU00140008_stationsgebied.derived.ad b/datasets/BU00140008_stationsgebied/BU00140008_stationsgebied.derived.ad index 30c871a125..a9a22c6d07 100644 --- a/datasets/BU00140008_stationsgebied/BU00140008_stationsgebied.derived.ad +++ b/datasets/BU00140008_stationsgebied/BU00140008_stationsgebied.derived.ad @@ -1,6 +1,6 @@ - area = BU00140008_stationsgebied -- id = 112905 -- parent_id = 112905 +- id = 115464 +- parent_id = 115464 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140100_de_meeuwen/BU00140100_de_meeuwen.derived.ad b/datasets/BU00140100_de_meeuwen/BU00140100_de_meeuwen.derived.ad index a32c7dc619..d80472ce0f 100644 --- a/datasets/BU00140100_de_meeuwen/BU00140100_de_meeuwen.derived.ad +++ b/datasets/BU00140100_de_meeuwen/BU00140100_de_meeuwen.derived.ad @@ -1,6 +1,6 @@ - area = BU00140100_de_meeuwen -- id = 112897 -- parent_id = 112897 +- id = 115456 +- parent_id = 115456 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140101_oosterpoort/BU00140101_oosterpoort.derived.ad b/datasets/BU00140101_oosterpoort/BU00140101_oosterpoort.derived.ad index 13142d9884..36b9ee6a17 100644 --- a/datasets/BU00140101_oosterpoort/BU00140101_oosterpoort.derived.ad +++ b/datasets/BU00140101_oosterpoort/BU00140101_oosterpoort.derived.ad @@ -1,6 +1,6 @@ - area = BU00140101_oosterpoort -- id = 112956 -- parent_id = 112956 +- id = 115515 +- parent_id = 115515 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140102_herewegbuurt/BU00140102_herewegbuurt.derived.ad b/datasets/BU00140102_herewegbuurt/BU00140102_herewegbuurt.derived.ad index f194b680d2..e0feec5c17 100644 --- a/datasets/BU00140102_herewegbuurt/BU00140102_herewegbuurt.derived.ad +++ b/datasets/BU00140102_herewegbuurt/BU00140102_herewegbuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140102_herewegbuurt -- id = 112898 -- parent_id = 112898 +- id = 115457 +- parent_id = 115457 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140103_rivierenbuurt/BU00140103_rivierenbuurt.derived.ad b/datasets/BU00140103_rivierenbuurt/BU00140103_rivierenbuurt.derived.ad index acabff6eb8..58fde65c91 100644 --- a/datasets/BU00140103_rivierenbuurt/BU00140103_rivierenbuurt.derived.ad +++ b/datasets/BU00140103_rivierenbuurt/BU00140103_rivierenbuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140103_rivierenbuurt -- id = 112958 -- parent_id = 112958 +- id = 115517 +- parent_id = 115517 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140104_grunobuurt/BU00140104_grunobuurt.derived.ad b/datasets/BU00140104_grunobuurt/BU00140104_grunobuurt.derived.ad index 80bbece6da..24df624022 100644 --- a/datasets/BU00140104_grunobuurt/BU00140104_grunobuurt.derived.ad +++ b/datasets/BU00140104_grunobuurt/BU00140104_grunobuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140104_grunobuurt -- id = 112959 -- parent_id = 112959 +- id = 115518 +- parent_id = 115518 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140105_badstratenbuurt/BU00140105_badstratenbuurt.derived.ad b/datasets/BU00140105_badstratenbuurt/BU00140105_badstratenbuurt.derived.ad index 4bfd294e7e..00c818ee07 100644 --- a/datasets/BU00140105_badstratenbuurt/BU00140105_badstratenbuurt.derived.ad +++ b/datasets/BU00140105_badstratenbuurt/BU00140105_badstratenbuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140105_badstratenbuurt -- id = 112906 -- parent_id = 112906 +- id = 115465 +- parent_id = 115465 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140106_zeeheldenbuurt/BU00140106_zeeheldenbuurt.derived.ad b/datasets/BU00140106_zeeheldenbuurt/BU00140106_zeeheldenbuurt.derived.ad index a92c9737e1..9ce7851621 100644 --- a/datasets/BU00140106_zeeheldenbuurt/BU00140106_zeeheldenbuurt.derived.ad +++ b/datasets/BU00140106_zeeheldenbuurt/BU00140106_zeeheldenbuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140106_zeeheldenbuurt -- id = 112960 -- parent_id = 112960 +- id = 115519 +- parent_id = 115519 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140107_laanhuizen/BU00140107_laanhuizen.derived.ad b/datasets/BU00140107_laanhuizen/BU00140107_laanhuizen.derived.ad index 77e2c42fe0..70c498544a 100644 --- a/datasets/BU00140107_laanhuizen/BU00140107_laanhuizen.derived.ad +++ b/datasets/BU00140107_laanhuizen/BU00140107_laanhuizen.derived.ad @@ -1,6 +1,6 @@ - area = BU00140107_laanhuizen -- id = 112907 -- parent_id = 112907 +- id = 115466 +- parent_id = 115466 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140108_stadspark/BU00140108_stadspark.derived.ad b/datasets/BU00140108_stadspark/BU00140108_stadspark.derived.ad index 7df03b8451..cbed6b9e37 100644 --- a/datasets/BU00140108_stadspark/BU00140108_stadspark.derived.ad +++ b/datasets/BU00140108_stadspark/BU00140108_stadspark.derived.ad @@ -1,6 +1,6 @@ - area = BU00140108_stadspark -- id = 112962 -- parent_id = 112962 +- id = 115521 +- parent_id = 115521 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140109_martini_trade_park/BU00140109_martini_trade_park.derived.ad b/datasets/BU00140109_martini_trade_park/BU00140109_martini_trade_park.derived.ad index 523b26d409..2c70f13c88 100644 --- a/datasets/BU00140109_martini_trade_park/BU00140109_martini_trade_park.derived.ad +++ b/datasets/BU00140109_martini_trade_park/BU00140109_martini_trade_park.derived.ad @@ -1,6 +1,6 @@ - area = BU00140109_martini_trade_park -- id = 112908 -- parent_id = 112908 +- id = 115467 +- parent_id = 115467 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140200_oranjebuurt/BU00140200_oranjebuurt.derived.ad b/datasets/BU00140200_oranjebuurt/BU00140200_oranjebuurt.derived.ad index e24a099117..8eb813fcd4 100644 --- a/datasets/BU00140200_oranjebuurt/BU00140200_oranjebuurt.derived.ad +++ b/datasets/BU00140200_oranjebuurt/BU00140200_oranjebuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140200_oranjebuurt -- id = 112909 -- parent_id = 112909 +- id = 115468 +- parent_id = 115468 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140201_noorderplantsoenbuurt/BU00140201_noorderplantsoenbuurt.derived.ad b/datasets/BU00140201_noorderplantsoenbuurt/BU00140201_noorderplantsoenbuurt.derived.ad index 17f699ca47..9d52791f43 100644 --- a/datasets/BU00140201_noorderplantsoenbuurt/BU00140201_noorderplantsoenbuurt.derived.ad +++ b/datasets/BU00140201_noorderplantsoenbuurt/BU00140201_noorderplantsoenbuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140201_noorderplantsoenbuurt -- id = 112963 -- parent_id = 112963 +- id = 115522 +- parent_id = 115522 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140202_schildersbuurt/BU00140202_schildersbuurt.derived.ad b/datasets/BU00140202_schildersbuurt/BU00140202_schildersbuurt.derived.ad index f90846a456..541cd060ff 100644 --- a/datasets/BU00140202_schildersbuurt/BU00140202_schildersbuurt.derived.ad +++ b/datasets/BU00140202_schildersbuurt/BU00140202_schildersbuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140202_schildersbuurt -- id = 112911 -- parent_id = 112911 +- id = 115470 +- parent_id = 115470 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140203_kostverloren/BU00140203_kostverloren.derived.ad b/datasets/BU00140203_kostverloren/BU00140203_kostverloren.derived.ad index 551e433b64..46dabe6e37 100644 --- a/datasets/BU00140203_kostverloren/BU00140203_kostverloren.derived.ad +++ b/datasets/BU00140203_kostverloren/BU00140203_kostverloren.derived.ad @@ -1,6 +1,6 @@ - area = BU00140203_kostverloren -- id = 112912 -- parent_id = 112912 +- id = 115471 +- parent_id = 115471 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140300_de_hoogte/BU00140300_de_hoogte.derived.ad b/datasets/BU00140300_de_hoogte/BU00140300_de_hoogte.derived.ad index 49222bc182..9b54353613 100644 --- a/datasets/BU00140300_de_hoogte/BU00140300_de_hoogte.derived.ad +++ b/datasets/BU00140300_de_hoogte/BU00140300_de_hoogte.derived.ad @@ -1,6 +1,6 @@ - area = BU00140300_de_hoogte -- id = 112964 -- parent_id = 112964 +- id = 115523 +- parent_id = 115523 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140301_indische_buurt/BU00140301_indische_buurt.derived.ad b/datasets/BU00140301_indische_buurt/BU00140301_indische_buurt.derived.ad index 37c474eaa1..08da1baf85 100644 --- a/datasets/BU00140301_indische_buurt/BU00140301_indische_buurt.derived.ad +++ b/datasets/BU00140301_indische_buurt/BU00140301_indische_buurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140301_indische_buurt -- id = 112910 -- parent_id = 112910 +- id = 115469 +- parent_id = 115469 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140302_professorenbuurt/BU00140302_professorenbuurt.derived.ad b/datasets/BU00140302_professorenbuurt/BU00140302_professorenbuurt.derived.ad index d6ab098168..64515c915b 100644 --- a/datasets/BU00140302_professorenbuurt/BU00140302_professorenbuurt.derived.ad +++ b/datasets/BU00140302_professorenbuurt/BU00140302_professorenbuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140302_professorenbuurt -- id = 112961 -- parent_id = 112961 +- id = 115520 +- parent_id = 115520 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140400_gorechtbuurt/BU00140400_gorechtbuurt.derived.ad b/datasets/BU00140400_gorechtbuurt/BU00140400_gorechtbuurt.derived.ad index 3e907c466d..acd571c140 100644 --- a/datasets/BU00140400_gorechtbuurt/BU00140400_gorechtbuurt.derived.ad +++ b/datasets/BU00140400_gorechtbuurt/BU00140400_gorechtbuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140400_gorechtbuurt -- id = 112913 -- parent_id = 112913 +- id = 115472 +- parent_id = 115472 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140401_vogelbuurt/BU00140401_vogelbuurt.derived.ad b/datasets/BU00140401_vogelbuurt/BU00140401_vogelbuurt.derived.ad index dec23da795..929d343791 100644 --- a/datasets/BU00140401_vogelbuurt/BU00140401_vogelbuurt.derived.ad +++ b/datasets/BU00140401_vogelbuurt/BU00140401_vogelbuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140401_vogelbuurt -- id = 112914 -- parent_id = 112914 +- id = 115473 +- parent_id = 115473 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140402_bloemenbuurt/BU00140402_bloemenbuurt.derived.ad b/datasets/BU00140402_bloemenbuurt/BU00140402_bloemenbuurt.derived.ad index 064548097d..457442e9de 100644 --- a/datasets/BU00140402_bloemenbuurt/BU00140402_bloemenbuurt.derived.ad +++ b/datasets/BU00140402_bloemenbuurt/BU00140402_bloemenbuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140402_bloemenbuurt -- id = 112915 -- parent_id = 112915 +- id = 115474 +- parent_id = 115474 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140403_florabuurt/BU00140403_florabuurt.derived.ad b/datasets/BU00140403_florabuurt/BU00140403_florabuurt.derived.ad index 62b67292db..6bc221a3bb 100644 --- a/datasets/BU00140403_florabuurt/BU00140403_florabuurt.derived.ad +++ b/datasets/BU00140403_florabuurt/BU00140403_florabuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140403_florabuurt -- id = 112957 -- parent_id = 112957 +- id = 115516 +- parent_id = 115516 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140404_damsterbuurt/BU00140404_damsterbuurt.derived.ad b/datasets/BU00140404_damsterbuurt/BU00140404_damsterbuurt.derived.ad index 3b952511f6..cbcc6aea59 100644 --- a/datasets/BU00140404_damsterbuurt/BU00140404_damsterbuurt.derived.ad +++ b/datasets/BU00140404_damsterbuurt/BU00140404_damsterbuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140404_damsterbuurt -- id = 112916 -- parent_id = 112916 +- id = 115475 +- parent_id = 115475 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140500_de_linie/BU00140500_de_linie.derived.ad b/datasets/BU00140500_de_linie/BU00140500_de_linie.derived.ad index 39ce9d2664..4e040135cb 100644 --- a/datasets/BU00140500_de_linie/BU00140500_de_linie.derived.ad +++ b/datasets/BU00140500_de_linie/BU00140500_de_linie.derived.ad @@ -1,6 +1,6 @@ - area = BU00140500_de_linie -- id = 112917 -- parent_id = 112917 +- id = 115476 +- parent_id = 115476 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140501_europapark/BU00140501_europapark.derived.ad b/datasets/BU00140501_europapark/BU00140501_europapark.derived.ad index 3aab8ab1a6..1a14de2d66 100644 --- a/datasets/BU00140501_europapark/BU00140501_europapark.derived.ad +++ b/datasets/BU00140501_europapark/BU00140501_europapark.derived.ad @@ -1,6 +1,6 @@ - area = BU00140501_europapark -- id = 112918 -- parent_id = 112918 +- id = 115477 +- parent_id = 115477 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140502_eemskanaal/BU00140502_eemskanaal.derived.ad b/datasets/BU00140502_eemskanaal/BU00140502_eemskanaal.derived.ad index ceb403fbb7..037c168adc 100644 --- a/datasets/BU00140502_eemskanaal/BU00140502_eemskanaal.derived.ad +++ b/datasets/BU00140502_eemskanaal/BU00140502_eemskanaal.derived.ad @@ -1,6 +1,6 @@ - area = BU00140502_eemskanaal -- id = 112965 -- parent_id = 112965 +- id = 115524 +- parent_id = 115524 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140503_kop_van_oost/BU00140503_kop_van_oost.derived.ad b/datasets/BU00140503_kop_van_oost/BU00140503_kop_van_oost.derived.ad index 7187be9d52..ca55f9b8a9 100644 --- a/datasets/BU00140503_kop_van_oost/BU00140503_kop_van_oost.derived.ad +++ b/datasets/BU00140503_kop_van_oost/BU00140503_kop_van_oost.derived.ad @@ -1,6 +1,6 @@ - area = BU00140503_kop_van_oost -- id = 112919 -- parent_id = 112919 +- id = 115478 +- parent_id = 115478 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140504_woonschepenhaven/BU00140504_woonschepenhaven.derived.ad b/datasets/BU00140504_woonschepenhaven/BU00140504_woonschepenhaven.derived.ad index b23a956a81..c296c8758d 100644 --- a/datasets/BU00140504_woonschepenhaven/BU00140504_woonschepenhaven.derived.ad +++ b/datasets/BU00140504_woonschepenhaven/BU00140504_woonschepenhaven.derived.ad @@ -1,6 +1,6 @@ - area = BU00140504_woonschepenhaven -- id = 112966 -- parent_id = 112966 +- id = 115525 +- parent_id = 115525 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140505_driebond/BU00140505_driebond.derived.ad b/datasets/BU00140505_driebond/BU00140505_driebond.derived.ad index dc6f04bc0e..033a001ade 100644 --- a/datasets/BU00140505_driebond/BU00140505_driebond.derived.ad +++ b/datasets/BU00140505_driebond/BU00140505_driebond.derived.ad @@ -1,6 +1,6 @@ - area = BU00140505_driebond -- id = 112920 -- parent_id = 112920 +- id = 115479 +- parent_id = 115479 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140506_eemspoort/BU00140506_eemspoort.derived.ad b/datasets/BU00140506_eemspoort/BU00140506_eemspoort.derived.ad index 63c7600453..7640bf4091 100644 --- a/datasets/BU00140506_eemspoort/BU00140506_eemspoort.derived.ad +++ b/datasets/BU00140506_eemspoort/BU00140506_eemspoort.derived.ad @@ -1,6 +1,6 @@ - area = BU00140506_eemspoort -- id = 112967 -- parent_id = 112967 +- id = 115526 +- parent_id = 115526 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140507_euvelgunne/BU00140507_euvelgunne.derived.ad b/datasets/BU00140507_euvelgunne/BU00140507_euvelgunne.derived.ad index 52e9b542c2..6373e9e22b 100644 --- a/datasets/BU00140507_euvelgunne/BU00140507_euvelgunne.derived.ad +++ b/datasets/BU00140507_euvelgunne/BU00140507_euvelgunne.derived.ad @@ -1,6 +1,6 @@ - area = BU00140507_euvelgunne -- id = 112921 -- parent_id = 112921 +- id = 115480 +- parent_id = 115480 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140508_winschoterdiep/BU00140508_winschoterdiep.derived.ad b/datasets/BU00140508_winschoterdiep/BU00140508_winschoterdiep.derived.ad index f31caeb640..47fbc721fd 100644 --- a/datasets/BU00140508_winschoterdiep/BU00140508_winschoterdiep.derived.ad +++ b/datasets/BU00140508_winschoterdiep/BU00140508_winschoterdiep.derived.ad @@ -1,6 +1,6 @@ - area = BU00140508_winschoterdiep -- id = 112968 -- parent_id = 112968 +- id = 115527 +- parent_id = 115527 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140509_stainkoeln/BU00140509_stainkoeln.derived.ad b/datasets/BU00140509_stainkoeln/BU00140509_stainkoeln.derived.ad index c0d9458e15..b96e01ce9e 100644 --- a/datasets/BU00140509_stainkoeln/BU00140509_stainkoeln.derived.ad +++ b/datasets/BU00140509_stainkoeln/BU00140509_stainkoeln.derived.ad @@ -1,6 +1,6 @@ - area = BU00140509_stainkoeln -- id = 112923 -- parent_id = 112923 +- id = 115482 +- parent_id = 115482 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140510_roodehaan/BU00140510_roodehaan.derived.ad b/datasets/BU00140510_roodehaan/BU00140510_roodehaan.derived.ad index 59d8545293..f6fb2f3108 100644 --- a/datasets/BU00140510_roodehaan/BU00140510_roodehaan.derived.ad +++ b/datasets/BU00140510_roodehaan/BU00140510_roodehaan.derived.ad @@ -1,6 +1,6 @@ - area = BU00140510_roodehaan -- id = 112970 -- parent_id = 112970 +- id = 115529 +- parent_id = 115529 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140511_waterhuizen/BU00140511_waterhuizen.derived.ad b/datasets/BU00140511_waterhuizen/BU00140511_waterhuizen.derived.ad index 17cb93e0bc..a1e8f2c556 100644 --- a/datasets/BU00140511_waterhuizen/BU00140511_waterhuizen.derived.ad +++ b/datasets/BU00140511_waterhuizen/BU00140511_waterhuizen.derived.ad @@ -1,6 +1,6 @@ - area = BU00140511_waterhuizen -- id = 112969 -- parent_id = 112969 +- id = 115528 +- parent_id = 115528 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140600_sterrebosbuurt/BU00140600_sterrebosbuurt.derived.ad b/datasets/BU00140600_sterrebosbuurt/BU00140600_sterrebosbuurt.derived.ad index aa17def9c6..4f5a6ea7b5 100644 --- a/datasets/BU00140600_sterrebosbuurt/BU00140600_sterrebosbuurt.derived.ad +++ b/datasets/BU00140600_sterrebosbuurt/BU00140600_sterrebosbuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140600_sterrebosbuurt -- id = 112926 -- parent_id = 112926 +- id = 115485 +- parent_id = 115485 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140601_coendersborg/BU00140601_coendersborg.derived.ad b/datasets/BU00140601_coendersborg/BU00140601_coendersborg.derived.ad index 026589ba68..a9850f61d8 100644 --- a/datasets/BU00140601_coendersborg/BU00140601_coendersborg.derived.ad +++ b/datasets/BU00140601_coendersborg/BU00140601_coendersborg.derived.ad @@ -1,6 +1,6 @@ - area = BU00140601_coendersborg -- id = 112971 -- parent_id = 112971 +- id = 115530 +- parent_id = 115530 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140602_klein_martijn/BU00140602_klein_martijn.derived.ad b/datasets/BU00140602_klein_martijn/BU00140602_klein_martijn.derived.ad index 8ad39e2494..d0214a4c8d 100644 --- a/datasets/BU00140602_klein_martijn/BU00140602_klein_martijn.derived.ad +++ b/datasets/BU00140602_klein_martijn/BU00140602_klein_martijn.derived.ad @@ -1,6 +1,6 @@ - area = BU00140602_klein_martijn -- id = 112972 -- parent_id = 112972 +- id = 115531 +- parent_id = 115531 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140603_villabuurt/BU00140603_villabuurt.derived.ad b/datasets/BU00140603_villabuurt/BU00140603_villabuurt.derived.ad index 9b9d0b8690..46f538aa47 100644 --- a/datasets/BU00140603_villabuurt/BU00140603_villabuurt.derived.ad +++ b/datasets/BU00140603_villabuurt/BU00140603_villabuurt.derived.ad @@ -1,6 +1,6 @@ - area = BU00140603_villabuurt -- id = 112927 -- parent_id = 112927 +- id = 115486 +- parent_id = 115486 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140604_helpman/BU00140604_helpman.derived.ad b/datasets/BU00140604_helpman/BU00140604_helpman.derived.ad index e2b7401ec3..11976d219b 100644 --- a/datasets/BU00140604_helpman/BU00140604_helpman.derived.ad +++ b/datasets/BU00140604_helpman/BU00140604_helpman.derived.ad @@ -1,6 +1,6 @@ - area = BU00140604_helpman -- id = 112922 -- parent_id = 112922 +- id = 115481 +- parent_id = 115481 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140605_de_wijert/BU00140605_de_wijert.derived.ad b/datasets/BU00140605_de_wijert/BU00140605_de_wijert.derived.ad index 7fe187abe8..2c28047f99 100644 --- a/datasets/BU00140605_de_wijert/BU00140605_de_wijert.derived.ad +++ b/datasets/BU00140605_de_wijert/BU00140605_de_wijert.derived.ad @@ -1,6 +1,6 @@ - area = BU00140605_de_wijert -- id = 112924 -- parent_id = 112924 +- id = 115483 +- parent_id = 115483 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140606_de_wijert_zuid/BU00140606_de_wijert_zuid.derived.ad b/datasets/BU00140606_de_wijert_zuid/BU00140606_de_wijert_zuid.derived.ad index 4df3af6e60..31b25f3ae8 100644 --- a/datasets/BU00140606_de_wijert_zuid/BU00140606_de_wijert_zuid.derived.ad +++ b/datasets/BU00140606_de_wijert_zuid/BU00140606_de_wijert_zuid.derived.ad @@ -1,6 +1,6 @@ - area = BU00140606_de_wijert_zuid -- id = 112973 -- parent_id = 112973 +- id = 115532 +- parent_id = 115532 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140700_corpus_den_hoorn/BU00140700_corpus_den_hoorn.derived.ad b/datasets/BU00140700_corpus_den_hoorn/BU00140700_corpus_den_hoorn.derived.ad index 05d6185d1d..922fd14023 100644 --- a/datasets/BU00140700_corpus_den_hoorn/BU00140700_corpus_den_hoorn.derived.ad +++ b/datasets/BU00140700_corpus_den_hoorn/BU00140700_corpus_den_hoorn.derived.ad @@ -1,6 +1,6 @@ - area = BU00140700_corpus_den_hoorn -- id = 112928 -- parent_id = 112928 +- id = 115487 +- parent_id = 115487 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140701_hoornse_meer/BU00140701_hoornse_meer.derived.ad b/datasets/BU00140701_hoornse_meer/BU00140701_hoornse_meer.derived.ad index b55fadb95e..4ee021d443 100644 --- a/datasets/BU00140701_hoornse_meer/BU00140701_hoornse_meer.derived.ad +++ b/datasets/BU00140701_hoornse_meer/BU00140701_hoornse_meer.derived.ad @@ -1,6 +1,6 @@ - area = BU00140701_hoornse_meer -- id = 112974 -- parent_id = 112974 +- id = 115533 +- parent_id = 115533 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140702_hoornse_park/BU00140702_hoornse_park.derived.ad b/datasets/BU00140702_hoornse_park/BU00140702_hoornse_park.derived.ad index 83d5d4d978..f6560eec9d 100644 --- a/datasets/BU00140702_hoornse_park/BU00140702_hoornse_park.derived.ad +++ b/datasets/BU00140702_hoornse_park/BU00140702_hoornse_park.derived.ad @@ -1,6 +1,6 @@ - area = BU00140702_hoornse_park -- id = 112929 -- parent_id = 112929 +- id = 115488 +- parent_id = 115488 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140703_van_swieten/BU00140703_van_swieten.derived.ad b/datasets/BU00140703_van_swieten/BU00140703_van_swieten.derived.ad index 1b3ee1a60c..0f11cf98ab 100644 --- a/datasets/BU00140703_van_swieten/BU00140703_van_swieten.derived.ad +++ b/datasets/BU00140703_van_swieten/BU00140703_van_swieten.derived.ad @@ -1,6 +1,6 @@ - area = BU00140703_van_swieten -- id = 112975 -- parent_id = 112975 +- id = 115534 +- parent_id = 115534 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140704_piccardthof/BU00140704_piccardthof.derived.ad b/datasets/BU00140704_piccardthof/BU00140704_piccardthof.derived.ad index 826b3192b4..1a32e969e6 100644 --- a/datasets/BU00140704_piccardthof/BU00140704_piccardthof.derived.ad +++ b/datasets/BU00140704_piccardthof/BU00140704_piccardthof.derived.ad @@ -1,6 +1,6 @@ - area = BU00140704_piccardthof -- id = 112976 -- parent_id = 112976 +- id = 115535 +- parent_id = 115535 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140705_bruilweering/BU00140705_bruilweering.derived.ad b/datasets/BU00140705_bruilweering/BU00140705_bruilweering.derived.ad index 89214ef383..473aff2f9a 100644 --- a/datasets/BU00140705_bruilweering/BU00140705_bruilweering.derived.ad +++ b/datasets/BU00140705_bruilweering/BU00140705_bruilweering.derived.ad @@ -1,6 +1,6 @@ - area = BU00140705_bruilweering -- id = 112930 -- parent_id = 112930 +- id = 115489 +- parent_id = 115489 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140800_hoogkerk_dorp/BU00140800_hoogkerk_dorp.derived.ad b/datasets/BU00140800_hoogkerk_dorp/BU00140800_hoogkerk_dorp.derived.ad index 56b0186c02..1985cbb50e 100644 --- a/datasets/BU00140800_hoogkerk_dorp/BU00140800_hoogkerk_dorp.derived.ad +++ b/datasets/BU00140800_hoogkerk_dorp/BU00140800_hoogkerk_dorp.derived.ad @@ -1,6 +1,6 @@ - area = BU00140800_hoogkerk_dorp -- id = 112925 -- parent_id = 112925 +- id = 115484 +- parent_id = 115484 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140801_hoogkerk_zuid/BU00140801_hoogkerk_zuid.derived.ad b/datasets/BU00140801_hoogkerk_zuid/BU00140801_hoogkerk_zuid.derived.ad index a35058e54d..83ea5e4198 100644 --- a/datasets/BU00140801_hoogkerk_zuid/BU00140801_hoogkerk_zuid.derived.ad +++ b/datasets/BU00140801_hoogkerk_zuid/BU00140801_hoogkerk_zuid.derived.ad @@ -1,6 +1,6 @@ - area = BU00140801_hoogkerk_zuid -- id = 112978 -- parent_id = 112978 +- id = 115537 +- parent_id = 115537 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140802_westpoort/BU00140802_westpoort.derived.ad b/datasets/BU00140802_westpoort/BU00140802_westpoort.derived.ad index b362339fa2..007e21cd3d 100644 --- a/datasets/BU00140802_westpoort/BU00140802_westpoort.derived.ad +++ b/datasets/BU00140802_westpoort/BU00140802_westpoort.derived.ad @@ -1,6 +1,6 @@ - area = BU00140802_westpoort -- id = 112979 -- parent_id = 112979 +- id = 115538 +- parent_id = 115538 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140803_vierverlaten/BU00140803_vierverlaten.derived.ad b/datasets/BU00140803_vierverlaten/BU00140803_vierverlaten.derived.ad index f4dafe23d1..72dd30daa9 100644 --- a/datasets/BU00140803_vierverlaten/BU00140803_vierverlaten.derived.ad +++ b/datasets/BU00140803_vierverlaten/BU00140803_vierverlaten.derived.ad @@ -1,6 +1,6 @@ - area = BU00140803_vierverlaten -- id = 112981 -- parent_id = 112981 +- id = 115540 +- parent_id = 115540 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140804_zuidwending/BU00140804_zuidwending.derived.ad b/datasets/BU00140804_zuidwending/BU00140804_zuidwending.derived.ad index 3450d19b4f..9c6ae76fbc 100644 --- a/datasets/BU00140804_zuidwending/BU00140804_zuidwending.derived.ad +++ b/datasets/BU00140804_zuidwending/BU00140804_zuidwending.derived.ad @@ -1,6 +1,6 @@ - area = BU00140804_zuidwending -- id = 112933 -- parent_id = 112933 +- id = 115492 +- parent_id = 115492 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140805_leegkerk/BU00140805_leegkerk.derived.ad b/datasets/BU00140805_leegkerk/BU00140805_leegkerk.derived.ad index f1d3f8aa3f..3c0cd36984 100644 --- a/datasets/BU00140805_leegkerk/BU00140805_leegkerk.derived.ad +++ b/datasets/BU00140805_leegkerk/BU00140805_leegkerk.derived.ad @@ -1,6 +1,6 @@ - area = BU00140805_leegkerk -- id = 112932 -- parent_id = 112932 +- id = 115491 +- parent_id = 115491 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140806_gravenburg/BU00140806_gravenburg.derived.ad b/datasets/BU00140806_gravenburg/BU00140806_gravenburg.derived.ad index d2481391a9..0fa56fe30e 100644 --- a/datasets/BU00140806_gravenburg/BU00140806_gravenburg.derived.ad +++ b/datasets/BU00140806_gravenburg/BU00140806_gravenburg.derived.ad @@ -1,6 +1,6 @@ - area = BU00140806_gravenburg -- id = 112982 -- parent_id = 112982 +- id = 115541 +- parent_id = 115541 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140807_suikerfabriekterrein/BU00140807_suikerfabriekterrein.derived.ad b/datasets/BU00140807_suikerfabriekterrein/BU00140807_suikerfabriekterrein.derived.ad index 5dfe4e05fd..f4e8020f04 100644 --- a/datasets/BU00140807_suikerfabriekterrein/BU00140807_suikerfabriekterrein.derived.ad +++ b/datasets/BU00140807_suikerfabriekterrein/BU00140807_suikerfabriekterrein.derived.ad @@ -1,6 +1,6 @@ - area = BU00140807_suikerfabriekterrein -- id = 112934 -- parent_id = 112934 +- id = 115493 +- parent_id = 115493 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140808_peizerweg/BU00140808_peizerweg.derived.ad b/datasets/BU00140808_peizerweg/BU00140808_peizerweg.derived.ad index 2bae78f835..20465a0e65 100644 --- a/datasets/BU00140808_peizerweg/BU00140808_peizerweg.derived.ad +++ b/datasets/BU00140808_peizerweg/BU00140808_peizerweg.derived.ad @@ -1,6 +1,6 @@ - area = BU00140808_peizerweg -- id = 112935 -- parent_id = 112935 +- id = 115494 +- parent_id = 115494 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140809_bangeweer/BU00140809_bangeweer.derived.ad b/datasets/BU00140809_bangeweer/BU00140809_bangeweer.derived.ad index e745f4d877..0531e6f6aa 100644 --- a/datasets/BU00140809_bangeweer/BU00140809_bangeweer.derived.ad +++ b/datasets/BU00140809_bangeweer/BU00140809_bangeweer.derived.ad @@ -1,6 +1,6 @@ - area = BU00140809_bangeweer -- id = 112977 -- parent_id = 112977 +- id = 115536 +- parent_id = 115536 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140810_de_buitenhof/BU00140810_de_buitenhof.derived.ad b/datasets/BU00140810_de_buitenhof/BU00140810_de_buitenhof.derived.ad index a679bc433f..39b33711a9 100644 --- a/datasets/BU00140810_de_buitenhof/BU00140810_de_buitenhof.derived.ad +++ b/datasets/BU00140810_de_buitenhof/BU00140810_de_buitenhof.derived.ad @@ -1,6 +1,6 @@ - area = BU00140810_de_buitenhof -- id = 112937 -- parent_id = 112937 +- id = 115496 +- parent_id = 115496 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140811_kranenburg/BU00140811_kranenburg.derived.ad b/datasets/BU00140811_kranenburg/BU00140811_kranenburg.derived.ad index 0bc11a58e7..aeb8b2d9ff 100644 --- a/datasets/BU00140811_kranenburg/BU00140811_kranenburg.derived.ad +++ b/datasets/BU00140811_kranenburg/BU00140811_kranenburg.derived.ad @@ -1,6 +1,6 @@ - area = BU00140811_kranenburg -- id = 112980 -- parent_id = 112980 +- id = 115539 +- parent_id = 115539 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140812_de_kring/BU00140812_de_kring.derived.ad b/datasets/BU00140812_de_kring/BU00140812_de_kring.derived.ad index d14c9a756e..0c4a6004bf 100644 --- a/datasets/BU00140812_de_kring/BU00140812_de_kring.derived.ad +++ b/datasets/BU00140812_de_kring/BU00140812_de_kring.derived.ad @@ -1,6 +1,6 @@ - area = BU00140812_de_kring -- id = 112936 -- parent_id = 112936 +- id = 115495 +- parent_id = 115495 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140900_vinkhuizen_noord/BU00140900_vinkhuizen_noord.derived.ad b/datasets/BU00140900_vinkhuizen_noord/BU00140900_vinkhuizen_noord.derived.ad index 37fa28306c..71e158a606 100644 --- a/datasets/BU00140900_vinkhuizen_noord/BU00140900_vinkhuizen_noord.derived.ad +++ b/datasets/BU00140900_vinkhuizen_noord/BU00140900_vinkhuizen_noord.derived.ad @@ -1,6 +1,6 @@ - area = BU00140900_vinkhuizen_noord -- id = 112984 -- parent_id = 112984 +- id = 115543 +- parent_id = 115543 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140901_vinkhuizen_zuid/BU00140901_vinkhuizen_zuid.derived.ad b/datasets/BU00140901_vinkhuizen_zuid/BU00140901_vinkhuizen_zuid.derived.ad index 98278db175..6fb7f8ba6f 100644 --- a/datasets/BU00140901_vinkhuizen_zuid/BU00140901_vinkhuizen_zuid.derived.ad +++ b/datasets/BU00140901_vinkhuizen_zuid/BU00140901_vinkhuizen_zuid.derived.ad @@ -1,6 +1,6 @@ - area = BU00140901_vinkhuizen_zuid -- id = 112985 -- parent_id = 112985 +- id = 115544 +- parent_id = 115544 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140902_hoendiep/BU00140902_hoendiep.derived.ad b/datasets/BU00140902_hoendiep/BU00140902_hoendiep.derived.ad index bb8f9bdd21..d6270f47fa 100644 --- a/datasets/BU00140902_hoendiep/BU00140902_hoendiep.derived.ad +++ b/datasets/BU00140902_hoendiep/BU00140902_hoendiep.derived.ad @@ -1,6 +1,6 @@ - area = BU00140902_hoendiep -- id = 112938 -- parent_id = 112938 +- id = 115497 +- parent_id = 115497 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140903_friesestraatweg/BU00140903_friesestraatweg.derived.ad b/datasets/BU00140903_friesestraatweg/BU00140903_friesestraatweg.derived.ad index f49e256657..08fe2c80cc 100644 --- a/datasets/BU00140903_friesestraatweg/BU00140903_friesestraatweg.derived.ad +++ b/datasets/BU00140903_friesestraatweg/BU00140903_friesestraatweg.derived.ad @@ -1,6 +1,6 @@ - area = BU00140903_friesestraatweg -- id = 112986 -- parent_id = 112986 +- id = 115545 +- parent_id = 115545 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140904_reitdiep/BU00140904_reitdiep.derived.ad b/datasets/BU00140904_reitdiep/BU00140904_reitdiep.derived.ad index 9e19e01c6d..10ceeba064 100644 --- a/datasets/BU00140904_reitdiep/BU00140904_reitdiep.derived.ad +++ b/datasets/BU00140904_reitdiep/BU00140904_reitdiep.derived.ad @@ -1,6 +1,6 @@ - area = BU00140904_reitdiep -- id = 112939 -- parent_id = 112939 +- id = 115498 +- parent_id = 115498 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140905_dorkwerd/BU00140905_dorkwerd.derived.ad b/datasets/BU00140905_dorkwerd/BU00140905_dorkwerd.derived.ad index fa67f9ba7d..45edb60e85 100644 --- a/datasets/BU00140905_dorkwerd/BU00140905_dorkwerd.derived.ad +++ b/datasets/BU00140905_dorkwerd/BU00140905_dorkwerd.derived.ad @@ -1,6 +1,6 @@ - area = BU00140905_dorkwerd -- id = 112987 -- parent_id = 112987 +- id = 115546 +- parent_id = 115546 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140906_de_held/BU00140906_de_held.derived.ad b/datasets/BU00140906_de_held/BU00140906_de_held.derived.ad index eb1b4c441c..4a10bcc346 100644 --- a/datasets/BU00140906_de_held/BU00140906_de_held.derived.ad +++ b/datasets/BU00140906_de_held/BU00140906_de_held.derived.ad @@ -1,6 +1,6 @@ - area = BU00140906_de_held -- id = 112940 -- parent_id = 112940 +- id = 115499 +- parent_id = 115499 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00140907_westpark/BU00140907_westpark.derived.ad b/datasets/BU00140907_westpark/BU00140907_westpark.derived.ad index 65955e0819..6c8a1504b2 100644 --- a/datasets/BU00140907_westpark/BU00140907_westpark.derived.ad +++ b/datasets/BU00140907_westpark/BU00140907_westpark.derived.ad @@ -1,6 +1,6 @@ - area = BU00140907_westpark -- id = 112988 -- parent_id = 112988 +- id = 115547 +- parent_id = 115547 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141000_selwerd/BU00141000_selwerd.derived.ad b/datasets/BU00141000_selwerd/BU00141000_selwerd.derived.ad index 1596fb877f..208a8392a8 100644 --- a/datasets/BU00141000_selwerd/BU00141000_selwerd.derived.ad +++ b/datasets/BU00141000_selwerd/BU00141000_selwerd.derived.ad @@ -1,6 +1,6 @@ - area = BU00141000_selwerd -- id = 112941 -- parent_id = 112941 +- id = 115500 +- parent_id = 115500 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141001_paddepoel_zuid/BU00141001_paddepoel_zuid.derived.ad b/datasets/BU00141001_paddepoel_zuid/BU00141001_paddepoel_zuid.derived.ad index 223cc43e8a..e5aa9ff500 100644 --- a/datasets/BU00141001_paddepoel_zuid/BU00141001_paddepoel_zuid.derived.ad +++ b/datasets/BU00141001_paddepoel_zuid/BU00141001_paddepoel_zuid.derived.ad @@ -1,6 +1,6 @@ - area = BU00141001_paddepoel_zuid -- id = 112942 -- parent_id = 112942 +- id = 115501 +- parent_id = 115501 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141002_paddepoel_noord/BU00141002_paddepoel_noord.derived.ad b/datasets/BU00141002_paddepoel_noord/BU00141002_paddepoel_noord.derived.ad index ded25dd00b..336ef1d8d5 100644 --- a/datasets/BU00141002_paddepoel_noord/BU00141002_paddepoel_noord.derived.ad +++ b/datasets/BU00141002_paddepoel_noord/BU00141002_paddepoel_noord.derived.ad @@ -1,6 +1,6 @@ - area = BU00141002_paddepoel_noord -- id = 112943 -- parent_id = 112943 +- id = 115502 +- parent_id = 115502 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141003_zernike_campus/BU00141003_zernike_campus.derived.ad b/datasets/BU00141003_zernike_campus/BU00141003_zernike_campus.derived.ad index 7796668fb4..0826a5557e 100644 --- a/datasets/BU00141003_zernike_campus/BU00141003_zernike_campus.derived.ad +++ b/datasets/BU00141003_zernike_campus/BU00141003_zernike_campus.derived.ad @@ -1,6 +1,6 @@ - area = BU00141003_zernike_campus -- id = 112989 -- parent_id = 112989 +- id = 115548 +- parent_id = 115548 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141004_selwerderhof/BU00141004_selwerderhof.derived.ad b/datasets/BU00141004_selwerderhof/BU00141004_selwerderhof.derived.ad index 3fab846f36..ceb11d86fa 100644 --- a/datasets/BU00141004_selwerderhof/BU00141004_selwerderhof.derived.ad +++ b/datasets/BU00141004_selwerderhof/BU00141004_selwerderhof.derived.ad @@ -1,6 +1,6 @@ - area = BU00141004_selwerderhof -- id = 112944 -- parent_id = 112944 +- id = 115503 +- parent_id = 115503 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141005_tuinwijk/BU00141005_tuinwijk.derived.ad b/datasets/BU00141005_tuinwijk/BU00141005_tuinwijk.derived.ad index f7f33b90d4..5f2304e506 100644 --- a/datasets/BU00141005_tuinwijk/BU00141005_tuinwijk.derived.ad +++ b/datasets/BU00141005_tuinwijk/BU00141005_tuinwijk.derived.ad @@ -1,6 +1,6 @@ - area = BU00141005_tuinwijk -- id = 112945 -- parent_id = 112945 +- id = 115504 +- parent_id = 115504 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141100_beijum_west/BU00141100_beijum_west.derived.ad b/datasets/BU00141100_beijum_west/BU00141100_beijum_west.derived.ad index 14808eeaa2..d02540533b 100644 --- a/datasets/BU00141100_beijum_west/BU00141100_beijum_west.derived.ad +++ b/datasets/BU00141100_beijum_west/BU00141100_beijum_west.derived.ad @@ -1,6 +1,6 @@ - area = BU00141100_beijum_west -- id = 112990 -- parent_id = 112990 +- id = 115549 +- parent_id = 115549 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141101_beijum_oost/BU00141101_beijum_oost.derived.ad b/datasets/BU00141101_beijum_oost/BU00141101_beijum_oost.derived.ad index 7322ff4e03..23729f7d75 100644 --- a/datasets/BU00141101_beijum_oost/BU00141101_beijum_oost.derived.ad +++ b/datasets/BU00141101_beijum_oost/BU00141101_beijum_oost.derived.ad @@ -1,6 +1,6 @@ - area = BU00141101_beijum_oost -- id = 112946 -- parent_id = 112946 +- id = 115505 +- parent_id = 115505 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141102_de_hunze/BU00141102_de_hunze.derived.ad b/datasets/BU00141102_de_hunze/BU00141102_de_hunze.derived.ad index b7e66920f6..07e32669ab 100644 --- a/datasets/BU00141102_de_hunze/BU00141102_de_hunze.derived.ad +++ b/datasets/BU00141102_de_hunze/BU00141102_de_hunze.derived.ad @@ -1,6 +1,6 @@ - area = BU00141102_de_hunze -- id = 112947 -- parent_id = 112947 +- id = 115506 +- parent_id = 115506 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141103_van_starkenborgh/BU00141103_van_starkenborgh.derived.ad b/datasets/BU00141103_van_starkenborgh/BU00141103_van_starkenborgh.derived.ad index ebc713f3d0..2c400654f1 100644 --- a/datasets/BU00141103_van_starkenborgh/BU00141103_van_starkenborgh.derived.ad +++ b/datasets/BU00141103_van_starkenborgh/BU00141103_van_starkenborgh.derived.ad @@ -1,6 +1,6 @@ - area = BU00141103_van_starkenborgh -- id = 112931 -- parent_id = 112931 +- id = 115490 +- parent_id = 115490 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141104_noorderhoogebrug/BU00141104_noorderhoogebrug.derived.ad b/datasets/BU00141104_noorderhoogebrug/BU00141104_noorderhoogebrug.derived.ad index 758fe588b7..d1b7ac7567 100644 --- a/datasets/BU00141104_noorderhoogebrug/BU00141104_noorderhoogebrug.derived.ad +++ b/datasets/BU00141104_noorderhoogebrug/BU00141104_noorderhoogebrug.derived.ad @@ -1,6 +1,6 @@ - area = BU00141104_noorderhoogebrug -- id = 112991 -- parent_id = 112991 +- id = 115550 +- parent_id = 115550 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141105_het_witte_lam/BU00141105_het_witte_lam.derived.ad b/datasets/BU00141105_het_witte_lam/BU00141105_het_witte_lam.derived.ad index 337d4df40f..552605b09b 100644 --- a/datasets/BU00141105_het_witte_lam/BU00141105_het_witte_lam.derived.ad +++ b/datasets/BU00141105_het_witte_lam/BU00141105_het_witte_lam.derived.ad @@ -1,6 +1,6 @@ - area = BU00141105_het_witte_lam -- id = 112948 -- parent_id = 112948 +- id = 115507 +- parent_id = 115507 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141106_koningslaagte/BU00141106_koningslaagte.derived.ad b/datasets/BU00141106_koningslaagte/BU00141106_koningslaagte.derived.ad index 29bac8b3c9..bd8b6cbf09 100644 --- a/datasets/BU00141106_koningslaagte/BU00141106_koningslaagte.derived.ad +++ b/datasets/BU00141106_koningslaagte/BU00141106_koningslaagte.derived.ad @@ -1,6 +1,6 @@ - area = BU00141106_koningslaagte -- id = 112983 -- parent_id = 112983 +- id = 115542 +- parent_id = 115542 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141107_hunzeboord/BU00141107_hunzeboord.derived.ad b/datasets/BU00141107_hunzeboord/BU00141107_hunzeboord.derived.ad index 7b912be34c..02755345cd 100644 --- a/datasets/BU00141107_hunzeboord/BU00141107_hunzeboord.derived.ad +++ b/datasets/BU00141107_hunzeboord/BU00141107_hunzeboord.derived.ad @@ -1,6 +1,6 @@ - area = BU00141107_hunzeboord -- id = 112992 -- parent_id = 112992 +- id = 115551 +- parent_id = 115551 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141200_lewenborg_noord/BU00141200_lewenborg_noord.derived.ad b/datasets/BU00141200_lewenborg_noord/BU00141200_lewenborg_noord.derived.ad index b9bd89cb72..ab38b2bad3 100644 --- a/datasets/BU00141200_lewenborg_noord/BU00141200_lewenborg_noord.derived.ad +++ b/datasets/BU00141200_lewenborg_noord/BU00141200_lewenborg_noord.derived.ad @@ -1,6 +1,6 @@ - area = BU00141200_lewenborg_noord -- id = 112950 -- parent_id = 112950 +- id = 115509 +- parent_id = 115509 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141201_lewenborg_zuid/BU00141201_lewenborg_zuid.derived.ad b/datasets/BU00141201_lewenborg_zuid/BU00141201_lewenborg_zuid.derived.ad index 1efbf86494..00c11cad1d 100644 --- a/datasets/BU00141201_lewenborg_zuid/BU00141201_lewenborg_zuid.derived.ad +++ b/datasets/BU00141201_lewenborg_zuid/BU00141201_lewenborg_zuid.derived.ad @@ -1,6 +1,6 @@ - area = BU00141201_lewenborg_zuid -- id = 112993 -- parent_id = 112993 +- id = 115552 +- parent_id = 115552 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141202_lewenborg_west/BU00141202_lewenborg_west.derived.ad b/datasets/BU00141202_lewenborg_west/BU00141202_lewenborg_west.derived.ad index aa98eaf929..c37c011f94 100644 --- a/datasets/BU00141202_lewenborg_west/BU00141202_lewenborg_west.derived.ad +++ b/datasets/BU00141202_lewenborg_west/BU00141202_lewenborg_west.derived.ad @@ -1,6 +1,6 @@ - area = BU00141202_lewenborg_west -- id = 112949 -- parent_id = 112949 +- id = 115508 +- parent_id = 115508 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141203_oosterhoogebrug/BU00141203_oosterhoogebrug.derived.ad b/datasets/BU00141203_oosterhoogebrug/BU00141203_oosterhoogebrug.derived.ad index 644e80d75d..4345a9b11e 100644 --- a/datasets/BU00141203_oosterhoogebrug/BU00141203_oosterhoogebrug.derived.ad +++ b/datasets/BU00141203_oosterhoogebrug/BU00141203_oosterhoogebrug.derived.ad @@ -1,6 +1,6 @@ - area = BU00141203_oosterhoogebrug -- id = 112994 -- parent_id = 112994 +- id = 115553 +- parent_id = 115553 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141204_ulgersmaborg/BU00141204_ulgersmaborg.derived.ad b/datasets/BU00141204_ulgersmaborg/BU00141204_ulgersmaborg.derived.ad index 015e308b11..8c72b7c75b 100644 --- a/datasets/BU00141204_ulgersmaborg/BU00141204_ulgersmaborg.derived.ad +++ b/datasets/BU00141204_ulgersmaborg/BU00141204_ulgersmaborg.derived.ad @@ -1,6 +1,6 @@ - area = BU00141204_ulgersmaborg -- id = 112995 -- parent_id = 112995 +- id = 115554 +- parent_id = 115554 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141205_hunzepark/BU00141205_hunzepark.derived.ad b/datasets/BU00141205_hunzepark/BU00141205_hunzepark.derived.ad index 27bc52ac73..176f6dc09d 100644 --- a/datasets/BU00141205_hunzepark/BU00141205_hunzepark.derived.ad +++ b/datasets/BU00141205_hunzepark/BU00141205_hunzepark.derived.ad @@ -1,6 +1,6 @@ - area = BU00141205_hunzepark -- id = 112951 -- parent_id = 112951 +- id = 115510 +- parent_id = 115510 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141206_zilvermeer/BU00141206_zilvermeer.derived.ad b/datasets/BU00141206_zilvermeer/BU00141206_zilvermeer.derived.ad index f71b481fcd..ebc0059b35 100644 --- a/datasets/BU00141206_zilvermeer/BU00141206_zilvermeer.derived.ad +++ b/datasets/BU00141206_zilvermeer/BU00141206_zilvermeer.derived.ad @@ -1,6 +1,6 @@ - area = BU00141206_zilvermeer -- id = 112996 -- parent_id = 112996 +- id = 115555 +- parent_id = 115555 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141207_kardinge/BU00141207_kardinge.derived.ad b/datasets/BU00141207_kardinge/BU00141207_kardinge.derived.ad index 82cdd23203..47066ddfdc 100644 --- a/datasets/BU00141207_kardinge/BU00141207_kardinge.derived.ad +++ b/datasets/BU00141207_kardinge/BU00141207_kardinge.derived.ad @@ -1,6 +1,6 @@ - area = BU00141207_kardinge -- id = 112997 -- parent_id = 112997 +- id = 115556 +- parent_id = 115556 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141208_drielanden/BU00141208_drielanden.derived.ad b/datasets/BU00141208_drielanden/BU00141208_drielanden.derived.ad index 35f6a5feed..cf31e8bf1e 100644 --- a/datasets/BU00141208_drielanden/BU00141208_drielanden.derived.ad +++ b/datasets/BU00141208_drielanden/BU00141208_drielanden.derived.ad @@ -1,6 +1,6 @@ - area = BU00141208_drielanden -- id = 112899 -- parent_id = 112899 +- id = 115458 +- parent_id = 115458 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141209_noorddijk/BU00141209_noorddijk.derived.ad b/datasets/BU00141209_noorddijk/BU00141209_noorddijk.derived.ad index 546a0fd6a1..d499607374 100644 --- a/datasets/BU00141209_noorddijk/BU00141209_noorddijk.derived.ad +++ b/datasets/BU00141209_noorddijk/BU00141209_noorddijk.derived.ad @@ -1,6 +1,6 @@ - area = BU00141209_noorddijk -- id = 112998 -- parent_id = 112998 +- id = 115557 +- parent_id = 115557 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141210_ruischerbrug/BU00141210_ruischerbrug.derived.ad b/datasets/BU00141210_ruischerbrug/BU00141210_ruischerbrug.derived.ad index 3844f2121c..0eff2f0c2d 100644 --- a/datasets/BU00141210_ruischerbrug/BU00141210_ruischerbrug.derived.ad +++ b/datasets/BU00141210_ruischerbrug/BU00141210_ruischerbrug.derived.ad @@ -1,6 +1,6 @@ - area = BU00141210_ruischerbrug -- id = 112952 -- parent_id = 112952 +- id = 115511 +- parent_id = 115511 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141211_ruischerwaard/BU00141211_ruischerwaard.derived.ad b/datasets/BU00141211_ruischerwaard/BU00141211_ruischerwaard.derived.ad index b835505e27..ce35f299fd 100644 --- a/datasets/BU00141211_ruischerwaard/BU00141211_ruischerwaard.derived.ad +++ b/datasets/BU00141211_ruischerwaard/BU00141211_ruischerwaard.derived.ad @@ -1,6 +1,6 @@ - area = BU00141211_ruischerwaard -- id = 112953 -- parent_id = 112953 +- id = 115512 +- parent_id = 115512 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141300_middelbert/BU00141300_middelbert.derived.ad b/datasets/BU00141300_middelbert/BU00141300_middelbert.derived.ad index aa4121dfdb..b2f6c71d58 100644 --- a/datasets/BU00141300_middelbert/BU00141300_middelbert.derived.ad +++ b/datasets/BU00141300_middelbert/BU00141300_middelbert.derived.ad @@ -1,6 +1,6 @@ - area = BU00141300_middelbert -- id = 112999 -- parent_id = 112999 +- id = 115558 +- parent_id = 115558 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141301_engelbert/BU00141301_engelbert.derived.ad b/datasets/BU00141301_engelbert/BU00141301_engelbert.derived.ad index d481c4d63a..33317c509f 100644 --- a/datasets/BU00141301_engelbert/BU00141301_engelbert.derived.ad +++ b/datasets/BU00141301_engelbert/BU00141301_engelbert.derived.ad @@ -1,6 +1,6 @@ - area = BU00141301_engelbert -- id = 113000 -- parent_id = 113000 +- id = 115559 +- parent_id = 115559 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141302_klein_harkstede/BU00141302_klein_harkstede.derived.ad b/datasets/BU00141302_klein_harkstede/BU00141302_klein_harkstede.derived.ad index 60cc1a2b1f..6645fb3195 100644 --- a/datasets/BU00141302_klein_harkstede/BU00141302_klein_harkstede.derived.ad +++ b/datasets/BU00141302_klein_harkstede/BU00141302_klein_harkstede.derived.ad @@ -1,6 +1,6 @@ - area = BU00141302_klein_harkstede -- id = 112900 -- parent_id = 112900 +- id = 115459 +- parent_id = 115459 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141400_meerstad/BU00141400_meerstad.derived.ad b/datasets/BU00141400_meerstad/BU00141400_meerstad.derived.ad index b5b2c3b22d..ad384a89c5 100644 --- a/datasets/BU00141400_meerstad/BU00141400_meerstad.derived.ad +++ b/datasets/BU00141400_meerstad/BU00141400_meerstad.derived.ad @@ -1,6 +1,6 @@ - area = BU00141400_meerstad -- id = 113027 -- parent_id = 113027 +- id = 115586 +- parent_id = 115586 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141401_harkstede/BU00141401_harkstede.derived.ad b/datasets/BU00141401_harkstede/BU00141401_harkstede.derived.ad index 956c4636ff..75e6df96f8 100644 --- a/datasets/BU00141401_harkstede/BU00141401_harkstede.derived.ad +++ b/datasets/BU00141401_harkstede/BU00141401_harkstede.derived.ad @@ -1,6 +1,6 @@ - area = BU00141401_harkstede -- id = 113028 -- parent_id = 113028 +- id = 115587 +- parent_id = 115587 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00141402_lageland/BU00141402_lageland.derived.ad b/datasets/BU00141402_lageland/BU00141402_lageland.derived.ad index a96aa9d7e2..95949e3205 100644 --- a/datasets/BU00141402_lageland/BU00141402_lageland.derived.ad +++ b/datasets/BU00141402_lageland/BU00141402_lageland.derived.ad @@ -1,6 +1,6 @@ - area = BU00141402_lageland -- id = 113029 -- parent_id = 113029 +- id = 115588 +- parent_id = 115588 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170000_haren/BU00170000_haren.derived.ad b/datasets/BU00170000_haren/BU00170000_haren.derived.ad index f6c57320b2..df4ec5c7ef 100644 --- a/datasets/BU00170000_haren/BU00170000_haren.derived.ad +++ b/datasets/BU00170000_haren/BU00170000_haren.derived.ad @@ -1,6 +1,6 @@ - area = BU00170000_haren -- id = 113014 -- parent_id = 113014 +- id = 115573 +- parent_id = 115573 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170001_oosterhaar/BU00170001_oosterhaar.derived.ad b/datasets/BU00170001_oosterhaar/BU00170001_oosterhaar.derived.ad index 1df1074a19..0f1ba66f69 100644 --- a/datasets/BU00170001_oosterhaar/BU00170001_oosterhaar.derived.ad +++ b/datasets/BU00170001_oosterhaar/BU00170001_oosterhaar.derived.ad @@ -1,6 +1,6 @@ - area = BU00170001_oosterhaar -- id = 113013 -- parent_id = 113013 +- id = 115572 +- parent_id = 115572 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170002_voorveld/BU00170002_voorveld.derived.ad b/datasets/BU00170002_voorveld/BU00170002_voorveld.derived.ad index b78a8cc736..7accf0ea72 100644 --- a/datasets/BU00170002_voorveld/BU00170002_voorveld.derived.ad +++ b/datasets/BU00170002_voorveld/BU00170002_voorveld.derived.ad @@ -1,6 +1,6 @@ - area = BU00170002_voorveld -- id = 113011 -- parent_id = 113011 +- id = 115570 +- parent_id = 115570 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170003_harenermolen/BU00170003_harenermolen.derived.ad b/datasets/BU00170003_harenermolen/BU00170003_harenermolen.derived.ad index 127f4e7b96..a1e032a60b 100644 --- a/datasets/BU00170003_harenermolen/BU00170003_harenermolen.derived.ad +++ b/datasets/BU00170003_harenermolen/BU00170003_harenermolen.derived.ad @@ -1,6 +1,6 @@ - area = BU00170003_harenermolen -- id = 113010 -- parent_id = 113010 +- id = 115569 +- parent_id = 115569 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170004_glimmen/BU00170004_glimmen.derived.ad b/datasets/BU00170004_glimmen/BU00170004_glimmen.derived.ad index 2c27d8db0f..20fa3b8d30 100644 --- a/datasets/BU00170004_glimmen/BU00170004_glimmen.derived.ad +++ b/datasets/BU00170004_glimmen/BU00170004_glimmen.derived.ad @@ -1,6 +1,6 @@ - area = BU00170004_glimmen -- id = 113009 -- parent_id = 113009 +- id = 115568 +- parent_id = 115568 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170005_hemmen/BU00170005_hemmen.derived.ad b/datasets/BU00170005_hemmen/BU00170005_hemmen.derived.ad index 369b1cdb17..15a8bce777 100644 --- a/datasets/BU00170005_hemmen/BU00170005_hemmen.derived.ad +++ b/datasets/BU00170005_hemmen/BU00170005_hemmen.derived.ad @@ -1,6 +1,6 @@ - area = BU00170005_hemmen -- id = 113008 -- parent_id = 113008 +- id = 115567 +- parent_id = 115567 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170100_noordlaren/BU00170100_noordlaren.derived.ad b/datasets/BU00170100_noordlaren/BU00170100_noordlaren.derived.ad index 64e8169eae..7cc9584aa2 100644 --- a/datasets/BU00170100_noordlaren/BU00170100_noordlaren.derived.ad +++ b/datasets/BU00170100_noordlaren/BU00170100_noordlaren.derived.ad @@ -1,6 +1,6 @@ - area = BU00170100_noordlaren -- id = 113012 -- parent_id = 113012 +- id = 115571 +- parent_id = 115571 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170101_onnen/BU00170101_onnen.derived.ad b/datasets/BU00170101_onnen/BU00170101_onnen.derived.ad index d6a4b9444e..30c8407030 100644 --- a/datasets/BU00170101_onnen/BU00170101_onnen.derived.ad +++ b/datasets/BU00170101_onnen/BU00170101_onnen.derived.ad @@ -1,6 +1,6 @@ - area = BU00170101_onnen -- id = 113007 -- parent_id = 113007 +- id = 115566 +- parent_id = 115566 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170102_paterswolde_gedeeltelijk/BU00170102_paterswolde_gedeeltelijk.derived.ad b/datasets/BU00170102_paterswolde_gedeeltelijk/BU00170102_paterswolde_gedeeltelijk.derived.ad index 7faee99a53..ce2ee97c19 100644 --- a/datasets/BU00170102_paterswolde_gedeeltelijk/BU00170102_paterswolde_gedeeltelijk.derived.ad +++ b/datasets/BU00170102_paterswolde_gedeeltelijk/BU00170102_paterswolde_gedeeltelijk.derived.ad @@ -1,6 +1,6 @@ - area = BU00170102_paterswolde_gedeeltelijk -- id = 113006 -- parent_id = 113006 +- id = 115565 +- parent_id = 115565 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170103_essen/BU00170103_essen.derived.ad b/datasets/BU00170103_essen/BU00170103_essen.derived.ad index 9c6f7ea80d..6240020c50 100644 --- a/datasets/BU00170103_essen/BU00170103_essen.derived.ad +++ b/datasets/BU00170103_essen/BU00170103_essen.derived.ad @@ -1,6 +1,6 @@ - area = BU00170103_essen -- id = 113005 -- parent_id = 113005 +- id = 115564 +- parent_id = 115564 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170106_verspreide_huizen_ten_westen_van_noord_willemskanaal/BU00170106_verspreide_huizen_ten_westen_van_noord_willemskanaal.derived.ad b/datasets/BU00170106_verspreide_huizen_ten_westen_van_noord_willemskanaal/BU00170106_verspreide_huizen_ten_westen_van_noord_willemskanaal.derived.ad index 5dd2114bd7..a7c5e930d7 100644 --- a/datasets/BU00170106_verspreide_huizen_ten_westen_van_noord_willemskanaal/BU00170106_verspreide_huizen_ten_westen_van_noord_willemskanaal.derived.ad +++ b/datasets/BU00170106_verspreide_huizen_ten_westen_van_noord_willemskanaal/BU00170106_verspreide_huizen_ten_westen_van_noord_willemskanaal.derived.ad @@ -1,6 +1,6 @@ - area = BU00170106_verspreide_huizen_ten_westen_van_noord_willemskanaal -- id = 113004 -- parent_id = 113004 +- id = 115563 +- parent_id = 115563 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170107_verspreide_huizen_op_de_hondsrug/BU00170107_verspreide_huizen_op_de_hondsrug.derived.ad b/datasets/BU00170107_verspreide_huizen_op_de_hondsrug/BU00170107_verspreide_huizen_op_de_hondsrug.derived.ad index 38af4634b6..ddb828d8be 100644 --- a/datasets/BU00170107_verspreide_huizen_op_de_hondsrug/BU00170107_verspreide_huizen_op_de_hondsrug.derived.ad +++ b/datasets/BU00170107_verspreide_huizen_op_de_hondsrug/BU00170107_verspreide_huizen_op_de_hondsrug.derived.ad @@ -1,6 +1,6 @@ - area = BU00170107_verspreide_huizen_op_de_hondsrug -- id = 113003 -- parent_id = 113003 +- id = 115562 +- parent_id = 115562 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170108_verspreide_huizen_onner_esch/BU00170108_verspreide_huizen_onner_esch.derived.ad b/datasets/BU00170108_verspreide_huizen_onner_esch/BU00170108_verspreide_huizen_onner_esch.derived.ad index 960bb1c157..3871020a13 100644 --- a/datasets/BU00170108_verspreide_huizen_onner_esch/BU00170108_verspreide_huizen_onner_esch.derived.ad +++ b/datasets/BU00170108_verspreide_huizen_onner_esch/BU00170108_verspreide_huizen_onner_esch.derived.ad @@ -1,6 +1,6 @@ - area = BU00170108_verspreide_huizen_onner_esch -- id = 113002 -- parent_id = 113002 +- id = 115561 +- parent_id = 115561 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU00170109_verspreide_huizen_ten_oosten_van_de_hondsrug/BU00170109_verspreide_huizen_ten_oosten_van_de_hondsrug.derived.ad b/datasets/BU00170109_verspreide_huizen_ten_oosten_van_de_hondsrug/BU00170109_verspreide_huizen_ten_oosten_van_de_hondsrug.derived.ad index dff3a02971..3e988f9d37 100644 --- a/datasets/BU00170109_verspreide_huizen_ten_oosten_van_de_hondsrug/BU00170109_verspreide_huizen_ten_oosten_van_de_hondsrug.derived.ad +++ b/datasets/BU00170109_verspreide_huizen_ten_oosten_van_de_hondsrug/BU00170109_verspreide_huizen_ten_oosten_van_de_hondsrug.derived.ad @@ -1,6 +1,6 @@ - area = BU00170109_verspreide_huizen_ten_oosten_van_de_hondsrug -- id = 113001 -- parent_id = 113001 +- id = 115560 +- parent_id = 115560 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/BU19660506_oudeschip/BU19660506_oudeschip.derived.ad b/datasets/BU19660506_oudeschip/BU19660506_oudeschip.derived.ad index 5ff31f5416..971eb39de9 100644 --- a/datasets/BU19660506_oudeschip/BU19660506_oudeschip.derived.ad +++ b/datasets/BU19660506_oudeschip/BU19660506_oudeschip.derived.ad @@ -1,6 +1,6 @@ - area = BU19660506_oudeschip -- id = 113098 -- parent_id = 113098 +- id = 115657 +- parent_id = 115657 - group = neighbourhood - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/CY_cyprus/CY_cyprus.derived.ad b/datasets/CY_cyprus/CY_cyprus.derived.ad index bdd30bb05d..b62e9be30c 100644 --- a/datasets/CY_cyprus/CY_cyprus.derived.ad +++ b/datasets/CY_cyprus/CY_cyprus.derived.ad @@ -1,6 +1,6 @@ - area = CY_cyprus -- id = 113103 -- parent_id = 113103 +- id = 115662 +- parent_id = 115662 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.7180979999999999 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/CZ_czechia/CZ_czechia.derived.ad b/datasets/CZ_czechia/CZ_czechia.derived.ad index 59f619f42a..642a2c83ba 100644 --- a/datasets/CZ_czechia/CZ_czechia.derived.ad +++ b/datasets/CZ_czechia/CZ_czechia.derived.ad @@ -1,6 +1,6 @@ - area = CZ_czechia -- id = 113104 -- parent_id = 113104 +- id = 115663 +- parent_id = 115663 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.5237209 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/DE_germany/DE_germany.derived.ad b/datasets/DE_germany/DE_germany.derived.ad index 937a9e4161..ea43f49713 100644 --- a/datasets/DE_germany/DE_germany.derived.ad +++ b/datasets/DE_germany/DE_germany.derived.ad @@ -1,6 +1,6 @@ - area = DE_germany -- id = 113105 -- parent_id = 113105 +- id = 115664 +- parent_id = 115664 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 11.92074433 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/DKGM751_aarhus/DKGM751_aarhus.derived.ad b/datasets/DKGM751_aarhus/DKGM751_aarhus.derived.ad index 419d5ed6e3..68d6700054 100644 --- a/datasets/DKGM751_aarhus/DKGM751_aarhus.derived.ad +++ b/datasets/DKGM751_aarhus/DKGM751_aarhus.derived.ad @@ -1,6 +1,6 @@ - area = DKGM751_aarhus -- id = 113129 -- parent_id = 113129 +- id = 115688 +- parent_id = 115688 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.0 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/DK_denmark/DK_denmark.derived.ad b/datasets/DK_denmark/DK_denmark.derived.ad index c9ad7fcec1..39ec76692a 100644 --- a/datasets/DK_denmark/DK_denmark.derived.ad +++ b/datasets/DK_denmark/DK_denmark.derived.ad @@ -1,6 +1,6 @@ - area = DK_denmark -- id = 113106 -- parent_id = 113106 +- id = 115665 +- parent_id = 115665 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 1.7546875800000001 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/EE_estonia/EE_estonia.derived.ad b/datasets/EE_estonia/EE_estonia.derived.ad index 38c61c2701..a6051049f8 100644 --- a/datasets/EE_estonia/EE_estonia.derived.ad +++ b/datasets/EE_estonia/EE_estonia.derived.ad @@ -1,6 +1,6 @@ - area = EE_estonia -- id = 113108 -- parent_id = 113108 +- id = 115667 +- parent_id = 115667 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.10675165 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/EL_greece/EL_greece.derived.ad b/datasets/EL_greece/EL_greece.derived.ad index 759b0d5098..dfe1dc9441 100644 --- a/datasets/EL_greece/EL_greece.derived.ad +++ b/datasets/EL_greece/EL_greece.derived.ad @@ -1,6 +1,6 @@ - area = EL_greece -- id = 113112 -- parent_id = 113112 +- id = 115671 +- parent_id = 115671 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 2.47479 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/ES_spain/ES_spain.derived.ad b/datasets/ES_spain/ES_spain.derived.ad index 746796505a..630b7dbac1 100644 --- a/datasets/ES_spain/ES_spain.derived.ad +++ b/datasets/ES_spain/ES_spain.derived.ad @@ -1,6 +1,6 @@ - area = ES_spain -- id = 113107 -- parent_id = 113107 +- id = 115666 +- parent_id = 115666 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.7412048 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/EU27_european_union_27_countries/EU27_european_union_27_countries.derived.ad b/datasets/EU27_european_union_27_countries/EU27_european_union_27_countries.derived.ad index 476ac1cda0..0e108efbf7 100644 --- a/datasets/EU27_european_union_27_countries/EU27_european_union_27_countries.derived.ad +++ b/datasets/EU27_european_union_27_countries/EU27_european_union_27_countries.derived.ad @@ -1,6 +1,6 @@ - area = EU27_european_union_27_countries -- id = 113126 -- parent_id = 113126 +- id = 115685 +- parent_id = 115685 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 53.66446792 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/FI_finland/FI_finland.derived.ad b/datasets/FI_finland/FI_finland.derived.ad index 4055cc7907..dc12156e15 100644 --- a/datasets/FI_finland/FI_finland.derived.ad +++ b/datasets/FI_finland/FI_finland.derived.ad @@ -1,6 +1,6 @@ - area = FI_finland -- id = 113109 -- parent_id = 113109 +- id = 115668 +- parent_id = 115668 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 1.0077297600000001 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/FR_france/FR_france.derived.ad b/datasets/FR_france/FR_france.derived.ad index 35fc551a7a..e87b277159 100644 --- a/datasets/FR_france/FR_france.derived.ad +++ b/datasets/FR_france/FR_france.derived.ad @@ -1,6 +1,6 @@ - area = FR_france -- id = 113110 -- parent_id = 113110 +- id = 115669 +- parent_id = 115669 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 9.1095724 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0014_groningen/GM0014_groningen.derived.ad b/datasets/GM0014_groningen/GM0014_groningen.derived.ad index 48525fdff5..a5937cdc63 100644 --- a/datasets/GM0014_groningen/GM0014_groningen.derived.ad +++ b/datasets/GM0014_groningen/GM0014_groningen.derived.ad @@ -1,6 +1,6 @@ - area = GM0014_groningen -- id = 112710 -- parent_id = 112710 +- id = 115269 +- parent_id = 115269 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0034_almere/GM0034_almere.derived.ad b/datasets/GM0034_almere/GM0034_almere.derived.ad index 2cf442417c..031d27c98d 100644 --- a/datasets/GM0034_almere/GM0034_almere.derived.ad +++ b/datasets/GM0034_almere/GM0034_almere.derived.ad @@ -1,6 +1,6 @@ - area = GM0034_almere -- id = 112632 -- parent_id = 112632 +- id = 115191 +- parent_id = 115191 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0050_zeewolde/GM0050_zeewolde.derived.ad b/datasets/GM0050_zeewolde/GM0050_zeewolde.derived.ad index e998774119..c4decb8854 100644 --- a/datasets/GM0050_zeewolde/GM0050_zeewolde.derived.ad +++ b/datasets/GM0050_zeewolde/GM0050_zeewolde.derived.ad @@ -1,6 +1,6 @@ - area = GM0050_zeewolde -- id = 112883 -- parent_id = 112883 +- id = 115442 +- parent_id = 115442 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0059_achtkarspelen/GM0059_achtkarspelen.derived.ad b/datasets/GM0059_achtkarspelen/GM0059_achtkarspelen.derived.ad index 9a76f850e8..cd0ffbb785 100644 --- a/datasets/GM0059_achtkarspelen/GM0059_achtkarspelen.derived.ad +++ b/datasets/GM0059_achtkarspelen/GM0059_achtkarspelen.derived.ad @@ -1,6 +1,6 @@ - area = GM0059_achtkarspelen -- id = 112627 -- parent_id = 112627 +- id = 115186 +- parent_id = 115186 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0060_ameland/GM0060_ameland.derived.ad b/datasets/GM0060_ameland/GM0060_ameland.derived.ad index 22d42b5078..8b5488f4f3 100644 --- a/datasets/GM0060_ameland/GM0060_ameland.derived.ad +++ b/datasets/GM0060_ameland/GM0060_ameland.derived.ad @@ -1,6 +1,6 @@ - area = GM0060_ameland -- id = 112635 -- parent_id = 112635 +- id = 115194 +- parent_id = 115194 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0072_harlingen/GM0072_harlingen.derived.ad b/datasets/GM0072_harlingen/GM0072_harlingen.derived.ad index 0d0e84c916..399b48bf92 100644 --- a/datasets/GM0072_harlingen/GM0072_harlingen.derived.ad +++ b/datasets/GM0072_harlingen/GM0072_harlingen.derived.ad @@ -1,6 +1,6 @@ - area = GM0072_harlingen -- id = 112718 -- parent_id = 112718 +- id = 115277 +- parent_id = 115277 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0074_heerenveen/GM0074_heerenveen.derived.ad b/datasets/GM0074_heerenveen/GM0074_heerenveen.derived.ad index 6e93393068..58a61a480c 100644 --- a/datasets/GM0074_heerenveen/GM0074_heerenveen.derived.ad +++ b/datasets/GM0074_heerenveen/GM0074_heerenveen.derived.ad @@ -1,6 +1,6 @@ - area = GM0074_heerenveen -- id = 112723 -- parent_id = 112723 +- id = 115282 +- parent_id = 115282 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 @@ -159,7 +165,7 @@ - areable_land = 99.76 - co2_emission_1990 = 0.296713524 - coast_line = 0.0 -- interconnector_capacity = 6000.0 +- interconnector_capacity = 60000.0 - total_land_area = 190.13 - number_of_buildings = 1601.0 - number_of_cars = 25960.0 diff --git a/datasets/GM0080_leeuwarden/GM0080_leeuwarden.derived.ad b/datasets/GM0080_leeuwarden/GM0080_leeuwarden.derived.ad index a75cdf4dff..d10d671eba 100644 --- a/datasets/GM0080_leeuwarden/GM0080_leeuwarden.derived.ad +++ b/datasets/GM0080_leeuwarden/GM0080_leeuwarden.derived.ad @@ -1,6 +1,6 @@ - area = GM0080_leeuwarden -- id = 112753 -- parent_id = 112753 +- id = 115312 +- parent_id = 115312 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0085_ooststellingwerf/GM0085_ooststellingwerf.derived.ad b/datasets/GM0085_ooststellingwerf/GM0085_ooststellingwerf.derived.ad index 68f9502d8b..5f55982f24 100644 --- a/datasets/GM0085_ooststellingwerf/GM0085_ooststellingwerf.derived.ad +++ b/datasets/GM0085_ooststellingwerf/GM0085_ooststellingwerf.derived.ad @@ -1,6 +1,6 @@ - area = GM0085_ooststellingwerf -- id = 112794 -- parent_id = 112794 +- id = 115353 +- parent_id = 115353 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0088_schiermonnikoog/GM0088_schiermonnikoog.derived.ad b/datasets/GM0088_schiermonnikoog/GM0088_schiermonnikoog.derived.ad index 2b053d6c0b..98096fd176 100644 --- a/datasets/GM0088_schiermonnikoog/GM0088_schiermonnikoog.derived.ad +++ b/datasets/GM0088_schiermonnikoog/GM0088_schiermonnikoog.derived.ad @@ -1,6 +1,6 @@ - area = GM0088_schiermonnikoog -- id = 112822 -- parent_id = 112822 +- id = 115381 +- parent_id = 115381 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0090_smallingerland/GM0090_smallingerland.derived.ad b/datasets/GM0090_smallingerland/GM0090_smallingerland.derived.ad index e4c5e34d32..4ce7fa9dfd 100644 --- a/datasets/GM0090_smallingerland/GM0090_smallingerland.derived.ad +++ b/datasets/GM0090_smallingerland/GM0090_smallingerland.derived.ad @@ -1,6 +1,6 @@ - area = GM0090_smallingerland -- id = 112827 -- parent_id = 112827 +- id = 115386 +- parent_id = 115386 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0093_terschelling/GM0093_terschelling.derived.ad b/datasets/GM0093_terschelling/GM0093_terschelling.derived.ad index 08898b804e..f1c270cb8c 100644 --- a/datasets/GM0093_terschelling/GM0093_terschelling.derived.ad +++ b/datasets/GM0093_terschelling/GM0093_terschelling.derived.ad @@ -1,6 +1,6 @@ - area = GM0093_terschelling -- id = 112835 -- parent_id = 112835 +- id = 115394 +- parent_id = 115394 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0096_vlieland/GM0096_vlieland.derived.ad b/datasets/GM0096_vlieland/GM0096_vlieland.derived.ad index ad0af00ccf..f28d55444d 100644 --- a/datasets/GM0096_vlieland/GM0096_vlieland.derived.ad +++ b/datasets/GM0096_vlieland/GM0096_vlieland.derived.ad @@ -1,6 +1,6 @@ - area = GM0096_vlieland -- id = 112856 -- parent_id = 112856 +- id = 115415 +- parent_id = 115415 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0098_weststellingwerf/GM0098_weststellingwerf.derived.ad b/datasets/GM0098_weststellingwerf/GM0098_weststellingwerf.derived.ad index c1eea8ff3e..57018beb97 100644 --- a/datasets/GM0098_weststellingwerf/GM0098_weststellingwerf.derived.ad +++ b/datasets/GM0098_weststellingwerf/GM0098_weststellingwerf.derived.ad @@ -1,6 +1,6 @@ - area = GM0098_weststellingwerf -- id = 112870 -- parent_id = 112870 +- id = 115429 +- parent_id = 115429 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0141_almelo/GM0141_almelo.derived.ad b/datasets/GM0141_almelo/GM0141_almelo.derived.ad index abfd6debd8..8f23c950eb 100644 --- a/datasets/GM0141_almelo/GM0141_almelo.derived.ad +++ b/datasets/GM0141_almelo/GM0141_almelo.derived.ad @@ -1,6 +1,6 @@ - area = GM0141_almelo -- id = 112631 -- parent_id = 112631 +- id = 115190 +- parent_id = 115190 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0147_borne/GM0147_borne.derived.ad b/datasets/GM0147_borne/GM0147_borne.derived.ad index 08f1468a0d..7a0f1871e7 100644 --- a/datasets/GM0147_borne/GM0147_borne.derived.ad +++ b/datasets/GM0147_borne/GM0147_borne.derived.ad @@ -1,6 +1,6 @@ - area = GM0147_borne -- id = 112659 -- parent_id = 112659 +- id = 115218 +- parent_id = 115218 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0148_dalfsen/GM0148_dalfsen.derived.ad b/datasets/GM0148_dalfsen/GM0148_dalfsen.derived.ad index 3f6d791da5..b1218a6232 100644 --- a/datasets/GM0148_dalfsen/GM0148_dalfsen.derived.ad +++ b/datasets/GM0148_dalfsen/GM0148_dalfsen.derived.ad @@ -1,6 +1,6 @@ - area = GM0148_dalfsen -- id = 112671 -- parent_id = 112671 +- id = 115230 +- parent_id = 115230 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0150_deventer/GM0150_deventer.derived.ad b/datasets/GM0150_deventer/GM0150_deventer.derived.ad index e4a943942b..b6bb62eeae 100644 --- a/datasets/GM0150_deventer/GM0150_deventer.derived.ad +++ b/datasets/GM0150_deventer/GM0150_deventer.derived.ad @@ -1,6 +1,6 @@ - area = GM0150_deventer -- id = 112681 -- parent_id = 112681 +- id = 115240 +- parent_id = 115240 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0153_enschede/GM0153_enschede.derived.ad b/datasets/GM0153_enschede/GM0153_enschede.derived.ad index 509eaabd69..4c3f98d42b 100644 --- a/datasets/GM0153_enschede/GM0153_enschede.derived.ad +++ b/datasets/GM0153_enschede/GM0153_enschede.derived.ad @@ -1,6 +1,6 @@ - area = GM0153_enschede -- id = 112698 -- parent_id = 112698 +- id = 115257 +- parent_id = 115257 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0158_haaksbergen/GM0158_haaksbergen.derived.ad b/datasets/GM0158_haaksbergen/GM0158_haaksbergen.derived.ad index 2e8128002a..610e86942c 100644 --- a/datasets/GM0158_haaksbergen/GM0158_haaksbergen.derived.ad +++ b/datasets/GM0158_haaksbergen/GM0158_haaksbergen.derived.ad @@ -1,6 +1,6 @@ - area = GM0158_haaksbergen -- id = 112711 -- parent_id = 112711 +- id = 115270 +- parent_id = 115270 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0160_hardenberg/GM0160_hardenberg.derived.ad b/datasets/GM0160_hardenberg/GM0160_hardenberg.derived.ad index d27066961a..0c21b791d2 100644 --- a/datasets/GM0160_hardenberg/GM0160_hardenberg.derived.ad +++ b/datasets/GM0160_hardenberg/GM0160_hardenberg.derived.ad @@ -1,6 +1,6 @@ - area = GM0160_hardenberg -- id = 112715 -- parent_id = 112715 +- id = 115274 +- parent_id = 115274 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0163_hellendoorn/GM0163_hellendoorn.derived.ad b/datasets/GM0163_hellendoorn/GM0163_hellendoorn.derived.ad index 05417b9792..a33c72917c 100644 --- a/datasets/GM0163_hellendoorn/GM0163_hellendoorn.derived.ad +++ b/datasets/GM0163_hellendoorn/GM0163_hellendoorn.derived.ad @@ -1,6 +1,6 @@ - area = GM0163_hellendoorn -- id = 112726 -- parent_id = 112726 +- id = 115285 +- parent_id = 115285 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0164_hengelo/GM0164_hengelo.derived.ad b/datasets/GM0164_hengelo/GM0164_hengelo.derived.ad index d1823a8131..748d6f33a1 100644 --- a/datasets/GM0164_hengelo/GM0164_hengelo.derived.ad +++ b/datasets/GM0164_hengelo/GM0164_hengelo.derived.ad @@ -1,6 +1,6 @@ - area = GM0164_hengelo -- id = 112729 -- parent_id = 112729 +- id = 115288 +- parent_id = 115288 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0166_kampen/GM0166_kampen.derived.ad b/datasets/GM0166_kampen/GM0166_kampen.derived.ad index d2679f4133..cecfe59649 100644 --- a/datasets/GM0166_kampen/GM0166_kampen.derived.ad +++ b/datasets/GM0166_kampen/GM0166_kampen.derived.ad @@ -1,6 +1,6 @@ - area = GM0166_kampen -- id = 112743 -- parent_id = 112743 +- id = 115302 +- parent_id = 115302 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0168_losser/GM0168_losser.derived.ad b/datasets/GM0168_losser/GM0168_losser.derived.ad index c4ac23f1e2..70bbdb9c0c 100644 --- a/datasets/GM0168_losser/GM0168_losser.derived.ad +++ b/datasets/GM0168_losser/GM0168_losser.derived.ad @@ -1,6 +1,6 @@ - area = GM0168_losser -- id = 112764 -- parent_id = 112764 +- id = 115323 +- parent_id = 115323 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0171_noordoostpolder/GM0171_noordoostpolder.derived.ad b/datasets/GM0171_noordoostpolder/GM0171_noordoostpolder.derived.ad index eb6b76a48e..cbb745fccf 100644 --- a/datasets/GM0171_noordoostpolder/GM0171_noordoostpolder.derived.ad +++ b/datasets/GM0171_noordoostpolder/GM0171_noordoostpolder.derived.ad @@ -1,6 +1,6 @@ - area = GM0171_noordoostpolder -- id = 112782 -- parent_id = 112782 +- id = 115341 +- parent_id = 115341 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0173_oldenzaal/GM0173_oldenzaal.derived.ad b/datasets/GM0173_oldenzaal/GM0173_oldenzaal.derived.ad index 0f9caebdd8..b32dd85e36 100644 --- a/datasets/GM0173_oldenzaal/GM0173_oldenzaal.derived.ad +++ b/datasets/GM0173_oldenzaal/GM0173_oldenzaal.derived.ad @@ -1,6 +1,6 @@ - area = GM0173_oldenzaal -- id = 112789 -- parent_id = 112789 +- id = 115348 +- parent_id = 115348 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0175_ommen/GM0175_ommen.derived.ad b/datasets/GM0175_ommen/GM0175_ommen.derived.ad index 2d932b1e65..e5924c38eb 100644 --- a/datasets/GM0175_ommen/GM0175_ommen.derived.ad +++ b/datasets/GM0175_ommen/GM0175_ommen.derived.ad @@ -1,6 +1,6 @@ - area = GM0175_ommen -- id = 112791 -- parent_id = 112791 +- id = 115350 +- parent_id = 115350 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0177_raalte/GM0177_raalte.derived.ad b/datasets/GM0177_raalte/GM0177_raalte.derived.ad index 2199e83fc3..2396254960 100644 --- a/datasets/GM0177_raalte/GM0177_raalte.derived.ad +++ b/datasets/GM0177_raalte/GM0177_raalte.derived.ad @@ -1,6 +1,6 @@ - area = GM0177_raalte -- id = 112806 -- parent_id = 112806 +- id = 115365 +- parent_id = 115365 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0180_staphorst/GM0180_staphorst.derived.ad b/datasets/GM0180_staphorst/GM0180_staphorst.derived.ad index 3afcfa514b..b56a06d43a 100644 --- a/datasets/GM0180_staphorst/GM0180_staphorst.derived.ad +++ b/datasets/GM0180_staphorst/GM0180_staphorst.derived.ad @@ -1,6 +1,6 @@ - area = GM0180_staphorst -- id = 112829 -- parent_id = 112829 +- id = 115388 +- parent_id = 115388 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0183_tubbergen/GM0183_tubbergen.derived.ad b/datasets/GM0183_tubbergen/GM0183_tubbergen.derived.ad index 4619305ec6..6c285d3673 100644 --- a/datasets/GM0183_tubbergen/GM0183_tubbergen.derived.ad +++ b/datasets/GM0183_tubbergen/GM0183_tubbergen.derived.ad @@ -1,6 +1,6 @@ - area = GM0183_tubbergen -- id = 112841 -- parent_id = 112841 +- id = 115400 +- parent_id = 115400 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0184_urk/GM0184_urk.derived.ad b/datasets/GM0184_urk/GM0184_urk.derived.ad index 94a77d4ba3..6ff3c96681 100644 --- a/datasets/GM0184_urk/GM0184_urk.derived.ad +++ b/datasets/GM0184_urk/GM0184_urk.derived.ad @@ -1,6 +1,6 @@ - area = GM0184_urk -- id = 112847 -- parent_id = 112847 +- id = 115406 +- parent_id = 115406 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0189_wierden/GM0189_wierden.derived.ad b/datasets/GM0189_wierden/GM0189_wierden.derived.ad index 9a7e471bf7..9c33e3f190 100644 --- a/datasets/GM0189_wierden/GM0189_wierden.derived.ad +++ b/datasets/GM0189_wierden/GM0189_wierden.derived.ad @@ -1,6 +1,6 @@ - area = GM0189_wierden -- id = 112872 -- parent_id = 112872 +- id = 115431 +- parent_id = 115431 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0193_zwolle/GM0193_zwolle.derived.ad b/datasets/GM0193_zwolle/GM0193_zwolle.derived.ad index b2f74de5e9..392b7a4946 100644 --- a/datasets/GM0193_zwolle/GM0193_zwolle.derived.ad +++ b/datasets/GM0193_zwolle/GM0193_zwolle.derived.ad @@ -1,6 +1,6 @@ - area = GM0193_zwolle -- id = 112892 -- parent_id = 112892 +- id = 115451 +- parent_id = 115451 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0197_aalten/GM0197_aalten.derived.ad b/datasets/GM0197_aalten/GM0197_aalten.derived.ad index 5738dc8c2b..1116e2dae0 100644 --- a/datasets/GM0197_aalten/GM0197_aalten.derived.ad +++ b/datasets/GM0197_aalten/GM0197_aalten.derived.ad @@ -1,6 +1,6 @@ - area = GM0197_aalten -- id = 112626 -- parent_id = 112626 +- id = 115185 +- parent_id = 115185 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0200_apeldoorn/GM0200_apeldoorn.derived.ad b/datasets/GM0200_apeldoorn/GM0200_apeldoorn.derived.ad index df6afc934b..07ea2054de 100644 --- a/datasets/GM0200_apeldoorn/GM0200_apeldoorn.derived.ad +++ b/datasets/GM0200_apeldoorn/GM0200_apeldoorn.derived.ad @@ -1,6 +1,6 @@ - area = GM0200_apeldoorn -- id = 112639 -- parent_id = 112639 +- id = 115198 +- parent_id = 115198 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0202_arnhem/GM0202_arnhem.derived.ad b/datasets/GM0202_arnhem/GM0202_arnhem.derived.ad index 6ed4840f15..939aad3a6e 100644 --- a/datasets/GM0202_arnhem/GM0202_arnhem.derived.ad +++ b/datasets/GM0202_arnhem/GM0202_arnhem.derived.ad @@ -1,6 +1,6 @@ - area = GM0202_arnhem -- id = 112640 -- parent_id = 112640 +- id = 115199 +- parent_id = 115199 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0203_barneveld/GM0203_barneveld.derived.ad b/datasets/GM0203_barneveld/GM0203_barneveld.derived.ad index 630bef8d9e..6f339049c2 100644 --- a/datasets/GM0203_barneveld/GM0203_barneveld.derived.ad +++ b/datasets/GM0203_barneveld/GM0203_barneveld.derived.ad @@ -1,6 +1,6 @@ - area = GM0203_barneveld -- id = 112644 -- parent_id = 112644 +- id = 115203 +- parent_id = 115203 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0209_beuningen/GM0209_beuningen.derived.ad b/datasets/GM0209_beuningen/GM0209_beuningen.derived.ad index 4171288649..7b7edc64cc 100644 --- a/datasets/GM0209_beuningen/GM0209_beuningen.derived.ad +++ b/datasets/GM0209_beuningen/GM0209_beuningen.derived.ad @@ -1,6 +1,6 @@ - area = GM0209_beuningen -- id = 112651 -- parent_id = 112651 +- id = 115210 +- parent_id = 115210 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0213_brummen/GM0213_brummen.derived.ad b/datasets/GM0213_brummen/GM0213_brummen.derived.ad index 9dc847ad62..86933d9081 100644 --- a/datasets/GM0213_brummen/GM0213_brummen.derived.ad +++ b/datasets/GM0213_brummen/GM0213_brummen.derived.ad @@ -1,6 +1,6 @@ - area = GM0213_brummen -- id = 112664 -- parent_id = 112664 +- id = 115223 +- parent_id = 115223 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0214_buren/GM0214_buren.derived.ad b/datasets/GM0214_buren/GM0214_buren.derived.ad index 2abb341166..4122589d53 100644 --- a/datasets/GM0214_buren/GM0214_buren.derived.ad +++ b/datasets/GM0214_buren/GM0214_buren.derived.ad @@ -1,6 +1,6 @@ - area = GM0214_buren -- id = 112667 -- parent_id = 112667 +- id = 115226 +- parent_id = 115226 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0216_culemborg/GM0216_culemborg.derived.ad b/datasets/GM0216_culemborg/GM0216_culemborg.derived.ad index 0b10e5fff7..9bb63ef350 100644 --- a/datasets/GM0216_culemborg/GM0216_culemborg.derived.ad +++ b/datasets/GM0216_culemborg/GM0216_culemborg.derived.ad @@ -1,6 +1,6 @@ - area = GM0216_culemborg -- id = 112670 -- parent_id = 112670 +- id = 115229 +- parent_id = 115229 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0221_doesburg/GM0221_doesburg.derived.ad b/datasets/GM0221_doesburg/GM0221_doesburg.derived.ad index ee263fba9c..f8c330c262 100644 --- a/datasets/GM0221_doesburg/GM0221_doesburg.derived.ad +++ b/datasets/GM0221_doesburg/GM0221_doesburg.derived.ad @@ -1,6 +1,6 @@ - area = GM0221_doesburg -- id = 112684 -- parent_id = 112684 +- id = 115243 +- parent_id = 115243 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0222_doetinchem/GM0222_doetinchem.derived.ad b/datasets/GM0222_doetinchem/GM0222_doetinchem.derived.ad index 2813ccc3fb..cd75f22a43 100644 --- a/datasets/GM0222_doetinchem/GM0222_doetinchem.derived.ad +++ b/datasets/GM0222_doetinchem/GM0222_doetinchem.derived.ad @@ -1,6 +1,6 @@ - area = GM0222_doetinchem -- id = 112685 -- parent_id = 112685 +- id = 115244 +- parent_id = 115244 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0225_druten/GM0225_druten.derived.ad b/datasets/GM0225_druten/GM0225_druten.derived.ad index f060811081..549afbc88c 100644 --- a/datasets/GM0225_druten/GM0225_druten.derived.ad +++ b/datasets/GM0225_druten/GM0225_druten.derived.ad @@ -1,6 +1,6 @@ - area = GM0225_druten -- id = 112691 -- parent_id = 112691 +- id = 115250 +- parent_id = 115250 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0226_duiven/GM0226_duiven.derived.ad b/datasets/GM0226_duiven/GM0226_duiven.derived.ad index 24ede8568c..63d8d23eff 100644 --- a/datasets/GM0226_duiven/GM0226_duiven.derived.ad +++ b/datasets/GM0226_duiven/GM0226_duiven.derived.ad @@ -1,6 +1,6 @@ - area = GM0226_duiven -- id = 112692 -- parent_id = 112692 +- id = 115251 +- parent_id = 115251 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0228_ede/GM0228_ede.derived.ad b/datasets/GM0228_ede/GM0228_ede.derived.ad index 87c033c346..e09e69780d 100644 --- a/datasets/GM0228_ede/GM0228_ede.derived.ad +++ b/datasets/GM0228_ede/GM0228_ede.derived.ad @@ -1,6 +1,6 @@ - area = GM0228_ede -- id = 112694 -- parent_id = 112694 +- id = 115253 +- parent_id = 115253 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0230_elburg/GM0230_elburg.derived.ad b/datasets/GM0230_elburg/GM0230_elburg.derived.ad index c95ee05062..8869220ff7 100644 --- a/datasets/GM0230_elburg/GM0230_elburg.derived.ad +++ b/datasets/GM0230_elburg/GM0230_elburg.derived.ad @@ -1,6 +1,6 @@ - area = GM0230_elburg -- id = 112696 -- parent_id = 112696 +- id = 115255 +- parent_id = 115255 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0232_epe/GM0232_epe.derived.ad b/datasets/GM0232_epe/GM0232_epe.derived.ad index 16dc45f32a..f4fd2d7fbd 100644 --- a/datasets/GM0232_epe/GM0232_epe.derived.ad +++ b/datasets/GM0232_epe/GM0232_epe.derived.ad @@ -1,6 +1,6 @@ - area = GM0232_epe -- id = 112699 -- parent_id = 112699 +- id = 115258 +- parent_id = 115258 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0233_ermelo/GM0233_ermelo.derived.ad b/datasets/GM0233_ermelo/GM0233_ermelo.derived.ad index 00dd8aa7f9..c99788f4ef 100644 --- a/datasets/GM0233_ermelo/GM0233_ermelo.derived.ad +++ b/datasets/GM0233_ermelo/GM0233_ermelo.derived.ad @@ -1,6 +1,6 @@ - area = GM0233_ermelo -- id = 112700 -- parent_id = 112700 +- id = 115259 +- parent_id = 115259 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0243_harderwijk/GM0243_harderwijk.derived.ad b/datasets/GM0243_harderwijk/GM0243_harderwijk.derived.ad index 08de16d86f..773cee1a73 100644 --- a/datasets/GM0243_harderwijk/GM0243_harderwijk.derived.ad +++ b/datasets/GM0243_harderwijk/GM0243_harderwijk.derived.ad @@ -1,6 +1,6 @@ - area = GM0243_harderwijk -- id = 112716 -- parent_id = 112716 +- id = 115275 +- parent_id = 115275 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0244_hattem/GM0244_hattem.derived.ad b/datasets/GM0244_hattem/GM0244_hattem.derived.ad index 60f8b99ded..eb39d026b9 100644 --- a/datasets/GM0244_hattem/GM0244_hattem.derived.ad +++ b/datasets/GM0244_hattem/GM0244_hattem.derived.ad @@ -1,6 +1,6 @@ - area = GM0244_hattem -- id = 112719 -- parent_id = 112719 +- id = 115278 +- parent_id = 115278 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0246_heerde/GM0246_heerde.derived.ad b/datasets/GM0246_heerde/GM0246_heerde.derived.ad index 48fe8b22d8..40deb36eac 100644 --- a/datasets/GM0246_heerde/GM0246_heerde.derived.ad +++ b/datasets/GM0246_heerde/GM0246_heerde.derived.ad @@ -1,6 +1,6 @@ - area = GM0246_heerde -- id = 112722 -- parent_id = 112722 +- id = 115281 +- parent_id = 115281 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0252_heumen/GM0252_heumen.derived.ad b/datasets/GM0252_heumen/GM0252_heumen.derived.ad index fff95d8bdb..929a10a4c1 100644 --- a/datasets/GM0252_heumen/GM0252_heumen.derived.ad +++ b/datasets/GM0252_heumen/GM0252_heumen.derived.ad @@ -1,6 +1,6 @@ - area = GM0252_heumen -- id = 112730 -- parent_id = 112730 +- id = 115289 +- parent_id = 115289 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0262_lochem/GM0262_lochem.derived.ad b/datasets/GM0262_lochem/GM0262_lochem.derived.ad index c8890992b5..e076c5acb7 100644 --- a/datasets/GM0262_lochem/GM0262_lochem.derived.ad +++ b/datasets/GM0262_lochem/GM0262_lochem.derived.ad @@ -1,6 +1,6 @@ - area = GM0262_lochem -- id = 112761 -- parent_id = 112761 +- id = 115320 +- parent_id = 115320 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0263_maasdriel/GM0263_maasdriel.derived.ad b/datasets/GM0263_maasdriel/GM0263_maasdriel.derived.ad index 18fad28501..dcfd05c1b4 100644 --- a/datasets/GM0263_maasdriel/GM0263_maasdriel.derived.ad +++ b/datasets/GM0263_maasdriel/GM0263_maasdriel.derived.ad @@ -1,6 +1,6 @@ - area = GM0263_maasdriel -- id = 112765 -- parent_id = 112765 +- id = 115324 +- parent_id = 115324 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0267_nijkerk/GM0267_nijkerk.derived.ad b/datasets/GM0267_nijkerk/GM0267_nijkerk.derived.ad index 4748e11b82..75747d5805 100644 --- a/datasets/GM0267_nijkerk/GM0267_nijkerk.derived.ad +++ b/datasets/GM0267_nijkerk/GM0267_nijkerk.derived.ad @@ -1,6 +1,6 @@ - area = GM0267_nijkerk -- id = 112777 -- parent_id = 112777 +- id = 115336 +- parent_id = 115336 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0268_nijmegen/GM0268_nijmegen.derived.ad b/datasets/GM0268_nijmegen/GM0268_nijmegen.derived.ad index ffbaffaa29..211faa1612 100644 --- a/datasets/GM0268_nijmegen/GM0268_nijmegen.derived.ad +++ b/datasets/GM0268_nijmegen/GM0268_nijmegen.derived.ad @@ -1,6 +1,6 @@ - area = GM0268_nijmegen -- id = 112778 -- parent_id = 112778 +- id = 115337 +- parent_id = 115337 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0269_oldebroek/GM0269_oldebroek.derived.ad b/datasets/GM0269_oldebroek/GM0269_oldebroek.derived.ad index 28ce47d668..1061d82b0b 100644 --- a/datasets/GM0269_oldebroek/GM0269_oldebroek.derived.ad +++ b/datasets/GM0269_oldebroek/GM0269_oldebroek.derived.ad @@ -1,6 +1,6 @@ - area = GM0269_oldebroek -- id = 112788 -- parent_id = 112788 +- id = 115347 +- parent_id = 115347 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0273_putten/GM0273_putten.derived.ad b/datasets/GM0273_putten/GM0273_putten.derived.ad index e417e6bad4..1612389698 100644 --- a/datasets/GM0273_putten/GM0273_putten.derived.ad +++ b/datasets/GM0273_putten/GM0273_putten.derived.ad @@ -1,6 +1,6 @@ - area = GM0273_putten -- id = 112805 -- parent_id = 112805 +- id = 115364 +- parent_id = 115364 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0274_renkum/GM0274_renkum.derived.ad b/datasets/GM0274_renkum/GM0274_renkum.derived.ad index 33291b643a..3f3903f0d0 100644 --- a/datasets/GM0274_renkum/GM0274_renkum.derived.ad +++ b/datasets/GM0274_renkum/GM0274_renkum.derived.ad @@ -1,6 +1,6 @@ - area = GM0274_renkum -- id = 112808 -- parent_id = 112808 +- id = 115367 +- parent_id = 115367 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0275_rheden/GM0275_rheden.derived.ad b/datasets/GM0275_rheden/GM0275_rheden.derived.ad index d8ff2fbe25..4f3bdafff0 100644 --- a/datasets/GM0275_rheden/GM0275_rheden.derived.ad +++ b/datasets/GM0275_rheden/GM0275_rheden.derived.ad @@ -1,6 +1,6 @@ - area = GM0275_rheden -- id = 112810 -- parent_id = 112810 +- id = 115369 +- parent_id = 115369 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0277_rozendaal/GM0277_rozendaal.derived.ad b/datasets/GM0277_rozendaal/GM0277_rozendaal.derived.ad index 4e1e57ba38..cc32ed253d 100644 --- a/datasets/GM0277_rozendaal/GM0277_rozendaal.derived.ad +++ b/datasets/GM0277_rozendaal/GM0277_rozendaal.derived.ad @@ -1,6 +1,6 @@ - area = GM0277_rozendaal -- id = 112817 -- parent_id = 112817 +- id = 115376 +- parent_id = 115376 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0279_scherpenzeel/GM0279_scherpenzeel.derived.ad b/datasets/GM0279_scherpenzeel/GM0279_scherpenzeel.derived.ad index 86655854d0..c771973106 100644 --- a/datasets/GM0279_scherpenzeel/GM0279_scherpenzeel.derived.ad +++ b/datasets/GM0279_scherpenzeel/GM0279_scherpenzeel.derived.ad @@ -1,6 +1,6 @@ - area = GM0279_scherpenzeel -- id = 112820 -- parent_id = 112820 +- id = 115379 +- parent_id = 115379 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0281_tiel/GM0281_tiel.derived.ad b/datasets/GM0281_tiel/GM0281_tiel.derived.ad index f5ebddc4c0..0474894b96 100644 --- a/datasets/GM0281_tiel/GM0281_tiel.derived.ad +++ b/datasets/GM0281_tiel/GM0281_tiel.derived.ad @@ -1,6 +1,6 @@ - area = GM0281_tiel -- id = 112839 -- parent_id = 112839 +- id = 115398 +- parent_id = 115398 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0285_voorst/GM0285_voorst.derived.ad b/datasets/GM0285_voorst/GM0285_voorst.derived.ad index 0c8914e9ab..9e4902bfb6 100644 --- a/datasets/GM0285_voorst/GM0285_voorst.derived.ad +++ b/datasets/GM0285_voorst/GM0285_voorst.derived.ad @@ -1,6 +1,6 @@ - area = GM0285_voorst -- id = 112859 -- parent_id = 112859 +- id = 115418 +- parent_id = 115418 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0289_wageningen/GM0289_wageningen.derived.ad b/datasets/GM0289_wageningen/GM0289_wageningen.derived.ad index 71666d1506..c8cb69d9ef 100644 --- a/datasets/GM0289_wageningen/GM0289_wageningen.derived.ad +++ b/datasets/GM0289_wageningen/GM0289_wageningen.derived.ad @@ -1,6 +1,6 @@ - area = GM0289_wageningen -- id = 112862 -- parent_id = 112862 +- id = 115421 +- parent_id = 115421 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0293_westervoort/GM0293_westervoort.derived.ad b/datasets/GM0293_westervoort/GM0293_westervoort.derived.ad index 8d67a370e8..e4aafa5549 100644 --- a/datasets/GM0293_westervoort/GM0293_westervoort.derived.ad +++ b/datasets/GM0293_westervoort/GM0293_westervoort.derived.ad @@ -1,6 +1,6 @@ - area = GM0293_westervoort -- id = 112868 -- parent_id = 112868 +- id = 115427 +- parent_id = 115427 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0294_winterswijk/GM0294_winterswijk.derived.ad b/datasets/GM0294_winterswijk/GM0294_winterswijk.derived.ad index be988530e6..68e1d5044f 100644 --- a/datasets/GM0294_winterswijk/GM0294_winterswijk.derived.ad +++ b/datasets/GM0294_winterswijk/GM0294_winterswijk.derived.ad @@ -1,6 +1,6 @@ - area = GM0294_winterswijk -- id = 112876 -- parent_id = 112876 +- id = 115435 +- parent_id = 115435 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0296_wijchen/GM0296_wijchen.derived.ad b/datasets/GM0296_wijchen/GM0296_wijchen.derived.ad index 8bdad2b4b5..591acceb27 100644 --- a/datasets/GM0296_wijchen/GM0296_wijchen.derived.ad +++ b/datasets/GM0296_wijchen/GM0296_wijchen.derived.ad @@ -1,6 +1,6 @@ - area = GM0296_wijchen -- id = 112873 -- parent_id = 112873 +- id = 115432 +- parent_id = 115432 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0297_zaltbommel/GM0297_zaltbommel.derived.ad b/datasets/GM0297_zaltbommel/GM0297_zaltbommel.derived.ad index 3902abb26e..809f415eb3 100644 --- a/datasets/GM0297_zaltbommel/GM0297_zaltbommel.derived.ad +++ b/datasets/GM0297_zaltbommel/GM0297_zaltbommel.derived.ad @@ -1,6 +1,6 @@ - area = GM0297_zaltbommel -- id = 112881 -- parent_id = 112881 +- id = 115440 +- parent_id = 115440 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0299_zevenaar/GM0299_zevenaar.derived.ad b/datasets/GM0299_zevenaar/GM0299_zevenaar.derived.ad index 2b5d209091..72ffd49032 100644 --- a/datasets/GM0299_zevenaar/GM0299_zevenaar.derived.ad +++ b/datasets/GM0299_zevenaar/GM0299_zevenaar.derived.ad @@ -1,6 +1,6 @@ - area = GM0299_zevenaar -- id = 112885 -- parent_id = 112885 +- id = 115444 +- parent_id = 115444 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0301_zutphen/GM0301_zutphen.derived.ad b/datasets/GM0301_zutphen/GM0301_zutphen.derived.ad index cdb59930c8..eb96a920a1 100644 --- a/datasets/GM0301_zutphen/GM0301_zutphen.derived.ad +++ b/datasets/GM0301_zutphen/GM0301_zutphen.derived.ad @@ -1,6 +1,6 @@ - area = GM0301_zutphen -- id = 112889 -- parent_id = 112889 +- id = 115448 +- parent_id = 115448 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0302_nunspeet/GM0302_nunspeet.derived.ad b/datasets/GM0302_nunspeet/GM0302_nunspeet.derived.ad index 1cfe5ac46b..1bfd11836c 100644 --- a/datasets/GM0302_nunspeet/GM0302_nunspeet.derived.ad +++ b/datasets/GM0302_nunspeet/GM0302_nunspeet.derived.ad @@ -1,6 +1,6 @@ - area = GM0302_nunspeet -- id = 112784 -- parent_id = 112784 +- id = 115343 +- parent_id = 115343 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0303_dronten/GM0303_dronten.derived.ad b/datasets/GM0303_dronten/GM0303_dronten.derived.ad index 9022adb5af..abfdc88390 100644 --- a/datasets/GM0303_dronten/GM0303_dronten.derived.ad +++ b/datasets/GM0303_dronten/GM0303_dronten.derived.ad @@ -1,6 +1,6 @@ - area = GM0303_dronten -- id = 112690 -- parent_id = 112690 +- id = 115249 +- parent_id = 115249 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0307_amersfoort/GM0307_amersfoort.derived.ad b/datasets/GM0307_amersfoort/GM0307_amersfoort.derived.ad index 46d19966a5..4ad4af9c70 100644 --- a/datasets/GM0307_amersfoort/GM0307_amersfoort.derived.ad +++ b/datasets/GM0307_amersfoort/GM0307_amersfoort.derived.ad @@ -1,6 +1,6 @@ - area = GM0307_amersfoort -- id = 113137 -- parent_id = 113137 +- id = 115195 +- parent_id = 115195 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0308_baarn/GM0308_baarn.derived.ad b/datasets/GM0308_baarn/GM0308_baarn.derived.ad index 5fc8712f9d..3154eec0e0 100644 --- a/datasets/GM0308_baarn/GM0308_baarn.derived.ad +++ b/datasets/GM0308_baarn/GM0308_baarn.derived.ad @@ -1,6 +1,6 @@ - area = GM0308_baarn -- id = 112642 -- parent_id = 112642 +- id = 115201 +- parent_id = 115201 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0310_de_bilt/GM0310_de_bilt.derived.ad b/datasets/GM0310_de_bilt/GM0310_de_bilt.derived.ad index 9fd362d131..a44328ee11 100644 --- a/datasets/GM0310_de_bilt/GM0310_de_bilt.derived.ad +++ b/datasets/GM0310_de_bilt/GM0310_de_bilt.derived.ad @@ -1,6 +1,6 @@ - area = GM0310_de_bilt -- id = 112673 -- parent_id = 112673 +- id = 115232 +- parent_id = 115232 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0312_bunnik/GM0312_bunnik.derived.ad b/datasets/GM0312_bunnik/GM0312_bunnik.derived.ad index 20cb1faa74..67cb35495d 100644 --- a/datasets/GM0312_bunnik/GM0312_bunnik.derived.ad +++ b/datasets/GM0312_bunnik/GM0312_bunnik.derived.ad @@ -1,6 +1,6 @@ - area = GM0312_bunnik -- id = 112665 -- parent_id = 112665 +- id = 115224 +- parent_id = 115224 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0313_bunschoten/GM0313_bunschoten.derived.ad b/datasets/GM0313_bunschoten/GM0313_bunschoten.derived.ad index 582240dd7f..d046f57010 100644 --- a/datasets/GM0313_bunschoten/GM0313_bunschoten.derived.ad +++ b/datasets/GM0313_bunschoten/GM0313_bunschoten.derived.ad @@ -1,6 +1,6 @@ - area = GM0313_bunschoten -- id = 112666 -- parent_id = 112666 +- id = 115225 +- parent_id = 115225 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0317_eemnes/GM0317_eemnes.derived.ad b/datasets/GM0317_eemnes/GM0317_eemnes.derived.ad index 2d63e2a8bb..2875aa9a24 100644 --- a/datasets/GM0317_eemnes/GM0317_eemnes.derived.ad +++ b/datasets/GM0317_eemnes/GM0317_eemnes.derived.ad @@ -1,6 +1,6 @@ - area = GM0317_eemnes -- id = 112695 -- parent_id = 112695 +- id = 115254 +- parent_id = 115254 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0321_houten/GM0321_houten.derived.ad b/datasets/GM0321_houten/GM0321_houten.derived.ad index 1e6933dcdb..ef25d32b92 100644 --- a/datasets/GM0321_houten/GM0321_houten.derived.ad +++ b/datasets/GM0321_houten/GM0321_houten.derived.ad @@ -1,6 +1,6 @@ - area = GM0321_houten -- id = 112738 -- parent_id = 112738 +- id = 115297 +- parent_id = 115297 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0327_leusden/GM0327_leusden.derived.ad b/datasets/GM0327_leusden/GM0327_leusden.derived.ad index fd7866bfe2..8e0ce138ff 100644 --- a/datasets/GM0327_leusden/GM0327_leusden.derived.ad +++ b/datasets/GM0327_leusden/GM0327_leusden.derived.ad @@ -1,6 +1,6 @@ - area = GM0327_leusden -- id = 112758 -- parent_id = 112758 +- id = 115317 +- parent_id = 115317 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0331_lopik/GM0331_lopik.derived.ad b/datasets/GM0331_lopik/GM0331_lopik.derived.ad index 441432f1c0..75110646b7 100644 --- a/datasets/GM0331_lopik/GM0331_lopik.derived.ad +++ b/datasets/GM0331_lopik/GM0331_lopik.derived.ad @@ -1,6 +1,6 @@ - area = GM0331_lopik -- id = 112763 -- parent_id = 112763 +- id = 115322 +- parent_id = 115322 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0335_montfoort/GM0335_montfoort.derived.ad b/datasets/GM0335_montfoort/GM0335_montfoort.derived.ad index d37de71405..2ca6d3f050 100644 --- a/datasets/GM0335_montfoort/GM0335_montfoort.derived.ad +++ b/datasets/GM0335_montfoort/GM0335_montfoort.derived.ad @@ -1,6 +1,6 @@ - area = GM0335_montfoort -- id = 112773 -- parent_id = 112773 +- id = 115332 +- parent_id = 115332 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0339_renswoude/GM0339_renswoude.derived.ad b/datasets/GM0339_renswoude/GM0339_renswoude.derived.ad index 73902efabf..effdf642c9 100644 --- a/datasets/GM0339_renswoude/GM0339_renswoude.derived.ad +++ b/datasets/GM0339_renswoude/GM0339_renswoude.derived.ad @@ -1,6 +1,6 @@ - area = GM0339_renswoude -- id = 112809 -- parent_id = 112809 +- id = 115368 +- parent_id = 115368 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0340_rhenen/GM0340_rhenen.derived.ad b/datasets/GM0340_rhenen/GM0340_rhenen.derived.ad index 1700630052..a1e1fb9190 100644 --- a/datasets/GM0340_rhenen/GM0340_rhenen.derived.ad +++ b/datasets/GM0340_rhenen/GM0340_rhenen.derived.ad @@ -1,6 +1,6 @@ - area = GM0340_rhenen -- id = 112811 -- parent_id = 112811 +- id = 115370 +- parent_id = 115370 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0342_soest/GM0342_soest.derived.ad b/datasets/GM0342_soest/GM0342_soest.derived.ad index 1fb6774ba7..8044cf2f07 100644 --- a/datasets/GM0342_soest/GM0342_soest.derived.ad +++ b/datasets/GM0342_soest/GM0342_soest.derived.ad @@ -1,6 +1,6 @@ - area = GM0342_soest -- id = 112828 -- parent_id = 112828 +- id = 115387 +- parent_id = 115387 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0344_utrecht/GM0344_utrecht.derived.ad b/datasets/GM0344_utrecht/GM0344_utrecht.derived.ad index 62e087b75a..6341d0fed3 100644 --- a/datasets/GM0344_utrecht/GM0344_utrecht.derived.ad +++ b/datasets/GM0344_utrecht/GM0344_utrecht.derived.ad @@ -1,6 +1,6 @@ - area = GM0344_utrecht -- id = 112848 -- parent_id = 112848 +- id = 115407 +- parent_id = 115407 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0345_veenendaal/GM0345_veenendaal.derived.ad b/datasets/GM0345_veenendaal/GM0345_veenendaal.derived.ad index 7ff3c2999f..2943eab488 100644 --- a/datasets/GM0345_veenendaal/GM0345_veenendaal.derived.ad +++ b/datasets/GM0345_veenendaal/GM0345_veenendaal.derived.ad @@ -1,6 +1,6 @@ - area = GM0345_veenendaal -- id = 112851 -- parent_id = 112851 +- id = 115410 +- parent_id = 115410 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0351_woudenberg/GM0351_woudenberg.derived.ad b/datasets/GM0351_woudenberg/GM0351_woudenberg.derived.ad index 3909661001..30a6c6d89f 100644 --- a/datasets/GM0351_woudenberg/GM0351_woudenberg.derived.ad +++ b/datasets/GM0351_woudenberg/GM0351_woudenberg.derived.ad @@ -1,6 +1,6 @@ - area = GM0351_woudenberg -- id = 112879 -- parent_id = 112879 +- id = 115438 +- parent_id = 115438 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0352_wijk_bij_duurstede/GM0352_wijk_bij_duurstede.derived.ad b/datasets/GM0352_wijk_bij_duurstede/GM0352_wijk_bij_duurstede.derived.ad index b61ef51830..9764f621dd 100644 --- a/datasets/GM0352_wijk_bij_duurstede/GM0352_wijk_bij_duurstede.derived.ad +++ b/datasets/GM0352_wijk_bij_duurstede/GM0352_wijk_bij_duurstede.derived.ad @@ -1,6 +1,6 @@ - area = GM0352_wijk_bij_duurstede -- id = 112875 -- parent_id = 112875 +- id = 115434 +- parent_id = 115434 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0353_ijsselstein/GM0353_ijsselstein.derived.ad b/datasets/GM0353_ijsselstein/GM0353_ijsselstein.derived.ad index 0b35e39505..edb67627e6 100644 --- a/datasets/GM0353_ijsselstein/GM0353_ijsselstein.derived.ad +++ b/datasets/GM0353_ijsselstein/GM0353_ijsselstein.derived.ad @@ -1,6 +1,6 @@ - area = GM0353_ijsselstein -- id = 112741 -- parent_id = 112741 +- id = 115300 +- parent_id = 115300 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0355_zeist/GM0355_zeist.derived.ad b/datasets/GM0355_zeist/GM0355_zeist.derived.ad index ebdb593f87..1766e92a92 100644 --- a/datasets/GM0355_zeist/GM0355_zeist.derived.ad +++ b/datasets/GM0355_zeist/GM0355_zeist.derived.ad @@ -1,6 +1,6 @@ - area = GM0355_zeist -- id = 112884 -- parent_id = 112884 +- id = 115443 +- parent_id = 115443 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0356_nieuwegein/GM0356_nieuwegein.derived.ad b/datasets/GM0356_nieuwegein/GM0356_nieuwegein.derived.ad index 8497f3fbea..833c2d78a5 100644 --- a/datasets/GM0356_nieuwegein/GM0356_nieuwegein.derived.ad +++ b/datasets/GM0356_nieuwegein/GM0356_nieuwegein.derived.ad @@ -1,6 +1,6 @@ - area = GM0356_nieuwegein -- id = 112775 -- parent_id = 112775 +- id = 115334 +- parent_id = 115334 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0358_aalsmeer/GM0358_aalsmeer.derived.ad b/datasets/GM0358_aalsmeer/GM0358_aalsmeer.derived.ad index 6678a26a6c..4835311a2b 100644 --- a/datasets/GM0358_aalsmeer/GM0358_aalsmeer.derived.ad +++ b/datasets/GM0358_aalsmeer/GM0358_aalsmeer.derived.ad @@ -1,6 +1,6 @@ - area = GM0358_aalsmeer -- id = 112625 -- parent_id = 112625 +- id = 115184 +- parent_id = 115184 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0361_alkmaar/GM0361_alkmaar.derived.ad b/datasets/GM0361_alkmaar/GM0361_alkmaar.derived.ad index f85e43d4f6..8330b97f59 100644 --- a/datasets/GM0361_alkmaar/GM0361_alkmaar.derived.ad +++ b/datasets/GM0361_alkmaar/GM0361_alkmaar.derived.ad @@ -1,6 +1,6 @@ - area = GM0361_alkmaar -- id = 112630 -- parent_id = 112630 +- id = 115189 +- parent_id = 115189 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0362_amstelveen/GM0362_amstelveen.derived.ad b/datasets/GM0362_amstelveen/GM0362_amstelveen.derived.ad index 8585590277..bf41b99a5b 100644 --- a/datasets/GM0362_amstelveen/GM0362_amstelveen.derived.ad +++ b/datasets/GM0362_amstelveen/GM0362_amstelveen.derived.ad @@ -1,6 +1,6 @@ - area = GM0362_amstelveen -- id = 112637 -- parent_id = 112637 +- id = 115196 +- parent_id = 115196 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0363_amsterdam/GM0363_amsterdam.derived.ad b/datasets/GM0363_amsterdam/GM0363_amsterdam.derived.ad index 052e6cd0e8..67fcd3f024 100644 --- a/datasets/GM0363_amsterdam/GM0363_amsterdam.derived.ad +++ b/datasets/GM0363_amsterdam/GM0363_amsterdam.derived.ad @@ -1,6 +1,6 @@ - area = GM0363_amsterdam -- id = 112638 -- parent_id = 112638 +- id = 115197 +- parent_id = 115197 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0370_beemster/GM0370_beemster.derived.ad b/datasets/GM0370_beemster/GM0370_beemster.derived.ad index 9ae11fb5b4..4916cc86fd 100644 --- a/datasets/GM0370_beemster/GM0370_beemster.derived.ad +++ b/datasets/GM0370_beemster/GM0370_beemster.derived.ad @@ -1,6 +1,6 @@ - area = GM0370_beemster -- id = 112645 -- parent_id = 112645 +- id = 115204 +- parent_id = 115204 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0373_bergen/GM0373_bergen.derived.ad b/datasets/GM0373_bergen/GM0373_bergen.derived.ad index 489683340d..dd04d6edc9 100644 --- a/datasets/GM0373_bergen/GM0373_bergen.derived.ad +++ b/datasets/GM0373_bergen/GM0373_bergen.derived.ad @@ -1,6 +1,6 @@ - area = GM0373_bergen -- id = 112648 -- parent_id = 112648 +- id = 115207 +- parent_id = 115207 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0375_beverwijk/GM0375_beverwijk.derived.ad b/datasets/GM0375_beverwijk/GM0375_beverwijk.derived.ad index a7c2f2e1ba..56ddaf0c71 100644 --- a/datasets/GM0375_beverwijk/GM0375_beverwijk.derived.ad +++ b/datasets/GM0375_beverwijk/GM0375_beverwijk.derived.ad @@ -1,6 +1,6 @@ - area = GM0375_beverwijk -- id = 112652 -- parent_id = 112652 +- id = 115211 +- parent_id = 115211 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0376_blaricum/GM0376_blaricum.derived.ad b/datasets/GM0376_blaricum/GM0376_blaricum.derived.ad index 57b2056fb5..6d1dc06e87 100644 --- a/datasets/GM0376_blaricum/GM0376_blaricum.derived.ad +++ b/datasets/GM0376_blaricum/GM0376_blaricum.derived.ad @@ -1,6 +1,6 @@ - area = GM0376_blaricum -- id = 112654 -- parent_id = 112654 +- id = 115213 +- parent_id = 115213 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0377_bloemendaal/GM0377_bloemendaal.derived.ad b/datasets/GM0377_bloemendaal/GM0377_bloemendaal.derived.ad index d090e1325c..c010e10b98 100644 --- a/datasets/GM0377_bloemendaal/GM0377_bloemendaal.derived.ad +++ b/datasets/GM0377_bloemendaal/GM0377_bloemendaal.derived.ad @@ -1,6 +1,6 @@ - area = GM0377_bloemendaal -- id = 112655 -- parent_id = 112655 +- id = 115214 +- parent_id = 115214 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0383_castricum/GM0383_castricum.derived.ad b/datasets/GM0383_castricum/GM0383_castricum.derived.ad index 29a15f2c39..f786ab0b81 100644 --- a/datasets/GM0383_castricum/GM0383_castricum.derived.ad +++ b/datasets/GM0383_castricum/GM0383_castricum.derived.ad @@ -1,6 +1,6 @@ - area = GM0383_castricum -- id = 112669 -- parent_id = 112669 +- id = 115228 +- parent_id = 115228 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0384_diemen/GM0384_diemen.derived.ad b/datasets/GM0384_diemen/GM0384_diemen.derived.ad index 11d57de99c..6b7c06a7d1 100644 --- a/datasets/GM0384_diemen/GM0384_diemen.derived.ad +++ b/datasets/GM0384_diemen/GM0384_diemen.derived.ad @@ -1,6 +1,6 @@ - area = GM0384_diemen -- id = 112682 -- parent_id = 112682 +- id = 115241 +- parent_id = 115241 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0385_edam_volendam/GM0385_edam_volendam.derived.ad b/datasets/GM0385_edam_volendam/GM0385_edam_volendam.derived.ad index 39c57e9bce..95599afcae 100644 --- a/datasets/GM0385_edam_volendam/GM0385_edam_volendam.derived.ad +++ b/datasets/GM0385_edam_volendam/GM0385_edam_volendam.derived.ad @@ -1,6 +1,6 @@ - area = GM0385_edam_volendam -- id = 112693 -- parent_id = 112693 +- id = 115252 +- parent_id = 115252 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0388_enkhuizen/GM0388_enkhuizen.derived.ad b/datasets/GM0388_enkhuizen/GM0388_enkhuizen.derived.ad index 0199f082db..86320a2b05 100644 --- a/datasets/GM0388_enkhuizen/GM0388_enkhuizen.derived.ad +++ b/datasets/GM0388_enkhuizen/GM0388_enkhuizen.derived.ad @@ -1,6 +1,6 @@ - area = GM0388_enkhuizen -- id = 112697 -- parent_id = 112697 +- id = 115256 +- parent_id = 115256 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0392_haarlem/GM0392_haarlem.derived.ad b/datasets/GM0392_haarlem/GM0392_haarlem.derived.ad index 88f1850d9e..66d030ec2c 100644 --- a/datasets/GM0392_haarlem/GM0392_haarlem.derived.ad +++ b/datasets/GM0392_haarlem/GM0392_haarlem.derived.ad @@ -1,6 +1,6 @@ - area = GM0392_haarlem -- id = 112712 -- parent_id = 112712 +- id = 115271 +- parent_id = 115271 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0394_haarlemmermeer/GM0394_haarlemmermeer.derived.ad b/datasets/GM0394_haarlemmermeer/GM0394_haarlemmermeer.derived.ad index 50e7819670..0310a03d72 100644 --- a/datasets/GM0394_haarlemmermeer/GM0394_haarlemmermeer.derived.ad +++ b/datasets/GM0394_haarlemmermeer/GM0394_haarlemmermeer.derived.ad @@ -1,6 +1,6 @@ - area = GM0394_haarlemmermeer -- id = 112713 -- parent_id = 112713 +- id = 115272 +- parent_id = 115272 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0396_heemskerk/GM0396_heemskerk.derived.ad b/datasets/GM0396_heemskerk/GM0396_heemskerk.derived.ad index 08b46e4d9b..c20ca11e95 100644 --- a/datasets/GM0396_heemskerk/GM0396_heemskerk.derived.ad +++ b/datasets/GM0396_heemskerk/GM0396_heemskerk.derived.ad @@ -1,6 +1,6 @@ - area = GM0396_heemskerk -- id = 112720 -- parent_id = 112720 +- id = 115279 +- parent_id = 115279 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0397_heemstede/GM0397_heemstede.derived.ad b/datasets/GM0397_heemstede/GM0397_heemstede.derived.ad index 6c1458146c..6a8b2d7fa6 100644 --- a/datasets/GM0397_heemstede/GM0397_heemstede.derived.ad +++ b/datasets/GM0397_heemstede/GM0397_heemstede.derived.ad @@ -1,6 +1,6 @@ - area = GM0397_heemstede -- id = 112721 -- parent_id = 112721 +- id = 115280 +- parent_id = 115280 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0398_heerhugowaard/GM0398_heerhugowaard.derived.ad b/datasets/GM0398_heerhugowaard/GM0398_heerhugowaard.derived.ad index dd5cd6a22e..8b35e18a22 100644 --- a/datasets/GM0398_heerhugowaard/GM0398_heerhugowaard.derived.ad +++ b/datasets/GM0398_heerhugowaard/GM0398_heerhugowaard.derived.ad @@ -1,6 +1,6 @@ - area = GM0398_heerhugowaard -- id = 112724 -- parent_id = 112724 +- id = 115283 +- parent_id = 115283 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0399_heiloo/GM0399_heiloo.derived.ad b/datasets/GM0399_heiloo/GM0399_heiloo.derived.ad index 6fbec3d661..5895fd5030 100644 --- a/datasets/GM0399_heiloo/GM0399_heiloo.derived.ad +++ b/datasets/GM0399_heiloo/GM0399_heiloo.derived.ad @@ -1,6 +1,6 @@ - area = GM0399_heiloo -- id = 112725 -- parent_id = 112725 +- id = 115284 +- parent_id = 115284 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0400_den_helder/GM0400_den_helder.derived.ad b/datasets/GM0400_den_helder/GM0400_den_helder.derived.ad index ca85021d00..5eb0b8f825 100644 --- a/datasets/GM0400_den_helder/GM0400_den_helder.derived.ad +++ b/datasets/GM0400_den_helder/GM0400_den_helder.derived.ad @@ -1,6 +1,6 @@ - area = GM0400_den_helder -- id = 112679 -- parent_id = 112679 +- id = 115238 +- parent_id = 115238 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0402_hilversum/GM0402_hilversum.derived.ad b/datasets/GM0402_hilversum/GM0402_hilversum.derived.ad index 303ba5e645..bc6ba2f218 100644 --- a/datasets/GM0402_hilversum/GM0402_hilversum.derived.ad +++ b/datasets/GM0402_hilversum/GM0402_hilversum.derived.ad @@ -1,6 +1,6 @@ - area = GM0402_hilversum -- id = 112734 -- parent_id = 112734 +- id = 115293 +- parent_id = 115293 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0405_hoorn/GM0405_hoorn.derived.ad b/datasets/GM0405_hoorn/GM0405_hoorn.derived.ad index 0754111b24..b74d4b28f0 100644 --- a/datasets/GM0405_hoorn/GM0405_hoorn.derived.ad +++ b/datasets/GM0405_hoorn/GM0405_hoorn.derived.ad @@ -1,6 +1,6 @@ - area = GM0405_hoorn -- id = 112737 -- parent_id = 112737 +- id = 115296 +- parent_id = 115296 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0406_huizen/GM0406_huizen.derived.ad b/datasets/GM0406_huizen/GM0406_huizen.derived.ad index b627dfefad..52ffe45a58 100644 --- a/datasets/GM0406_huizen/GM0406_huizen.derived.ad +++ b/datasets/GM0406_huizen/GM0406_huizen.derived.ad @@ -1,6 +1,6 @@ - area = GM0406_huizen -- id = 112739 -- parent_id = 112739 +- id = 115298 +- parent_id = 115298 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0415_landsmeer/GM0415_landsmeer.derived.ad b/datasets/GM0415_landsmeer/GM0415_landsmeer.derived.ad index 7d8f8b3a5c..1dfbcb721f 100644 --- a/datasets/GM0415_landsmeer/GM0415_landsmeer.derived.ad +++ b/datasets/GM0415_landsmeer/GM0415_landsmeer.derived.ad @@ -1,6 +1,6 @@ - area = GM0415_landsmeer -- id = 112749 -- parent_id = 112749 +- id = 115308 +- parent_id = 115308 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0416_langedijk/GM0416_langedijk.derived.ad b/datasets/GM0416_langedijk/GM0416_langedijk.derived.ad index dc57e3b59b..479a2f21dd 100644 --- a/datasets/GM0416_langedijk/GM0416_langedijk.derived.ad +++ b/datasets/GM0416_langedijk/GM0416_langedijk.derived.ad @@ -1,6 +1,6 @@ - area = GM0416_langedijk -- id = 112750 -- parent_id = 112750 +- id = 115309 +- parent_id = 115309 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0417_laren/GM0417_laren.derived.ad b/datasets/GM0417_laren/GM0417_laren.derived.ad index a2d5bffe62..62119c6f28 100644 --- a/datasets/GM0417_laren/GM0417_laren.derived.ad +++ b/datasets/GM0417_laren/GM0417_laren.derived.ad @@ -1,6 +1,6 @@ - area = GM0417_laren -- id = 112752 -- parent_id = 112752 +- id = 115311 +- parent_id = 115311 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0420_medemblik/GM0420_medemblik.derived.ad b/datasets/GM0420_medemblik/GM0420_medemblik.derived.ad index 7b11cff991..59cc750e01 100644 --- a/datasets/GM0420_medemblik/GM0420_medemblik.derived.ad +++ b/datasets/GM0420_medemblik/GM0420_medemblik.derived.ad @@ -1,6 +1,6 @@ - area = GM0420_medemblik -- id = 112767 -- parent_id = 112767 +- id = 115326 +- parent_id = 115326 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0431_oostzaan/GM0431_oostzaan.derived.ad b/datasets/GM0431_oostzaan/GM0431_oostzaan.derived.ad index 84dd5c73fb..99ee5c2237 100644 --- a/datasets/GM0431_oostzaan/GM0431_oostzaan.derived.ad +++ b/datasets/GM0431_oostzaan/GM0431_oostzaan.derived.ad @@ -1,6 +1,6 @@ - area = GM0431_oostzaan -- id = 112795 -- parent_id = 112795 +- id = 115354 +- parent_id = 115354 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0432_opmeer/GM0432_opmeer.derived.ad b/datasets/GM0432_opmeer/GM0432_opmeer.derived.ad index d88b96d041..0e9ac3a8b0 100644 --- a/datasets/GM0432_opmeer/GM0432_opmeer.derived.ad +++ b/datasets/GM0432_opmeer/GM0432_opmeer.derived.ad @@ -1,6 +1,6 @@ - area = GM0432_opmeer -- id = 112796 -- parent_id = 112796 +- id = 115355 +- parent_id = 115355 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0437_ouder_amstel/GM0437_ouder_amstel.derived.ad b/datasets/GM0437_ouder_amstel/GM0437_ouder_amstel.derived.ad index 950f4f87e5..9354bf179e 100644 --- a/datasets/GM0437_ouder_amstel/GM0437_ouder_amstel.derived.ad +++ b/datasets/GM0437_ouder_amstel/GM0437_ouder_amstel.derived.ad @@ -1,6 +1,6 @@ - area = GM0437_ouder_amstel -- id = 112798 -- parent_id = 112798 +- id = 115357 +- parent_id = 115357 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0439_purmerend/GM0439_purmerend.derived.ad b/datasets/GM0439_purmerend/GM0439_purmerend.derived.ad index fe0be1b9b0..256c690953 100644 --- a/datasets/GM0439_purmerend/GM0439_purmerend.derived.ad +++ b/datasets/GM0439_purmerend/GM0439_purmerend.derived.ad @@ -1,6 +1,6 @@ - area = GM0439_purmerend -- id = 112804 -- parent_id = 112804 +- id = 115363 +- parent_id = 115363 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0441_schagen/GM0441_schagen.derived.ad b/datasets/GM0441_schagen/GM0441_schagen.derived.ad index 1254c52df1..c36dfd58c7 100644 --- a/datasets/GM0441_schagen/GM0441_schagen.derived.ad +++ b/datasets/GM0441_schagen/GM0441_schagen.derived.ad @@ -1,6 +1,6 @@ - area = GM0441_schagen -- id = 112819 -- parent_id = 112819 +- id = 115378 +- parent_id = 115378 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0448_texel/GM0448_texel.derived.ad b/datasets/GM0448_texel/GM0448_texel.derived.ad index 49e3e2945e..1f7ec6447c 100644 --- a/datasets/GM0448_texel/GM0448_texel.derived.ad +++ b/datasets/GM0448_texel/GM0448_texel.derived.ad @@ -1,6 +1,6 @@ - area = GM0448_texel -- id = 112836 -- parent_id = 112836 +- id = 115395 +- parent_id = 115395 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0450_uitgeest/GM0450_uitgeest.derived.ad b/datasets/GM0450_uitgeest/GM0450_uitgeest.derived.ad index a7663198aa..8bc5220171 100644 --- a/datasets/GM0450_uitgeest/GM0450_uitgeest.derived.ad +++ b/datasets/GM0450_uitgeest/GM0450_uitgeest.derived.ad @@ -1,6 +1,6 @@ - area = GM0450_uitgeest -- id = 112845 -- parent_id = 112845 +- id = 115404 +- parent_id = 115404 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0451_uithoorn/GM0451_uithoorn.derived.ad b/datasets/GM0451_uithoorn/GM0451_uithoorn.derived.ad index ccb513966f..55d598bc9b 100644 --- a/datasets/GM0451_uithoorn/GM0451_uithoorn.derived.ad +++ b/datasets/GM0451_uithoorn/GM0451_uithoorn.derived.ad @@ -1,6 +1,6 @@ - area = GM0451_uithoorn -- id = 112846 -- parent_id = 112846 +- id = 115405 +- parent_id = 115405 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0453_velsen/GM0453_velsen.derived.ad b/datasets/GM0453_velsen/GM0453_velsen.derived.ad index 69b08c9edc..9fd1eb064b 100644 --- a/datasets/GM0453_velsen/GM0453_velsen.derived.ad +++ b/datasets/GM0453_velsen/GM0453_velsen.derived.ad @@ -1,6 +1,6 @@ - area = GM0453_velsen -- id = 112854 -- parent_id = 112854 +- id = 115413 +- parent_id = 115413 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0457_weesp/GM0457_weesp.derived.ad b/datasets/GM0457_weesp/GM0457_weesp.derived.ad index 3327558233..b20227a06b 100644 --- a/datasets/GM0457_weesp/GM0457_weesp.derived.ad +++ b/datasets/GM0457_weesp/GM0457_weesp.derived.ad @@ -1,6 +1,6 @@ - area = GM0457_weesp -- id = 112865 -- parent_id = 112865 +- id = 115424 +- parent_id = 115424 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0473_zandvoort/GM0473_zandvoort.derived.ad b/datasets/GM0473_zandvoort/GM0473_zandvoort.derived.ad index 8a7223f1e3..f7a4366cc8 100644 --- a/datasets/GM0473_zandvoort/GM0473_zandvoort.derived.ad +++ b/datasets/GM0473_zandvoort/GM0473_zandvoort.derived.ad @@ -1,6 +1,6 @@ - area = GM0473_zandvoort -- id = 112882 -- parent_id = 112882 +- id = 115441 +- parent_id = 115441 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0479_zaanstad/GM0479_zaanstad.derived.ad b/datasets/GM0479_zaanstad/GM0479_zaanstad.derived.ad index a8d88f25d5..ad76ff9e26 100644 --- a/datasets/GM0479_zaanstad/GM0479_zaanstad.derived.ad +++ b/datasets/GM0479_zaanstad/GM0479_zaanstad.derived.ad @@ -1,6 +1,6 @@ - area = GM0479_zaanstad -- id = 112880 -- parent_id = 112880 +- id = 115439 +- parent_id = 115439 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0482_alblasserdam/GM0482_alblasserdam.derived.ad b/datasets/GM0482_alblasserdam/GM0482_alblasserdam.derived.ad index 53a74e6712..2c00e09889 100644 --- a/datasets/GM0482_alblasserdam/GM0482_alblasserdam.derived.ad +++ b/datasets/GM0482_alblasserdam/GM0482_alblasserdam.derived.ad @@ -1,6 +1,6 @@ - area = GM0482_alblasserdam -- id = 112628 -- parent_id = 112628 +- id = 115187 +- parent_id = 115187 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0484_alphen_aan_den_rijn/GM0484_alphen_aan_den_rijn.derived.ad b/datasets/GM0484_alphen_aan_den_rijn/GM0484_alphen_aan_den_rijn.derived.ad index 80b803eb6d..2677e16caa 100644 --- a/datasets/GM0484_alphen_aan_den_rijn/GM0484_alphen_aan_den_rijn.derived.ad +++ b/datasets/GM0484_alphen_aan_den_rijn/GM0484_alphen_aan_den_rijn.derived.ad @@ -1,6 +1,6 @@ - area = GM0484_alphen_aan_den_rijn -- id = 112633 -- parent_id = 112633 +- id = 115192 +- parent_id = 115192 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0489_barendrecht/GM0489_barendrecht.derived.ad b/datasets/GM0489_barendrecht/GM0489_barendrecht.derived.ad index a2086613b3..c9c8c4abde 100644 --- a/datasets/GM0489_barendrecht/GM0489_barendrecht.derived.ad +++ b/datasets/GM0489_barendrecht/GM0489_barendrecht.derived.ad @@ -1,6 +1,6 @@ - area = GM0489_barendrecht -- id = 112643 -- parent_id = 112643 +- id = 115202 +- parent_id = 115202 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0498_drechterland/GM0498_drechterland.derived.ad b/datasets/GM0498_drechterland/GM0498_drechterland.derived.ad index fa7d65c9d1..c3703244db 100644 --- a/datasets/GM0498_drechterland/GM0498_drechterland.derived.ad +++ b/datasets/GM0498_drechterland/GM0498_drechterland.derived.ad @@ -1,6 +1,6 @@ - area = GM0498_drechterland -- id = 112688 -- parent_id = 112688 +- id = 115247 +- parent_id = 115247 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0501_brielle/GM0501_brielle.derived.ad b/datasets/GM0501_brielle/GM0501_brielle.derived.ad index 28fde91341..4690f9f447 100644 --- a/datasets/GM0501_brielle/GM0501_brielle.derived.ad +++ b/datasets/GM0501_brielle/GM0501_brielle.derived.ad @@ -1,6 +1,6 @@ - area = GM0501_brielle -- id = 112662 -- parent_id = 112662 +- id = 115221 +- parent_id = 115221 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0502_capelle_aan_den_ijssel/GM0502_capelle_aan_den_ijssel.derived.ad b/datasets/GM0502_capelle_aan_den_ijssel/GM0502_capelle_aan_den_ijssel.derived.ad index d6679ed529..30c5cf0af3 100644 --- a/datasets/GM0502_capelle_aan_den_ijssel/GM0502_capelle_aan_den_ijssel.derived.ad +++ b/datasets/GM0502_capelle_aan_den_ijssel/GM0502_capelle_aan_den_ijssel.derived.ad @@ -1,6 +1,6 @@ - area = GM0502_capelle_aan_den_ijssel -- id = 112668 -- parent_id = 112668 +- id = 115227 +- parent_id = 115227 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0503_delft/GM0503_delft.derived.ad b/datasets/GM0503_delft/GM0503_delft.derived.ad index d6a82b0261..b7bf6e6511 100644 --- a/datasets/GM0503_delft/GM0503_delft.derived.ad +++ b/datasets/GM0503_delft/GM0503_delft.derived.ad @@ -1,6 +1,6 @@ - area = GM0503_delft -- id = 112677 -- parent_id = 112677 +- id = 115236 +- parent_id = 115236 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0505_dordrecht/GM0505_dordrecht.derived.ad b/datasets/GM0505_dordrecht/GM0505_dordrecht.derived.ad index 2f76dfa74a..eec8fb45b2 100644 --- a/datasets/GM0505_dordrecht/GM0505_dordrecht.derived.ad +++ b/datasets/GM0505_dordrecht/GM0505_dordrecht.derived.ad @@ -1,6 +1,6 @@ - area = GM0505_dordrecht -- id = 112687 -- parent_id = 112687 +- id = 115246 +- parent_id = 115246 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0512_gorinchem/GM0512_gorinchem.derived.ad b/datasets/GM0512_gorinchem/GM0512_gorinchem.derived.ad index e9401f1f15..b663eaaf89 100644 --- a/datasets/GM0512_gorinchem/GM0512_gorinchem.derived.ad +++ b/datasets/GM0512_gorinchem/GM0512_gorinchem.derived.ad @@ -1,6 +1,6 @@ - area = GM0512_gorinchem -- id = 112708 -- parent_id = 112708 +- id = 115267 +- parent_id = 115267 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0513_gouda/GM0513_gouda.derived.ad b/datasets/GM0513_gouda/GM0513_gouda.derived.ad index d662e48793..d3b9b306a3 100644 --- a/datasets/GM0513_gouda/GM0513_gouda.derived.ad +++ b/datasets/GM0513_gouda/GM0513_gouda.derived.ad @@ -1,6 +1,6 @@ - area = GM0513_gouda -- id = 112709 -- parent_id = 112709 +- id = 115268 +- parent_id = 115268 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0518_s_gravenhage/GM0518_s_gravenhage.derived.ad b/datasets/GM0518_s_gravenhage/GM0518_s_gravenhage.derived.ad index 5e2097715c..2fe5990dc5 100644 --- a/datasets/GM0518_s_gravenhage/GM0518_s_gravenhage.derived.ad +++ b/datasets/GM0518_s_gravenhage/GM0518_s_gravenhage.derived.ad @@ -1,6 +1,6 @@ - area = GM0518_s_gravenhage -- id = 112678 -- parent_id = 112678 +- id = 115237 +- parent_id = 115237 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0523_hardinxveld_giessendam/GM0523_hardinxveld_giessendam.derived.ad b/datasets/GM0523_hardinxveld_giessendam/GM0523_hardinxveld_giessendam.derived.ad index a7126a9e90..67b209a837 100644 --- a/datasets/GM0523_hardinxveld_giessendam/GM0523_hardinxveld_giessendam.derived.ad +++ b/datasets/GM0523_hardinxveld_giessendam/GM0523_hardinxveld_giessendam.derived.ad @@ -1,6 +1,6 @@ - area = GM0523_hardinxveld_giessendam -- id = 112717 -- parent_id = 112717 +- id = 115276 +- parent_id = 115276 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0530_hellevoetsluis/GM0530_hellevoetsluis.derived.ad b/datasets/GM0530_hellevoetsluis/GM0530_hellevoetsluis.derived.ad index 85c8039250..a080954ab1 100644 --- a/datasets/GM0530_hellevoetsluis/GM0530_hellevoetsluis.derived.ad +++ b/datasets/GM0530_hellevoetsluis/GM0530_hellevoetsluis.derived.ad @@ -1,6 +1,6 @@ - area = GM0530_hellevoetsluis -- id = 112727 -- parent_id = 112727 +- id = 115286 +- parent_id = 115286 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0531_hendrik_ido_ambacht/GM0531_hendrik_ido_ambacht.derived.ad b/datasets/GM0531_hendrik_ido_ambacht/GM0531_hendrik_ido_ambacht.derived.ad index 8dffd87bc3..99c2936e4f 100644 --- a/datasets/GM0531_hendrik_ido_ambacht/GM0531_hendrik_ido_ambacht.derived.ad +++ b/datasets/GM0531_hendrik_ido_ambacht/GM0531_hendrik_ido_ambacht.derived.ad @@ -1,6 +1,6 @@ - area = GM0531_hendrik_ido_ambacht -- id = 112728 -- parent_id = 112728 +- id = 115287 +- parent_id = 115287 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0532_stede_broec/GM0532_stede_broec.derived.ad b/datasets/GM0532_stede_broec/GM0532_stede_broec.derived.ad index 58c92eda0c..74a3080fea 100644 --- a/datasets/GM0532_stede_broec/GM0532_stede_broec.derived.ad +++ b/datasets/GM0532_stede_broec/GM0532_stede_broec.derived.ad @@ -1,6 +1,6 @@ - area = GM0532_stede_broec -- id = 112830 -- parent_id = 112830 +- id = 115389 +- parent_id = 115389 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0534_hillegom/GM0534_hillegom.derived.ad b/datasets/GM0534_hillegom/GM0534_hillegom.derived.ad index 7d3b328cb3..370d4a325d 100644 --- a/datasets/GM0534_hillegom/GM0534_hillegom.derived.ad +++ b/datasets/GM0534_hillegom/GM0534_hillegom.derived.ad @@ -1,6 +1,6 @@ - area = GM0534_hillegom -- id = 112732 -- parent_id = 112732 +- id = 115291 +- parent_id = 115291 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0537_katwijk/GM0537_katwijk.derived.ad b/datasets/GM0537_katwijk/GM0537_katwijk.derived.ad index c90f33cceb..465369ed6e 100644 --- a/datasets/GM0537_katwijk/GM0537_katwijk.derived.ad +++ b/datasets/GM0537_katwijk/GM0537_katwijk.derived.ad @@ -1,6 +1,6 @@ - area = GM0537_katwijk -- id = 112745 -- parent_id = 112745 +- id = 115304 +- parent_id = 115304 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0542_krimpen_aan_den_ijssel/GM0542_krimpen_aan_den_ijssel.derived.ad b/datasets/GM0542_krimpen_aan_den_ijssel/GM0542_krimpen_aan_den_ijssel.derived.ad index 2f7476a391..7df43c6d8e 100644 --- a/datasets/GM0542_krimpen_aan_den_ijssel/GM0542_krimpen_aan_den_ijssel.derived.ad +++ b/datasets/GM0542_krimpen_aan_den_ijssel/GM0542_krimpen_aan_den_ijssel.derived.ad @@ -1,6 +1,6 @@ - area = GM0542_krimpen_aan_den_ijssel -- id = 112747 -- parent_id = 112747 +- id = 115306 +- parent_id = 115306 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0546_leiden/GM0546_leiden.derived.ad b/datasets/GM0546_leiden/GM0546_leiden.derived.ad index 800f0dbb03..209fcfda9e 100644 --- a/datasets/GM0546_leiden/GM0546_leiden.derived.ad +++ b/datasets/GM0546_leiden/GM0546_leiden.derived.ad @@ -1,6 +1,6 @@ - area = GM0546_leiden -- id = 112754 -- parent_id = 112754 +- id = 115313 +- parent_id = 115313 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0547_leiderdorp/GM0547_leiderdorp.derived.ad b/datasets/GM0547_leiderdorp/GM0547_leiderdorp.derived.ad index a2db8a6afd..2d91f9f2be 100644 --- a/datasets/GM0547_leiderdorp/GM0547_leiderdorp.derived.ad +++ b/datasets/GM0547_leiderdorp/GM0547_leiderdorp.derived.ad @@ -1,6 +1,6 @@ - area = GM0547_leiderdorp -- id = 112755 -- parent_id = 112755 +- id = 115314 +- parent_id = 115314 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0553_lisse/GM0553_lisse.derived.ad b/datasets/GM0553_lisse/GM0553_lisse.derived.ad index fdb89511d5..180f6a1542 100644 --- a/datasets/GM0553_lisse/GM0553_lisse.derived.ad +++ b/datasets/GM0553_lisse/GM0553_lisse.derived.ad @@ -1,6 +1,6 @@ - area = GM0553_lisse -- id = 112760 -- parent_id = 112760 +- id = 115319 +- parent_id = 115319 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0556_maassluis/GM0556_maassluis.derived.ad b/datasets/GM0556_maassluis/GM0556_maassluis.derived.ad index 8f280ae44d..e35ba163d4 100644 --- a/datasets/GM0556_maassluis/GM0556_maassluis.derived.ad +++ b/datasets/GM0556_maassluis/GM0556_maassluis.derived.ad @@ -1,6 +1,6 @@ - area = GM0556_maassluis -- id = 112766 -- parent_id = 112766 +- id = 115325 +- parent_id = 115325 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0569_nieuwkoop/GM0569_nieuwkoop.derived.ad b/datasets/GM0569_nieuwkoop/GM0569_nieuwkoop.derived.ad index 69e36e98e8..669c77cbaf 100644 --- a/datasets/GM0569_nieuwkoop/GM0569_nieuwkoop.derived.ad +++ b/datasets/GM0569_nieuwkoop/GM0569_nieuwkoop.derived.ad @@ -1,6 +1,6 @@ - area = GM0569_nieuwkoop -- id = 112776 -- parent_id = 112776 +- id = 115335 +- parent_id = 115335 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0575_noordwijk/GM0575_noordwijk.derived.ad b/datasets/GM0575_noordwijk/GM0575_noordwijk.derived.ad index 8105919942..d4e65e9016 100644 --- a/datasets/GM0575_noordwijk/GM0575_noordwijk.derived.ad +++ b/datasets/GM0575_noordwijk/GM0575_noordwijk.derived.ad @@ -1,6 +1,6 @@ - area = GM0575_noordwijk -- id = 112783 -- parent_id = 112783 +- id = 115342 +- parent_id = 115342 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0579_oegstgeest/GM0579_oegstgeest.derived.ad b/datasets/GM0579_oegstgeest/GM0579_oegstgeest.derived.ad index b50f2874a2..01f18ed23c 100644 --- a/datasets/GM0579_oegstgeest/GM0579_oegstgeest.derived.ad +++ b/datasets/GM0579_oegstgeest/GM0579_oegstgeest.derived.ad @@ -1,6 +1,6 @@ - area = GM0579_oegstgeest -- id = 112785 -- parent_id = 112785 +- id = 115344 +- parent_id = 115344 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0589_oudewater/GM0589_oudewater.derived.ad b/datasets/GM0589_oudewater/GM0589_oudewater.derived.ad index 18c1c4c3eb..6411a55a02 100644 --- a/datasets/GM0589_oudewater/GM0589_oudewater.derived.ad +++ b/datasets/GM0589_oudewater/GM0589_oudewater.derived.ad @@ -1,6 +1,6 @@ - area = GM0589_oudewater -- id = 112799 -- parent_id = 112799 +- id = 115358 +- parent_id = 115358 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0590_papendrecht/GM0590_papendrecht.derived.ad b/datasets/GM0590_papendrecht/GM0590_papendrecht.derived.ad index 0592277097..ef9631e86e 100644 --- a/datasets/GM0590_papendrecht/GM0590_papendrecht.derived.ad +++ b/datasets/GM0590_papendrecht/GM0590_papendrecht.derived.ad @@ -1,6 +1,6 @@ - area = GM0590_papendrecht -- id = 112801 -- parent_id = 112801 +- id = 115360 +- parent_id = 115360 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0597_ridderkerk/GM0597_ridderkerk.derived.ad b/datasets/GM0597_ridderkerk/GM0597_ridderkerk.derived.ad index 42f2dbc535..84443ded70 100644 --- a/datasets/GM0597_ridderkerk/GM0597_ridderkerk.derived.ad +++ b/datasets/GM0597_ridderkerk/GM0597_ridderkerk.derived.ad @@ -1,6 +1,6 @@ - area = GM0597_ridderkerk -- id = 112812 -- parent_id = 112812 +- id = 115371 +- parent_id = 115371 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0599_rotterdam/GM0599_rotterdam.derived.ad b/datasets/GM0599_rotterdam/GM0599_rotterdam.derived.ad index 1738b41ef1..bbd838dd55 100644 --- a/datasets/GM0599_rotterdam/GM0599_rotterdam.derived.ad +++ b/datasets/GM0599_rotterdam/GM0599_rotterdam.derived.ad @@ -1,6 +1,6 @@ - area = GM0599_rotterdam -- id = 112816 -- parent_id = 112816 +- id = 115375 +- parent_id = 115375 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0603_rijswijk/GM0603_rijswijk.derived.ad b/datasets/GM0603_rijswijk/GM0603_rijswijk.derived.ad index 1a0d7415b3..562fc59a87 100644 --- a/datasets/GM0603_rijswijk/GM0603_rijswijk.derived.ad +++ b/datasets/GM0603_rijswijk/GM0603_rijswijk.derived.ad @@ -1,6 +1,6 @@ - area = GM0603_rijswijk -- id = 112814 -- parent_id = 112814 +- id = 115373 +- parent_id = 115373 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0606_schiedam/GM0606_schiedam.derived.ad b/datasets/GM0606_schiedam/GM0606_schiedam.derived.ad index de6001a849..94692d04b7 100644 --- a/datasets/GM0606_schiedam/GM0606_schiedam.derived.ad +++ b/datasets/GM0606_schiedam/GM0606_schiedam.derived.ad @@ -1,6 +1,6 @@ - area = GM0606_schiedam -- id = 112821 -- parent_id = 112821 +- id = 115380 +- parent_id = 115380 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0610_sliedrecht/GM0610_sliedrecht.derived.ad b/datasets/GM0610_sliedrecht/GM0610_sliedrecht.derived.ad index 1124a32562..9a1cc0469f 100644 --- a/datasets/GM0610_sliedrecht/GM0610_sliedrecht.derived.ad +++ b/datasets/GM0610_sliedrecht/GM0610_sliedrecht.derived.ad @@ -1,6 +1,6 @@ - area = GM0610_sliedrecht -- id = 112825 -- parent_id = 112825 +- id = 115384 +- parent_id = 115384 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0613_albrandswaard/GM0613_albrandswaard.derived.ad b/datasets/GM0613_albrandswaard/GM0613_albrandswaard.derived.ad index 5914f8c7de..557b461323 100644 --- a/datasets/GM0613_albrandswaard/GM0613_albrandswaard.derived.ad +++ b/datasets/GM0613_albrandswaard/GM0613_albrandswaard.derived.ad @@ -1,6 +1,6 @@ - area = GM0613_albrandswaard -- id = 112629 -- parent_id = 112629 +- id = 115188 +- parent_id = 115188 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0614_westvoorne/GM0614_westvoorne.derived.ad b/datasets/GM0614_westvoorne/GM0614_westvoorne.derived.ad index 4ae4760ea0..9ffffe9f4d 100644 --- a/datasets/GM0614_westvoorne/GM0614_westvoorne.derived.ad +++ b/datasets/GM0614_westvoorne/GM0614_westvoorne.derived.ad @@ -1,6 +1,6 @@ - area = GM0614_westvoorne -- id = 112871 -- parent_id = 112871 +- id = 115430 +- parent_id = 115430 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0622_vlaardingen/GM0622_vlaardingen.derived.ad b/datasets/GM0622_vlaardingen/GM0622_vlaardingen.derived.ad index 93562fc4fa..5be936f618 100644 --- a/datasets/GM0622_vlaardingen/GM0622_vlaardingen.derived.ad +++ b/datasets/GM0622_vlaardingen/GM0622_vlaardingen.derived.ad @@ -1,6 +1,6 @@ - area = GM0622_vlaardingen -- id = 112855 -- parent_id = 112855 +- id = 115414 +- parent_id = 115414 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0626_voorschoten/GM0626_voorschoten.derived.ad b/datasets/GM0626_voorschoten/GM0626_voorschoten.derived.ad index 3d2eeaa25d..3657cd3cb4 100644 --- a/datasets/GM0626_voorschoten/GM0626_voorschoten.derived.ad +++ b/datasets/GM0626_voorschoten/GM0626_voorschoten.derived.ad @@ -1,6 +1,6 @@ - area = GM0626_voorschoten -- id = 112858 -- parent_id = 112858 +- id = 115417 +- parent_id = 115417 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0627_waddinxveen/GM0627_waddinxveen.derived.ad b/datasets/GM0627_waddinxveen/GM0627_waddinxveen.derived.ad index b61dd8a94c..554ec23437 100644 --- a/datasets/GM0627_waddinxveen/GM0627_waddinxveen.derived.ad +++ b/datasets/GM0627_waddinxveen/GM0627_waddinxveen.derived.ad @@ -1,6 +1,6 @@ - area = GM0627_waddinxveen -- id = 112861 -- parent_id = 112861 +- id = 115420 +- parent_id = 115420 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0629_wassenaar/GM0629_wassenaar.derived.ad b/datasets/GM0629_wassenaar/GM0629_wassenaar.derived.ad index 31af0b2481..115e7f8c59 100644 --- a/datasets/GM0629_wassenaar/GM0629_wassenaar.derived.ad +++ b/datasets/GM0629_wassenaar/GM0629_wassenaar.derived.ad @@ -1,6 +1,6 @@ - area = GM0629_wassenaar -- id = 112863 -- parent_id = 112863 +- id = 115422 +- parent_id = 115422 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0632_woerden/GM0632_woerden.derived.ad b/datasets/GM0632_woerden/GM0632_woerden.derived.ad index c5ee1139dd..694668ec7c 100644 --- a/datasets/GM0632_woerden/GM0632_woerden.derived.ad +++ b/datasets/GM0632_woerden/GM0632_woerden.derived.ad @@ -1,6 +1,6 @@ - area = GM0632_woerden -- id = 112877 -- parent_id = 112877 +- id = 115436 +- parent_id = 115436 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0637_zoetermeer/GM0637_zoetermeer.derived.ad b/datasets/GM0637_zoetermeer/GM0637_zoetermeer.derived.ad index 7a0066235a..5502a90d8a 100644 --- a/datasets/GM0637_zoetermeer/GM0637_zoetermeer.derived.ad +++ b/datasets/GM0637_zoetermeer/GM0637_zoetermeer.derived.ad @@ -1,6 +1,6 @@ - area = GM0637_zoetermeer -- id = 112886 -- parent_id = 112886 +- id = 115445 +- parent_id = 115445 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0638_zoeterwoude/GM0638_zoeterwoude.derived.ad b/datasets/GM0638_zoeterwoude/GM0638_zoeterwoude.derived.ad index 7fed4b1bb3..47601202b5 100644 --- a/datasets/GM0638_zoeterwoude/GM0638_zoeterwoude.derived.ad +++ b/datasets/GM0638_zoeterwoude/GM0638_zoeterwoude.derived.ad @@ -1,6 +1,6 @@ - area = GM0638_zoeterwoude -- id = 112887 -- parent_id = 112887 +- id = 115446 +- parent_id = 115446 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0642_zwijndrecht/GM0642_zwijndrecht.derived.ad b/datasets/GM0642_zwijndrecht/GM0642_zwijndrecht.derived.ad index 68cc9229c6..a2d2100f69 100644 --- a/datasets/GM0642_zwijndrecht/GM0642_zwijndrecht.derived.ad +++ b/datasets/GM0642_zwijndrecht/GM0642_zwijndrecht.derived.ad @@ -1,6 +1,6 @@ - area = GM0642_zwijndrecht -- id = 112891 -- parent_id = 112891 +- id = 115450 +- parent_id = 115450 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0654_borsele/GM0654_borsele.derived.ad b/datasets/GM0654_borsele/GM0654_borsele.derived.ad index 54d26e8452..de4e1ca568 100644 --- a/datasets/GM0654_borsele/GM0654_borsele.derived.ad +++ b/datasets/GM0654_borsele/GM0654_borsele.derived.ad @@ -1,6 +1,6 @@ - area = GM0654_borsele -- id = 112660 -- parent_id = 112660 +- id = 115219 +- parent_id = 115219 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0664_goes/GM0664_goes.derived.ad b/datasets/GM0664_goes/GM0664_goes.derived.ad index 7a3ca4c5e5..927e7f9d70 100644 --- a/datasets/GM0664_goes/GM0664_goes.derived.ad +++ b/datasets/GM0664_goes/GM0664_goes.derived.ad @@ -1,6 +1,6 @@ - area = GM0664_goes -- id = 112705 -- parent_id = 112705 +- id = 115264 +- parent_id = 115264 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0668_west_maas_en_waal/GM0668_west_maas_en_waal.derived.ad b/datasets/GM0668_west_maas_en_waal/GM0668_west_maas_en_waal.derived.ad index 27478faa64..90da1b5f25 100644 --- a/datasets/GM0668_west_maas_en_waal/GM0668_west_maas_en_waal.derived.ad +++ b/datasets/GM0668_west_maas_en_waal/GM0668_west_maas_en_waal.derived.ad @@ -1,6 +1,6 @@ - area = GM0668_west_maas_en_waal -- id = 112866 -- parent_id = 112866 +- id = 115425 +- parent_id = 115425 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0677_hulst/GM0677_hulst.derived.ad b/datasets/GM0677_hulst/GM0677_hulst.derived.ad index a8f214fdf9..c4579fbbac 100644 --- a/datasets/GM0677_hulst/GM0677_hulst.derived.ad +++ b/datasets/GM0677_hulst/GM0677_hulst.derived.ad @@ -1,6 +1,6 @@ - area = GM0677_hulst -- id = 112740 -- parent_id = 112740 +- id = 115299 +- parent_id = 115299 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0678_kapelle/GM0678_kapelle.derived.ad b/datasets/GM0678_kapelle/GM0678_kapelle.derived.ad index c4dd55d98e..c5930073ba 100644 --- a/datasets/GM0678_kapelle/GM0678_kapelle.derived.ad +++ b/datasets/GM0678_kapelle/GM0678_kapelle.derived.ad @@ -1,6 +1,6 @@ - area = GM0678_kapelle -- id = 112744 -- parent_id = 112744 +- id = 115303 +- parent_id = 115303 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0687_middelburg/GM0687_middelburg.derived.ad b/datasets/GM0687_middelburg/GM0687_middelburg.derived.ad index 77c40315ad..3c0ae08188 100644 --- a/datasets/GM0687_middelburg/GM0687_middelburg.derived.ad +++ b/datasets/GM0687_middelburg/GM0687_middelburg.derived.ad @@ -1,6 +1,6 @@ - area = GM0687_middelburg -- id = 112768 -- parent_id = 112768 +- id = 115327 +- parent_id = 115327 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0703_reimerswaal/GM0703_reimerswaal.derived.ad b/datasets/GM0703_reimerswaal/GM0703_reimerswaal.derived.ad index 12f47ededa..f5ffebe91c 100644 --- a/datasets/GM0703_reimerswaal/GM0703_reimerswaal.derived.ad +++ b/datasets/GM0703_reimerswaal/GM0703_reimerswaal.derived.ad @@ -1,6 +1,6 @@ - area = GM0703_reimerswaal -- id = 112807 -- parent_id = 112807 +- id = 115366 +- parent_id = 115366 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0715_terneuzen/GM0715_terneuzen.derived.ad b/datasets/GM0715_terneuzen/GM0715_terneuzen.derived.ad index cbf54d13e6..95c1013aa0 100644 --- a/datasets/GM0715_terneuzen/GM0715_terneuzen.derived.ad +++ b/datasets/GM0715_terneuzen/GM0715_terneuzen.derived.ad @@ -1,6 +1,6 @@ - area = GM0715_terneuzen -- id = 112834 -- parent_id = 112834 +- id = 115393 +- parent_id = 115393 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0716_tholen/GM0716_tholen.derived.ad b/datasets/GM0716_tholen/GM0716_tholen.derived.ad index 03bd434a38..15bd73a3c7 100644 --- a/datasets/GM0716_tholen/GM0716_tholen.derived.ad +++ b/datasets/GM0716_tholen/GM0716_tholen.derived.ad @@ -1,6 +1,6 @@ - area = GM0716_tholen -- id = 112838 -- parent_id = 112838 +- id = 115397 +- parent_id = 115397 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0717_veere/GM0717_veere.derived.ad b/datasets/GM0717_veere/GM0717_veere.derived.ad index e3d5b872f9..0fb05b0e2d 100644 --- a/datasets/GM0717_veere/GM0717_veere.derived.ad +++ b/datasets/GM0717_veere/GM0717_veere.derived.ad @@ -1,6 +1,6 @@ - area = GM0717_veere -- id = 112852 -- parent_id = 112852 +- id = 115411 +- parent_id = 115411 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0718_vlissingen/GM0718_vlissingen.derived.ad b/datasets/GM0718_vlissingen/GM0718_vlissingen.derived.ad index bd18e10788..d8bfe12897 100644 --- a/datasets/GM0718_vlissingen/GM0718_vlissingen.derived.ad +++ b/datasets/GM0718_vlissingen/GM0718_vlissingen.derived.ad @@ -1,6 +1,6 @@ - area = GM0718_vlissingen -- id = 112857 -- parent_id = 112857 +- id = 115416 +- parent_id = 115416 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0736_de_ronde_venen/GM0736_de_ronde_venen.derived.ad b/datasets/GM0736_de_ronde_venen/GM0736_de_ronde_venen.derived.ad index f3b615d111..bb8aa3428a 100644 --- a/datasets/GM0736_de_ronde_venen/GM0736_de_ronde_venen.derived.ad +++ b/datasets/GM0736_de_ronde_venen/GM0736_de_ronde_venen.derived.ad @@ -1,6 +1,6 @@ - area = GM0736_de_ronde_venen -- id = 112675 -- parent_id = 112675 +- id = 115234 +- parent_id = 115234 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0737_tytsjerksteradiel/GM0737_tytsjerksteradiel.derived.ad b/datasets/GM0737_tytsjerksteradiel/GM0737_tytsjerksteradiel.derived.ad index c737ad818c..62c98a2cf7 100644 --- a/datasets/GM0737_tytsjerksteradiel/GM0737_tytsjerksteradiel.derived.ad +++ b/datasets/GM0737_tytsjerksteradiel/GM0737_tytsjerksteradiel.derived.ad @@ -1,6 +1,6 @@ - area = GM0737_tytsjerksteradiel -- id = 112844 -- parent_id = 112844 +- id = 115403 +- parent_id = 115403 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0744_baarle_nassau/GM0744_baarle_nassau.derived.ad b/datasets/GM0744_baarle_nassau/GM0744_baarle_nassau.derived.ad index 9f73d42e3f..91de0592d1 100644 --- a/datasets/GM0744_baarle_nassau/GM0744_baarle_nassau.derived.ad +++ b/datasets/GM0744_baarle_nassau/GM0744_baarle_nassau.derived.ad @@ -1,6 +1,6 @@ - area = GM0744_baarle_nassau -- id = 112641 -- parent_id = 112641 +- id = 115200 +- parent_id = 115200 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0748_bergen_op_zoom/GM0748_bergen_op_zoom.derived.ad b/datasets/GM0748_bergen_op_zoom/GM0748_bergen_op_zoom.derived.ad index 5edd95bb5b..7a962025bc 100644 --- a/datasets/GM0748_bergen_op_zoom/GM0748_bergen_op_zoom.derived.ad +++ b/datasets/GM0748_bergen_op_zoom/GM0748_bergen_op_zoom.derived.ad @@ -1,6 +1,6 @@ - area = GM0748_bergen_op_zoom -- id = 112649 -- parent_id = 112649 +- id = 115208 +- parent_id = 115208 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0755_boekel/GM0755_boekel.derived.ad b/datasets/GM0755_boekel/GM0755_boekel.derived.ad index fdf1d28950..8b862ab82a 100644 --- a/datasets/GM0755_boekel/GM0755_boekel.derived.ad +++ b/datasets/GM0755_boekel/GM0755_boekel.derived.ad @@ -1,6 +1,6 @@ - area = GM0755_boekel -- id = 112657 -- parent_id = 112657 +- id = 115216 +- parent_id = 115216 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0758_breda/GM0758_breda.derived.ad b/datasets/GM0758_breda/GM0758_breda.derived.ad index 7ff9a0255c..eab247afbf 100644 --- a/datasets/GM0758_breda/GM0758_breda.derived.ad +++ b/datasets/GM0758_breda/GM0758_breda.derived.ad @@ -1,6 +1,6 @@ - area = GM0758_breda -- id = 112661 -- parent_id = 112661 +- id = 115220 +- parent_id = 115220 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0762_deurne/GM0762_deurne.derived.ad b/datasets/GM0762_deurne/GM0762_deurne.derived.ad index 2d44d51c11..11540cf0ee 100644 --- a/datasets/GM0762_deurne/GM0762_deurne.derived.ad +++ b/datasets/GM0762_deurne/GM0762_deurne.derived.ad @@ -1,6 +1,6 @@ - area = GM0762_deurne -- id = 112680 -- parent_id = 112680 +- id = 115239 +- parent_id = 115239 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0765_pekela/GM0765_pekela.derived.ad b/datasets/GM0765_pekela/GM0765_pekela.derived.ad index fb583d55b1..4a753b6a2a 100644 --- a/datasets/GM0765_pekela/GM0765_pekela.derived.ad +++ b/datasets/GM0765_pekela/GM0765_pekela.derived.ad @@ -1,6 +1,6 @@ - area = GM0765_pekela -- id = 112802 -- parent_id = 112802 +- id = 115361 +- parent_id = 115361 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0766_dongen/GM0766_dongen.derived.ad b/datasets/GM0766_dongen/GM0766_dongen.derived.ad index 8820c91ddc..2a299e218c 100644 --- a/datasets/GM0766_dongen/GM0766_dongen.derived.ad +++ b/datasets/GM0766_dongen/GM0766_dongen.derived.ad @@ -1,6 +1,6 @@ - area = GM0766_dongen -- id = 112686 -- parent_id = 112686 +- id = 115245 +- parent_id = 115245 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0777_etten_leur/GM0777_etten_leur.derived.ad b/datasets/GM0777_etten_leur/GM0777_etten_leur.derived.ad index 4c080fd7ad..d27d89ce0c 100644 --- a/datasets/GM0777_etten_leur/GM0777_etten_leur.derived.ad +++ b/datasets/GM0777_etten_leur/GM0777_etten_leur.derived.ad @@ -1,6 +1,6 @@ - area = GM0777_etten_leur -- id = 112701 -- parent_id = 112701 +- id = 115260 +- parent_id = 115260 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0779_geertruidenberg/GM0779_geertruidenberg.derived.ad b/datasets/GM0779_geertruidenberg/GM0779_geertruidenberg.derived.ad index 38c5d653a2..9755849407 100644 --- a/datasets/GM0779_geertruidenberg/GM0779_geertruidenberg.derived.ad +++ b/datasets/GM0779_geertruidenberg/GM0779_geertruidenberg.derived.ad @@ -1,6 +1,6 @@ - area = GM0779_geertruidenberg -- id = 112702 -- parent_id = 112702 +- id = 115261 +- parent_id = 115261 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 @@ -159,7 +165,7 @@ - areable_land = 15.67 - co2_emission_1990 = 0.183403963 - coast_line = 0.0 -- interconnector_capacity = 6000.0 +- interconnector_capacity = 60000.0 - total_land_area = 26.65 - number_of_buildings = 433.0 - number_of_cars = 11490.0 diff --git a/datasets/GM0784_gilze_en_rijen/GM0784_gilze_en_rijen.derived.ad b/datasets/GM0784_gilze_en_rijen/GM0784_gilze_en_rijen.derived.ad index 7dfdabc17a..dcfe2df326 100644 --- a/datasets/GM0784_gilze_en_rijen/GM0784_gilze_en_rijen.derived.ad +++ b/datasets/GM0784_gilze_en_rijen/GM0784_gilze_en_rijen.derived.ad @@ -1,6 +1,6 @@ - area = GM0784_gilze_en_rijen -- id = 112703 -- parent_id = 112703 +- id = 115262 +- parent_id = 115262 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0785_goirle/GM0785_goirle.derived.ad b/datasets/GM0785_goirle/GM0785_goirle.derived.ad index dd799e34c9..1fe15d1b35 100644 --- a/datasets/GM0785_goirle/GM0785_goirle.derived.ad +++ b/datasets/GM0785_goirle/GM0785_goirle.derived.ad @@ -1,6 +1,6 @@ - area = GM0785_goirle -- id = 112706 -- parent_id = 112706 +- id = 115265 +- parent_id = 115265 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0796_s_hertogenbosch/GM0796_s_hertogenbosch.derived.ad b/datasets/GM0796_s_hertogenbosch/GM0796_s_hertogenbosch.derived.ad index 8ebc0ac000..292e3b6b4b 100644 --- a/datasets/GM0796_s_hertogenbosch/GM0796_s_hertogenbosch.derived.ad +++ b/datasets/GM0796_s_hertogenbosch/GM0796_s_hertogenbosch.derived.ad @@ -1,6 +1,6 @@ - area = GM0796_s_hertogenbosch -- id = 112824 -- parent_id = 112824 +- id = 115383 +- parent_id = 115383 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0797_heusden/GM0797_heusden.derived.ad b/datasets/GM0797_heusden/GM0797_heusden.derived.ad index c3418028b6..1fa0d7c517 100644 --- a/datasets/GM0797_heusden/GM0797_heusden.derived.ad +++ b/datasets/GM0797_heusden/GM0797_heusden.derived.ad @@ -1,6 +1,6 @@ - area = GM0797_heusden -- id = 112731 -- parent_id = 112731 +- id = 115290 +- parent_id = 115290 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0798_hilvarenbeek/GM0798_hilvarenbeek.derived.ad b/datasets/GM0798_hilvarenbeek/GM0798_hilvarenbeek.derived.ad index 30d3523c4f..25bb38f8de 100644 --- a/datasets/GM0798_hilvarenbeek/GM0798_hilvarenbeek.derived.ad +++ b/datasets/GM0798_hilvarenbeek/GM0798_hilvarenbeek.derived.ad @@ -1,6 +1,6 @@ - area = GM0798_hilvarenbeek -- id = 112733 -- parent_id = 112733 +- id = 115292 +- parent_id = 115292 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0809_loon_op_zand/GM0809_loon_op_zand.derived.ad b/datasets/GM0809_loon_op_zand/GM0809_loon_op_zand.derived.ad index e598f4b255..e06815a6f0 100644 --- a/datasets/GM0809_loon_op_zand/GM0809_loon_op_zand.derived.ad +++ b/datasets/GM0809_loon_op_zand/GM0809_loon_op_zand.derived.ad @@ -1,6 +1,6 @@ - area = GM0809_loon_op_zand -- id = 112762 -- parent_id = 112762 +- id = 115321 +- parent_id = 115321 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0824_oisterwijk/GM0824_oisterwijk.derived.ad b/datasets/GM0824_oisterwijk/GM0824_oisterwijk.derived.ad index 8c26d6f1c8..448b37eb25 100644 --- a/datasets/GM0824_oisterwijk/GM0824_oisterwijk.derived.ad +++ b/datasets/GM0824_oisterwijk/GM0824_oisterwijk.derived.ad @@ -1,6 +1,6 @@ - area = GM0824_oisterwijk -- id = 112786 -- parent_id = 112786 +- id = 115345 +- parent_id = 115345 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0826_oosterhout/GM0826_oosterhout.derived.ad b/datasets/GM0826_oosterhout/GM0826_oosterhout.derived.ad index ae63714b8d..25b6b27ed5 100644 --- a/datasets/GM0826_oosterhout/GM0826_oosterhout.derived.ad +++ b/datasets/GM0826_oosterhout/GM0826_oosterhout.derived.ad @@ -1,6 +1,6 @@ - area = GM0826_oosterhout -- id = 112793 -- parent_id = 112793 +- id = 115352 +- parent_id = 115352 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0840_rucphen/GM0840_rucphen.derived.ad b/datasets/GM0840_rucphen/GM0840_rucphen.derived.ad index 457a3ed890..ce33f6d6fc 100644 --- a/datasets/GM0840_rucphen/GM0840_rucphen.derived.ad +++ b/datasets/GM0840_rucphen/GM0840_rucphen.derived.ad @@ -1,6 +1,6 @@ - area = GM0840_rucphen -- id = 112818 -- parent_id = 112818 +- id = 115377 +- parent_id = 115377 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0851_steenbergen/GM0851_steenbergen.derived.ad b/datasets/GM0851_steenbergen/GM0851_steenbergen.derived.ad index 0bba949fde..1ca9c77f3e 100644 --- a/datasets/GM0851_steenbergen/GM0851_steenbergen.derived.ad +++ b/datasets/GM0851_steenbergen/GM0851_steenbergen.derived.ad @@ -1,6 +1,6 @@ - area = GM0851_steenbergen -- id = 112831 -- parent_id = 112831 +- id = 115390 +- parent_id = 115390 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0852_waterland/GM0852_waterland.derived.ad b/datasets/GM0852_waterland/GM0852_waterland.derived.ad index 31bc7e4169..bd3481ca1d 100644 --- a/datasets/GM0852_waterland/GM0852_waterland.derived.ad +++ b/datasets/GM0852_waterland/GM0852_waterland.derived.ad @@ -1,6 +1,6 @@ - area = GM0852_waterland -- id = 112864 -- parent_id = 112864 +- id = 115423 +- parent_id = 115423 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0855_tilburg/GM0855_tilburg.derived.ad b/datasets/GM0855_tilburg/GM0855_tilburg.derived.ad index 31dcb1ddc9..4b04cc3b7c 100644 --- a/datasets/GM0855_tilburg/GM0855_tilburg.derived.ad +++ b/datasets/GM0855_tilburg/GM0855_tilburg.derived.ad @@ -1,6 +1,6 @@ - area = GM0855_tilburg -- id = 112840 -- parent_id = 112840 +- id = 115399 +- parent_id = 115399 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0858_valkenswaard/GM0858_valkenswaard.derived.ad b/datasets/GM0858_valkenswaard/GM0858_valkenswaard.derived.ad index 634d718785..ce15797434 100644 --- a/datasets/GM0858_valkenswaard/GM0858_valkenswaard.derived.ad +++ b/datasets/GM0858_valkenswaard/GM0858_valkenswaard.derived.ad @@ -1,6 +1,6 @@ - area = GM0858_valkenswaard -- id = 112850 -- parent_id = 112850 +- id = 115409 +- parent_id = 115409 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0861_veldhoven/GM0861_veldhoven.derived.ad b/datasets/GM0861_veldhoven/GM0861_veldhoven.derived.ad index b66e257b74..162673c88f 100644 --- a/datasets/GM0861_veldhoven/GM0861_veldhoven.derived.ad +++ b/datasets/GM0861_veldhoven/GM0861_veldhoven.derived.ad @@ -1,6 +1,6 @@ - area = GM0861_veldhoven -- id = 112853 -- parent_id = 112853 +- id = 115412 +- parent_id = 115412 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0867_waalwijk/GM0867_waalwijk.derived.ad b/datasets/GM0867_waalwijk/GM0867_waalwijk.derived.ad index 058f6406f9..7e6c06e2f4 100644 --- a/datasets/GM0867_waalwijk/GM0867_waalwijk.derived.ad +++ b/datasets/GM0867_waalwijk/GM0867_waalwijk.derived.ad @@ -1,6 +1,6 @@ - area = GM0867_waalwijk -- id = 112860 -- parent_id = 112860 +- id = 115419 +- parent_id = 115419 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0880_wormerland/GM0880_wormerland.derived.ad b/datasets/GM0880_wormerland/GM0880_wormerland.derived.ad index dedc8a1d2f..748a897485 100644 --- a/datasets/GM0880_wormerland/GM0880_wormerland.derived.ad +++ b/datasets/GM0880_wormerland/GM0880_wormerland.derived.ad @@ -1,6 +1,6 @@ - area = GM0880_wormerland -- id = 112878 -- parent_id = 112878 +- id = 115437 +- parent_id = 115437 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM0995_lelystad/GM0995_lelystad.derived.ad b/datasets/GM0995_lelystad/GM0995_lelystad.derived.ad index 9e9d64791b..b79cc33b86 100644 --- a/datasets/GM0995_lelystad/GM0995_lelystad.derived.ad +++ b/datasets/GM0995_lelystad/GM0995_lelystad.derived.ad @@ -1,6 +1,6 @@ - area = GM0995_lelystad -- id = 112757 -- parent_id = 112757 +- id = 115316 +- parent_id = 115316 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1509_oude_ijsselstreek/GM1509_oude_ijsselstreek.derived.ad b/datasets/GM1509_oude_ijsselstreek/GM1509_oude_ijsselstreek.derived.ad index 5ef5c792e0..3e023ea98f 100644 --- a/datasets/GM1509_oude_ijsselstreek/GM1509_oude_ijsselstreek.derived.ad +++ b/datasets/GM1509_oude_ijsselstreek/GM1509_oude_ijsselstreek.derived.ad @@ -1,6 +1,6 @@ - area = GM1509_oude_ijsselstreek -- id = 112797 -- parent_id = 112797 +- id = 115356 +- parent_id = 115356 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1525_teylingen/GM1525_teylingen.derived.ad b/datasets/GM1525_teylingen/GM1525_teylingen.derived.ad index 10fc0f53d8..480f1b152d 100644 --- a/datasets/GM1525_teylingen/GM1525_teylingen.derived.ad +++ b/datasets/GM1525_teylingen/GM1525_teylingen.derived.ad @@ -1,6 +1,6 @@ - area = GM1525_teylingen -- id = 112837 -- parent_id = 112837 +- id = 115396 +- parent_id = 115396 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1581_utrechtse_heuvelrug/GM1581_utrechtse_heuvelrug.derived.ad b/datasets/GM1581_utrechtse_heuvelrug/GM1581_utrechtse_heuvelrug.derived.ad index 528654cef7..1029ec8b91 100644 --- a/datasets/GM1581_utrechtse_heuvelrug/GM1581_utrechtse_heuvelrug.derived.ad +++ b/datasets/GM1581_utrechtse_heuvelrug/GM1581_utrechtse_heuvelrug.derived.ad @@ -1,6 +1,6 @@ - area = GM1581_utrechtse_heuvelrug -- id = 112849 -- parent_id = 112849 +- id = 115408 +- parent_id = 115408 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1586_oost_gelre/GM1586_oost_gelre.derived.ad b/datasets/GM1586_oost_gelre/GM1586_oost_gelre.derived.ad index 4b56fff8b7..d173177a6d 100644 --- a/datasets/GM1586_oost_gelre/GM1586_oost_gelre.derived.ad +++ b/datasets/GM1586_oost_gelre/GM1586_oost_gelre.derived.ad @@ -1,6 +1,6 @@ - area = GM1586_oost_gelre -- id = 112792 -- parent_id = 112792 +- id = 115351 +- parent_id = 115351 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1598_koggenland/GM1598_koggenland.derived.ad b/datasets/GM1598_koggenland/GM1598_koggenland.derived.ad index 9c696a3ebb..1f361c245f 100644 --- a/datasets/GM1598_koggenland/GM1598_koggenland.derived.ad +++ b/datasets/GM1598_koggenland/GM1598_koggenland.derived.ad @@ -1,6 +1,6 @@ - area = GM1598_koggenland -- id = 112746 -- parent_id = 112746 +- id = 115305 +- parent_id = 115305 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1621_lansingerland/GM1621_lansingerland.derived.ad b/datasets/GM1621_lansingerland/GM1621_lansingerland.derived.ad index 05d84d3fa0..7ca9e1c47b 100644 --- a/datasets/GM1621_lansingerland/GM1621_lansingerland.derived.ad +++ b/datasets/GM1621_lansingerland/GM1621_lansingerland.derived.ad @@ -1,6 +1,6 @@ - area = GM1621_lansingerland -- id = 112751 -- parent_id = 112751 +- id = 115310 +- parent_id = 115310 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1655_halderberge/GM1655_halderberge.derived.ad b/datasets/GM1655_halderberge/GM1655_halderberge.derived.ad index f9ca2d02c8..109ee3611d 100644 --- a/datasets/GM1655_halderberge/GM1655_halderberge.derived.ad +++ b/datasets/GM1655_halderberge/GM1655_halderberge.derived.ad @@ -1,6 +1,6 @@ - area = GM1655_halderberge -- id = 112714 -- parent_id = 112714 +- id = 115273 +- parent_id = 115273 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1674_roosendaal/GM1674_roosendaal.derived.ad b/datasets/GM1674_roosendaal/GM1674_roosendaal.derived.ad index d2e5a1a989..868c2de7d8 100644 --- a/datasets/GM1674_roosendaal/GM1674_roosendaal.derived.ad +++ b/datasets/GM1674_roosendaal/GM1674_roosendaal.derived.ad @@ -1,6 +1,6 @@ - area = GM1674_roosendaal -- id = 112815 -- parent_id = 112815 +- id = 115374 +- parent_id = 115374 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1676_schouwen_duiveland/GM1676_schouwen_duiveland.derived.ad b/datasets/GM1676_schouwen_duiveland/GM1676_schouwen_duiveland.derived.ad index f62c44d0e4..e9f68f4003 100644 --- a/datasets/GM1676_schouwen_duiveland/GM1676_schouwen_duiveland.derived.ad +++ b/datasets/GM1676_schouwen_duiveland/GM1676_schouwen_duiveland.derived.ad @@ -1,6 +1,6 @@ - area = GM1676_schouwen_duiveland -- id = 112823 -- parent_id = 112823 +- id = 115382 +- parent_id = 115382 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1680_aa_en_hunze/GM1680_aa_en_hunze.derived.ad b/datasets/GM1680_aa_en_hunze/GM1680_aa_en_hunze.derived.ad index dd276707c2..37752f5508 100644 --- a/datasets/GM1680_aa_en_hunze/GM1680_aa_en_hunze.derived.ad +++ b/datasets/GM1680_aa_en_hunze/GM1680_aa_en_hunze.derived.ad @@ -1,6 +1,6 @@ - area = GM1680_aa_en_hunze -- id = 112624 -- parent_id = 112624 +- id = 115183 +- parent_id = 115183 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1681_borger_odoorn/GM1681_borger_odoorn.derived.ad b/datasets/GM1681_borger_odoorn/GM1681_borger_odoorn.derived.ad index 4131a81da3..c11ad13d72 100644 --- a/datasets/GM1681_borger_odoorn/GM1681_borger_odoorn.derived.ad +++ b/datasets/GM1681_borger_odoorn/GM1681_borger_odoorn.derived.ad @@ -1,6 +1,6 @@ - area = GM1681_borger_odoorn -- id = 112658 -- parent_id = 112658 +- id = 115217 +- parent_id = 115217 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1690_de_wolden/GM1690_de_wolden.derived.ad b/datasets/GM1690_de_wolden/GM1690_de_wolden.derived.ad index 007e9b0e91..2573a137f1 100644 --- a/datasets/GM1690_de_wolden/GM1690_de_wolden.derived.ad +++ b/datasets/GM1690_de_wolden/GM1690_de_wolden.derived.ad @@ -1,6 +1,6 @@ - area = GM1690_de_wolden -- id = 112676 -- parent_id = 112676 +- id = 115235 +- parent_id = 115235 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1695_noord_beveland/GM1695_noord_beveland.derived.ad b/datasets/GM1695_noord_beveland/GM1695_noord_beveland.derived.ad index 08f3c91fee..a96bf82e9b 100644 --- a/datasets/GM1695_noord_beveland/GM1695_noord_beveland.derived.ad +++ b/datasets/GM1695_noord_beveland/GM1695_noord_beveland.derived.ad @@ -1,6 +1,6 @@ - area = GM1695_noord_beveland -- id = 112780 -- parent_id = 112780 +- id = 115339 +- parent_id = 115339 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1696_wijdemeren/GM1696_wijdemeren.derived.ad b/datasets/GM1696_wijdemeren/GM1696_wijdemeren.derived.ad index 3a1b338168..8463038cf9 100644 --- a/datasets/GM1696_wijdemeren/GM1696_wijdemeren.derived.ad +++ b/datasets/GM1696_wijdemeren/GM1696_wijdemeren.derived.ad @@ -1,6 +1,6 @@ - area = GM1696_wijdemeren -- id = 112874 -- parent_id = 112874 +- id = 115433 +- parent_id = 115433 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1699_noordenveld/GM1699_noordenveld.derived.ad b/datasets/GM1699_noordenveld/GM1699_noordenveld.derived.ad index 539becd83c..8e51f3efeb 100644 --- a/datasets/GM1699_noordenveld/GM1699_noordenveld.derived.ad +++ b/datasets/GM1699_noordenveld/GM1699_noordenveld.derived.ad @@ -1,6 +1,6 @@ - area = GM1699_noordenveld -- id = 112781 -- parent_id = 112781 +- id = 115340 +- parent_id = 115340 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1700_twenterand/GM1700_twenterand.derived.ad b/datasets/GM1700_twenterand/GM1700_twenterand.derived.ad index e7d5c09541..b271b22f29 100644 --- a/datasets/GM1700_twenterand/GM1700_twenterand.derived.ad +++ b/datasets/GM1700_twenterand/GM1700_twenterand.derived.ad @@ -1,6 +1,6 @@ - area = GM1700_twenterand -- id = 112842 -- parent_id = 112842 +- id = 115401 +- parent_id = 115401 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1701_westerveld/GM1701_westerveld.derived.ad b/datasets/GM1701_westerveld/GM1701_westerveld.derived.ad index 24ad5c670d..e91b7ff3ae 100644 --- a/datasets/GM1701_westerveld/GM1701_westerveld.derived.ad +++ b/datasets/GM1701_westerveld/GM1701_westerveld.derived.ad @@ -1,6 +1,6 @@ - area = GM1701_westerveld -- id = 112867 -- parent_id = 112867 +- id = 115426 +- parent_id = 115426 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1705_lingewaard/GM1705_lingewaard.derived.ad b/datasets/GM1705_lingewaard/GM1705_lingewaard.derived.ad index e81ebf5895..237c1e4b04 100644 --- a/datasets/GM1705_lingewaard/GM1705_lingewaard.derived.ad +++ b/datasets/GM1705_lingewaard/GM1705_lingewaard.derived.ad @@ -1,6 +1,6 @@ - area = GM1705_lingewaard -- id = 112759 -- parent_id = 112759 +- id = 115318 +- parent_id = 115318 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1708_steenwijkerland/GM1708_steenwijkerland.derived.ad b/datasets/GM1708_steenwijkerland/GM1708_steenwijkerland.derived.ad index 0ec7137e30..a80eb9f5c1 100644 --- a/datasets/GM1708_steenwijkerland/GM1708_steenwijkerland.derived.ad +++ b/datasets/GM1708_steenwijkerland/GM1708_steenwijkerland.derived.ad @@ -1,6 +1,6 @@ - area = GM1708_steenwijkerland -- id = 112832 -- parent_id = 112832 +- id = 115391 +- parent_id = 115391 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1709_moerdijk/GM1709_moerdijk.derived.ad b/datasets/GM1709_moerdijk/GM1709_moerdijk.derived.ad index 89c6b23e19..131c78517e 100644 --- a/datasets/GM1709_moerdijk/GM1709_moerdijk.derived.ad +++ b/datasets/GM1709_moerdijk/GM1709_moerdijk.derived.ad @@ -1,6 +1,6 @@ - area = GM1709_moerdijk -- id = 112771 -- parent_id = 112771 +- id = 115330 +- parent_id = 115330 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1714_sluis/GM1714_sluis.derived.ad b/datasets/GM1714_sluis/GM1714_sluis.derived.ad index e584a97676..86dfc7eb77 100644 --- a/datasets/GM1714_sluis/GM1714_sluis.derived.ad +++ b/datasets/GM1714_sluis/GM1714_sluis.derived.ad @@ -1,6 +1,6 @@ - area = GM1714_sluis -- id = 112826 -- parent_id = 112826 +- id = 115385 +- parent_id = 115385 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1719_drimmelen/GM1719_drimmelen.derived.ad b/datasets/GM1719_drimmelen/GM1719_drimmelen.derived.ad index d64257e757..8cabd372a7 100644 --- a/datasets/GM1719_drimmelen/GM1719_drimmelen.derived.ad +++ b/datasets/GM1719_drimmelen/GM1719_drimmelen.derived.ad @@ -1,6 +1,6 @@ - area = GM1719_drimmelen -- id = 112689 -- parent_id = 112689 +- id = 115248 +- parent_id = 115248 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1723_alphen_chaam/GM1723_alphen_chaam.derived.ad b/datasets/GM1723_alphen_chaam/GM1723_alphen_chaam.derived.ad index 64fb64bdab..860165de40 100644 --- a/datasets/GM1723_alphen_chaam/GM1723_alphen_chaam.derived.ad +++ b/datasets/GM1723_alphen_chaam/GM1723_alphen_chaam.derived.ad @@ -1,6 +1,6 @@ - area = GM1723_alphen_chaam -- id = 112634 -- parent_id = 112634 +- id = 115193 +- parent_id = 115193 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1724_bergeijk/GM1724_bergeijk.derived.ad b/datasets/GM1724_bergeijk/GM1724_bergeijk.derived.ad index 2f81139c50..f1ffcda9c6 100644 --- a/datasets/GM1724_bergeijk/GM1724_bergeijk.derived.ad +++ b/datasets/GM1724_bergeijk/GM1724_bergeijk.derived.ad @@ -1,6 +1,6 @@ - area = GM1724_bergeijk -- id = 112647 -- parent_id = 112647 +- id = 115206 +- parent_id = 115206 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1728_bladel/GM1728_bladel.derived.ad b/datasets/GM1728_bladel/GM1728_bladel.derived.ad index 0380c9f330..81d5ca8f13 100644 --- a/datasets/GM1728_bladel/GM1728_bladel.derived.ad +++ b/datasets/GM1728_bladel/GM1728_bladel.derived.ad @@ -1,6 +1,6 @@ - area = GM1728_bladel -- id = 112653 -- parent_id = 112653 +- id = 115212 +- parent_id = 115212 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1730_tynaarlo/GM1730_tynaarlo.derived.ad b/datasets/GM1730_tynaarlo/GM1730_tynaarlo.derived.ad index 3840a66503..4f2c6129c0 100644 --- a/datasets/GM1730_tynaarlo/GM1730_tynaarlo.derived.ad +++ b/datasets/GM1730_tynaarlo/GM1730_tynaarlo.derived.ad @@ -1,6 +1,6 @@ - area = GM1730_tynaarlo -- id = 112843 -- parent_id = 112843 +- id = 115402 +- parent_id = 115402 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1731_midden_drenthe/GM1731_midden_drenthe.derived.ad b/datasets/GM1731_midden_drenthe/GM1731_midden_drenthe.derived.ad index 33e21fb802..9d1e3bbe70 100644 --- a/datasets/GM1731_midden_drenthe/GM1731_midden_drenthe.derived.ad +++ b/datasets/GM1731_midden_drenthe/GM1731_midden_drenthe.derived.ad @@ -1,6 +1,6 @@ - area = GM1731_midden_drenthe -- id = 112770 -- parent_id = 112770 +- id = 115329 +- parent_id = 115329 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1734_overbetuwe/GM1734_overbetuwe.derived.ad b/datasets/GM1734_overbetuwe/GM1734_overbetuwe.derived.ad index 1e957d839d..eea6007642 100644 --- a/datasets/GM1734_overbetuwe/GM1734_overbetuwe.derived.ad +++ b/datasets/GM1734_overbetuwe/GM1734_overbetuwe.derived.ad @@ -1,6 +1,6 @@ - area = GM1734_overbetuwe -- id = 112800 -- parent_id = 112800 +- id = 115359 +- parent_id = 115359 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1735_hof_van_twente/GM1735_hof_van_twente.derived.ad b/datasets/GM1735_hof_van_twente/GM1735_hof_van_twente.derived.ad index 5842f465f1..677c624b55 100644 --- a/datasets/GM1735_hof_van_twente/GM1735_hof_van_twente.derived.ad +++ b/datasets/GM1735_hof_van_twente/GM1735_hof_van_twente.derived.ad @@ -1,6 +1,6 @@ - area = GM1735_hof_van_twente -- id = 112735 -- parent_id = 112735 +- id = 115294 +- parent_id = 115294 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1740_neder_betuwe/GM1740_neder_betuwe.derived.ad b/datasets/GM1740_neder_betuwe/GM1740_neder_betuwe.derived.ad index 83da2a16ef..691100822c 100644 --- a/datasets/GM1740_neder_betuwe/GM1740_neder_betuwe.derived.ad +++ b/datasets/GM1740_neder_betuwe/GM1740_neder_betuwe.derived.ad @@ -1,6 +1,6 @@ - area = GM1740_neder_betuwe -- id = 112774 -- parent_id = 112774 +- id = 115333 +- parent_id = 115333 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1742_rijssen_holten/GM1742_rijssen_holten.derived.ad b/datasets/GM1742_rijssen_holten/GM1742_rijssen_holten.derived.ad index 365552de04..938fb5c20c 100644 --- a/datasets/GM1742_rijssen_holten/GM1742_rijssen_holten.derived.ad +++ b/datasets/GM1742_rijssen_holten/GM1742_rijssen_holten.derived.ad @@ -1,6 +1,6 @@ - area = GM1742_rijssen_holten -- id = 112813 -- parent_id = 112813 +- id = 115372 +- parent_id = 115372 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1773_olst_wijhe/GM1773_olst_wijhe.derived.ad b/datasets/GM1773_olst_wijhe/GM1773_olst_wijhe.derived.ad index 40fb8d7c04..d55ed01c24 100644 --- a/datasets/GM1773_olst_wijhe/GM1773_olst_wijhe.derived.ad +++ b/datasets/GM1773_olst_wijhe/GM1773_olst_wijhe.derived.ad @@ -1,6 +1,6 @@ - area = GM1773_olst_wijhe -- id = 112790 -- parent_id = 112790 +- id = 115349 +- parent_id = 115349 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1774_dinkelland/GM1774_dinkelland.derived.ad b/datasets/GM1774_dinkelland/GM1774_dinkelland.derived.ad index a4fa6be30c..7d1beb5649 100644 --- a/datasets/GM1774_dinkelland/GM1774_dinkelland.derived.ad +++ b/datasets/GM1774_dinkelland/GM1774_dinkelland.derived.ad @@ -1,6 +1,6 @@ - area = GM1774_dinkelland -- id = 112683 -- parent_id = 112683 +- id = 115242 +- parent_id = 115242 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1783_westland/GM1783_westland.derived.ad b/datasets/GM1783_westland/GM1783_westland.derived.ad index e54c8142e5..a2137ef057 100644 --- a/datasets/GM1783_westland/GM1783_westland.derived.ad +++ b/datasets/GM1783_westland/GM1783_westland.derived.ad @@ -1,6 +1,6 @@ - area = GM1783_westland -- id = 112869 -- parent_id = 112869 +- id = 115428 +- parent_id = 115428 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1842_midden_delfland/GM1842_midden_delfland.derived.ad b/datasets/GM1842_midden_delfland/GM1842_midden_delfland.derived.ad index 0049fa5cd0..4a3844ea33 100644 --- a/datasets/GM1842_midden_delfland/GM1842_midden_delfland.derived.ad +++ b/datasets/GM1842_midden_delfland/GM1842_midden_delfland.derived.ad @@ -1,6 +1,6 @@ - area = GM1842_midden_delfland -- id = 112769 -- parent_id = 112769 +- id = 115328 +- parent_id = 115328 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1859_berkelland/GM1859_berkelland.derived.ad b/datasets/GM1859_berkelland/GM1859_berkelland.derived.ad index f86c31c7e0..576b36b0f7 100644 --- a/datasets/GM1859_berkelland/GM1859_berkelland.derived.ad +++ b/datasets/GM1859_berkelland/GM1859_berkelland.derived.ad @@ -1,6 +1,6 @@ - area = GM1859_berkelland -- id = 112650 -- parent_id = 112650 +- id = 115209 +- parent_id = 115209 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1876_bronckhorst/GM1876_bronckhorst.derived.ad b/datasets/GM1876_bronckhorst/GM1876_bronckhorst.derived.ad index 472e304ee2..01b147d8af 100644 --- a/datasets/GM1876_bronckhorst/GM1876_bronckhorst.derived.ad +++ b/datasets/GM1876_bronckhorst/GM1876_bronckhorst.derived.ad @@ -1,6 +1,6 @@ - area = GM1876_bronckhorst -- id = 112663 -- parent_id = 112663 +- id = 115222 +- parent_id = 115222 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1884_kaag_en_braassem/GM1884_kaag_en_braassem.derived.ad b/datasets/GM1884_kaag_en_braassem/GM1884_kaag_en_braassem.derived.ad index e2c45060e6..6c4f14ffa2 100644 --- a/datasets/GM1884_kaag_en_braassem/GM1884_kaag_en_braassem.derived.ad +++ b/datasets/GM1884_kaag_en_braassem/GM1884_kaag_en_braassem.derived.ad @@ -1,6 +1,6 @@ - area = GM1884_kaag_en_braassem -- id = 112742 -- parent_id = 112742 +- id = 115301 +- parent_id = 115301 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1891_dantumadiel/GM1891_dantumadiel.derived.ad b/datasets/GM1891_dantumadiel/GM1891_dantumadiel.derived.ad index 8da86ea98e..e090539805 100644 --- a/datasets/GM1891_dantumadiel/GM1891_dantumadiel.derived.ad +++ b/datasets/GM1891_dantumadiel/GM1891_dantumadiel.derived.ad @@ -1,6 +1,6 @@ - area = GM1891_dantumadiel -- id = 112672 -- parent_id = 112672 +- id = 115231 +- parent_id = 115231 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1892_zuidplas/GM1892_zuidplas.derived.ad b/datasets/GM1892_zuidplas/GM1892_zuidplas.derived.ad index 540fb57d7e..a5157be7de 100644 --- a/datasets/GM1892_zuidplas/GM1892_zuidplas.derived.ad +++ b/datasets/GM1892_zuidplas/GM1892_zuidplas.derived.ad @@ -1,6 +1,6 @@ - area = GM1892_zuidplas -- id = 112888 -- parent_id = 112888 +- id = 115447 +- parent_id = 115447 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1895_oldambt/GM1895_oldambt.derived.ad b/datasets/GM1895_oldambt/GM1895_oldambt.derived.ad index f122a1eec9..024c324103 100644 --- a/datasets/GM1895_oldambt/GM1895_oldambt.derived.ad +++ b/datasets/GM1895_oldambt/GM1895_oldambt.derived.ad @@ -1,6 +1,6 @@ - area = GM1895_oldambt -- id = 112787 -- parent_id = 112787 +- id = 115346 +- parent_id = 115346 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 @@ -159,7 +165,7 @@ - areable_land = 181.02 - co2_emission_1990 = 0.383601223511848 - coast_line = 5.543 -- interconnector_capacity = 14.182539611416184 +- interconnector_capacity = 60000.0 - total_land_area = 226.73 - number_of_buildings = 815.0 - number_of_cars = 19173.0 diff --git a/datasets/GM1896_zwartewaterland/GM1896_zwartewaterland.derived.ad b/datasets/GM1896_zwartewaterland/GM1896_zwartewaterland.derived.ad index 8c27344fab..9263ee69cc 100644 --- a/datasets/GM1896_zwartewaterland/GM1896_zwartewaterland.derived.ad +++ b/datasets/GM1896_zwartewaterland/GM1896_zwartewaterland.derived.ad @@ -151,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1901_bodegraven_reeuwijk/GM1901_bodegraven_reeuwijk.derived.ad b/datasets/GM1901_bodegraven_reeuwijk/GM1901_bodegraven_reeuwijk.derived.ad index f9aeddd86b..17540c08f0 100644 --- a/datasets/GM1901_bodegraven_reeuwijk/GM1901_bodegraven_reeuwijk.derived.ad +++ b/datasets/GM1901_bodegraven_reeuwijk/GM1901_bodegraven_reeuwijk.derived.ad @@ -1,6 +1,6 @@ - area = GM1901_bodegraven_reeuwijk -- id = 112656 -- parent_id = 112656 +- id = 115215 +- parent_id = 115215 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1904_stichtse_vecht/GM1904_stichtse_vecht.derived.ad b/datasets/GM1904_stichtse_vecht/GM1904_stichtse_vecht.derived.ad index 4def1a8560..4e1d79b77f 100644 --- a/datasets/GM1904_stichtse_vecht/GM1904_stichtse_vecht.derived.ad +++ b/datasets/GM1904_stichtse_vecht/GM1904_stichtse_vecht.derived.ad @@ -1,6 +1,6 @@ - area = GM1904_stichtse_vecht -- id = 112833 -- parent_id = 112833 +- id = 115392 +- parent_id = 115392 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1911_hollands_kroon/GM1911_hollands_kroon.derived.ad b/datasets/GM1911_hollands_kroon/GM1911_hollands_kroon.derived.ad index b246ae05be..c7a70785bc 100644 --- a/datasets/GM1911_hollands_kroon/GM1911_hollands_kroon.derived.ad +++ b/datasets/GM1911_hollands_kroon/GM1911_hollands_kroon.derived.ad @@ -1,6 +1,6 @@ - area = GM1911_hollands_kroon -- id = 112736 -- parent_id = 112736 +- id = 115295 +- parent_id = 115295 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1916_leidschendam_voorburg/GM1916_leidschendam_voorburg.derived.ad b/datasets/GM1916_leidschendam_voorburg/GM1916_leidschendam_voorburg.derived.ad index f3c2af2929..37adaa7851 100644 --- a/datasets/GM1916_leidschendam_voorburg/GM1916_leidschendam_voorburg.derived.ad +++ b/datasets/GM1916_leidschendam_voorburg/GM1916_leidschendam_voorburg.derived.ad @@ -1,6 +1,6 @@ - area = GM1916_leidschendam_voorburg -- id = 112756 -- parent_id = 112756 +- id = 115315 +- parent_id = 115315 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1924_goeree_overflakkee/GM1924_goeree_overflakkee.derived.ad b/datasets/GM1924_goeree_overflakkee/GM1924_goeree_overflakkee.derived.ad index 92fd150c4c..affb92a2f9 100644 --- a/datasets/GM1924_goeree_overflakkee/GM1924_goeree_overflakkee.derived.ad +++ b/datasets/GM1924_goeree_overflakkee/GM1924_goeree_overflakkee.derived.ad @@ -1,6 +1,6 @@ - area = GM1924_goeree_overflakkee -- id = 112704 -- parent_id = 112704 +- id = 115263 +- parent_id = 115263 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1926_pijnacker_nootdorp/GM1926_pijnacker_nootdorp.derived.ad b/datasets/GM1926_pijnacker_nootdorp/GM1926_pijnacker_nootdorp.derived.ad index b07f57cf68..23df375619 100644 --- a/datasets/GM1926_pijnacker_nootdorp/GM1926_pijnacker_nootdorp.derived.ad +++ b/datasets/GM1926_pijnacker_nootdorp/GM1926_pijnacker_nootdorp.derived.ad @@ -1,6 +1,6 @@ - area = GM1926_pijnacker_nootdorp -- id = 112803 -- parent_id = 112803 +- id = 115362 +- parent_id = 115362 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1930_nissewaard/GM1930_nissewaard.derived.ad b/datasets/GM1930_nissewaard/GM1930_nissewaard.derived.ad index 5ab3de7d52..8a36dbba06 100644 --- a/datasets/GM1930_nissewaard/GM1930_nissewaard.derived.ad +++ b/datasets/GM1930_nissewaard/GM1930_nissewaard.derived.ad @@ -1,6 +1,6 @@ - area = GM1930_nissewaard -- id = 112779 -- parent_id = 112779 +- id = 115338 +- parent_id = 115338 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1931_krimpenerwaard/GM1931_krimpenerwaard.derived.ad b/datasets/GM1931_krimpenerwaard/GM1931_krimpenerwaard.derived.ad index 9ab4a01f1b..5ba17fad18 100644 --- a/datasets/GM1931_krimpenerwaard/GM1931_krimpenerwaard.derived.ad +++ b/datasets/GM1931_krimpenerwaard/GM1931_krimpenerwaard.derived.ad @@ -1,6 +1,6 @@ - area = GM1931_krimpenerwaard -- id = 112748 -- parent_id = 112748 +- id = 115307 +- parent_id = 115307 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1940_de_fryske_marren/GM1940_de_fryske_marren.derived.ad b/datasets/GM1940_de_fryske_marren/GM1940_de_fryske_marren.derived.ad index 43f2371ee4..bbab736cd5 100644 --- a/datasets/GM1940_de_fryske_marren/GM1940_de_fryske_marren.derived.ad +++ b/datasets/GM1940_de_fryske_marren/GM1940_de_fryske_marren.derived.ad @@ -1,6 +1,6 @@ - area = GM1940_de_fryske_marren -- id = 112674 -- parent_id = 112674 +- id = 115233 +- parent_id = 115233 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1942_gooise_meren/GM1942_gooise_meren.derived.ad b/datasets/GM1942_gooise_meren/GM1942_gooise_meren.derived.ad index a0d5173d39..56f7556c5b 100644 --- a/datasets/GM1942_gooise_meren/GM1942_gooise_meren.derived.ad +++ b/datasets/GM1942_gooise_meren/GM1942_gooise_meren.derived.ad @@ -1,6 +1,6 @@ - area = GM1942_gooise_meren -- id = 112707 -- parent_id = 112707 +- id = 115266 +- parent_id = 115266 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1945_berg_en_dal/GM1945_berg_en_dal.derived.ad b/datasets/GM1945_berg_en_dal/GM1945_berg_en_dal.derived.ad index 68d0662a65..d230cd467c 100644 --- a/datasets/GM1945_berg_en_dal/GM1945_berg_en_dal.derived.ad +++ b/datasets/GM1945_berg_en_dal/GM1945_berg_en_dal.derived.ad @@ -1,6 +1,6 @@ - area = GM1945_berg_en_dal -- id = 112646 -- parent_id = 112646 +- id = 115205 +- parent_id = 115205 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1948_meierijstad/GM1948_meierijstad.derived.ad b/datasets/GM1948_meierijstad/GM1948_meierijstad.derived.ad index 420ad5feaf..be2c42efac 100644 --- a/datasets/GM1948_meierijstad/GM1948_meierijstad.derived.ad +++ b/datasets/GM1948_meierijstad/GM1948_meierijstad.derived.ad @@ -1,6 +1,6 @@ - area = GM1948_meierijstad -- id = 112893 -- parent_id = 112893 +- id = 115452 +- parent_id = 115452 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1950_westerwolde/GM1950_westerwolde.derived.ad b/datasets/GM1950_westerwolde/GM1950_westerwolde.derived.ad index 6bcf061759..8e3c8f8bda 100644 --- a/datasets/GM1950_westerwolde/GM1950_westerwolde.derived.ad +++ b/datasets/GM1950_westerwolde/GM1950_westerwolde.derived.ad @@ -1,6 +1,6 @@ - area = GM1950_westerwolde -- id = 112894 -- parent_id = 112894 +- id = 115453 +- parent_id = 115453 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1952_midden_groningen/GM1952_midden_groningen.derived.ad b/datasets/GM1952_midden_groningen/GM1952_midden_groningen.derived.ad index 3fe1ad9c63..dae4f1a0de 100644 --- a/datasets/GM1952_midden_groningen/GM1952_midden_groningen.derived.ad +++ b/datasets/GM1952_midden_groningen/GM1952_midden_groningen.derived.ad @@ -1,6 +1,6 @@ - area = GM1952_midden_groningen -- id = 112895 -- parent_id = 112895 +- id = 115454 +- parent_id = 115454 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1955_montferland/GM1955_montferland.derived.ad b/datasets/GM1955_montferland/GM1955_montferland.derived.ad index 3512fe1ad0..17a5d8db5b 100644 --- a/datasets/GM1955_montferland/GM1955_montferland.derived.ad +++ b/datasets/GM1955_montferland/GM1955_montferland.derived.ad @@ -1,6 +1,6 @@ - area = GM1955_montferland -- id = 112772 -- parent_id = 112772 +- id = 115331 +- parent_id = 115331 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1959_altena/GM1959_altena.derived.ad b/datasets/GM1959_altena/GM1959_altena.derived.ad index 0bbedd051d..8df2e1431c 100644 --- a/datasets/GM1959_altena/GM1959_altena.derived.ad +++ b/datasets/GM1959_altena/GM1959_altena.derived.ad @@ -1,6 +1,6 @@ - area = GM1959_altena -- id = 113087 -- parent_id = 113087 +- id = 115646 +- parent_id = 115646 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1960_west_betuwe/GM1960_west_betuwe.derived.ad b/datasets/GM1960_west_betuwe/GM1960_west_betuwe.derived.ad index 423047c775..4b348abbdc 100644 --- a/datasets/GM1960_west_betuwe/GM1960_west_betuwe.derived.ad +++ b/datasets/GM1960_west_betuwe/GM1960_west_betuwe.derived.ad @@ -1,6 +1,6 @@ - area = GM1960_west_betuwe -- id = 113058 -- parent_id = 113058 +- id = 115617 +- parent_id = 115617 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1961_vijfheerenlanden/GM1961_vijfheerenlanden.derived.ad b/datasets/GM1961_vijfheerenlanden/GM1961_vijfheerenlanden.derived.ad index 00ee537316..e8af0cd4be 100644 --- a/datasets/GM1961_vijfheerenlanden/GM1961_vijfheerenlanden.derived.ad +++ b/datasets/GM1961_vijfheerenlanden/GM1961_vijfheerenlanden.derived.ad @@ -1,6 +1,6 @@ - area = GM1961_vijfheerenlanden -- id = 113032 -- parent_id = 113032 +- id = 115591 +- parent_id = 115591 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1963_hoeksche_waard/GM1963_hoeksche_waard.derived.ad b/datasets/GM1963_hoeksche_waard/GM1963_hoeksche_waard.derived.ad index c5ee8bc7c6..733d32cde2 100644 --- a/datasets/GM1963_hoeksche_waard/GM1963_hoeksche_waard.derived.ad +++ b/datasets/GM1963_hoeksche_waard/GM1963_hoeksche_waard.derived.ad @@ -1,6 +1,6 @@ - area = GM1963_hoeksche_waard -- id = 113088 -- parent_id = 113088 +- id = 115647 +- parent_id = 115647 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1966_het_hogeland/GM1966_het_hogeland.derived.ad b/datasets/GM1966_het_hogeland/GM1966_het_hogeland.derived.ad index 27dc37af71..f2dd889878 100644 --- a/datasets/GM1966_het_hogeland/GM1966_het_hogeland.derived.ad +++ b/datasets/GM1966_het_hogeland/GM1966_het_hogeland.derived.ad @@ -1,6 +1,6 @@ - area = GM1966_het_hogeland -- id = 113086 -- parent_id = 113086 +- id = 115645 +- parent_id = 115645 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1970_noardeast_fryslan/GM1970_noardeast_fryslan.derived.ad b/datasets/GM1970_noardeast_fryslan/GM1970_noardeast_fryslan.derived.ad index 4a5a3c0e52..3e71f97db9 100644 --- a/datasets/GM1970_noardeast_fryslan/GM1970_noardeast_fryslan.derived.ad +++ b/datasets/GM1970_noardeast_fryslan/GM1970_noardeast_fryslan.derived.ad @@ -1,6 +1,6 @@ - area = GM1970_noardeast_fryslan -- id = 113090 -- parent_id = 113090 +- id = 115649 +- parent_id = 115649 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/GM1978_molenlanden/GM1978_molenlanden.derived.ad b/datasets/GM1978_molenlanden/GM1978_molenlanden.derived.ad index cdde90e17e..cf85e536b9 100644 --- a/datasets/GM1978_molenlanden/GM1978_molenlanden.derived.ad +++ b/datasets/GM1978_molenlanden/GM1978_molenlanden.derived.ad @@ -1,6 +1,6 @@ - area = GM1978_molenlanden -- id = 113089 -- parent_id = 113089 +- id = 115648 +- parent_id = 115648 - group = municipality - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/HR_croatia/HR_croatia.derived.ad b/datasets/HR_croatia/HR_croatia.derived.ad index 74e986a512..a7a70ffe85 100644 --- a/datasets/HR_croatia/HR_croatia.derived.ad +++ b/datasets/HR_croatia/HR_croatia.derived.ad @@ -1,6 +1,6 @@ - area = HR_croatia -- id = 113113 -- parent_id = 113113 +- id = 115672 +- parent_id = 115672 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.49661612000000005 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/HU_hungary/HU_hungary.derived.ad b/datasets/HU_hungary/HU_hungary.derived.ad index 3cc10ed24c..0013cb09ca 100644 --- a/datasets/HU_hungary/HU_hungary.derived.ad +++ b/datasets/HU_hungary/HU_hungary.derived.ad @@ -1,6 +1,6 @@ - area = HU_hungary -- id = 113114 -- parent_id = 113114 +- id = 115673 +- parent_id = 115673 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.50500305 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/IE_ireland/IE_ireland.derived.ad b/datasets/IE_ireland/IE_ireland.derived.ad index b8a3b82b64..0b14c67b3e 100644 --- a/datasets/IE_ireland/IE_ireland.derived.ad +++ b/datasets/IE_ireland/IE_ireland.derived.ad @@ -1,6 +1,6 @@ - area = IE_ireland -- id = 113115 -- parent_id = 113115 +- id = 115674 +- parent_id = 115674 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 1.07269182 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/IT_italy/IT_italy.derived.ad b/datasets/IT_italy/IT_italy.derived.ad index 3c1664db26..e33125f312 100644 --- a/datasets/IT_italy/IT_italy.derived.ad +++ b/datasets/IT_italy/IT_italy.derived.ad @@ -1,6 +1,6 @@ - area = IT_italy -- id = 113116 -- parent_id = 113116 +- id = 115675 +- parent_id = 115675 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.2847785400000005 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/LT_lithuania/LT_lithuania.derived.ad b/datasets/LT_lithuania/LT_lithuania.derived.ad index 5b00a2764a..43ee4098a1 100644 --- a/datasets/LT_lithuania/LT_lithuania.derived.ad +++ b/datasets/LT_lithuania/LT_lithuania.derived.ad @@ -1,6 +1,6 @@ - area = LT_lithuania -- id = 113117 -- parent_id = 113117 +- id = 115676 +- parent_id = 115676 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.39890928000000003 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/LU_luxembourg/LU_luxembourg.derived.ad b/datasets/LU_luxembourg/LU_luxembourg.derived.ad index 239a612c90..d170a39e79 100644 --- a/datasets/LU_luxembourg/LU_luxembourg.derived.ad +++ b/datasets/LU_luxembourg/LU_luxembourg.derived.ad @@ -1,6 +1,6 @@ - area = LU_luxembourg -- id = 113118 -- parent_id = 113118 +- id = 115677 +- parent_id = 115677 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.39440559000000003 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/LV_latvia/LV_latvia.derived.ad b/datasets/LV_latvia/LV_latvia.derived.ad index 92851446a2..f33d12dcdc 100644 --- a/datasets/LV_latvia/LV_latvia.derived.ad +++ b/datasets/LV_latvia/LV_latvia.derived.ad @@ -1,6 +1,6 @@ - area = LV_latvia -- id = 113119 -- parent_id = 113119 +- id = 115678 +- parent_id = 115678 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.22114512 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/MT_malta/MT_malta.derived.ad b/datasets/MT_malta/MT_malta.derived.ad index 39321847d1..eac7a38a64 100644 --- a/datasets/MT_malta/MT_malta.derived.ad +++ b/datasets/MT_malta/MT_malta.derived.ad @@ -1,6 +1,6 @@ - area = MT_malta -- id = 113125 -- parent_id = 113125 +- id = 115684 +- parent_id = 115684 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.19695695000000002 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PL_poland/PL_poland.derived.ad b/datasets/PL_poland/PL_poland.derived.ad index 4fe86b2b2c..dde89a64d6 100644 --- a/datasets/PL_poland/PL_poland.derived.ad +++ b/datasets/PL_poland/PL_poland.derived.ad @@ -1,6 +1,6 @@ - area = PL_poland -- id = 113120 -- parent_id = 113120 +- id = 115679 +- parent_id = 115679 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.63963744 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PT_portugal/PT_portugal.derived.ad b/datasets/PT_portugal/PT_portugal.derived.ad index 99c62c2d4d..79cb228b49 100644 --- a/datasets/PT_portugal/PT_portugal.derived.ad +++ b/datasets/PT_portugal/PT_portugal.derived.ad @@ -1,6 +1,6 @@ - area = PT_portugal -- id = 113121 -- parent_id = 113121 +- id = 115680 +- parent_id = 115680 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 1.53267365 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PV20_groningen/PV20_groningen.derived.ad b/datasets/PV20_groningen/PV20_groningen.derived.ad index e109b683c5..f7daeb276c 100644 --- a/datasets/PV20_groningen/PV20_groningen.derived.ad +++ b/datasets/PV20_groningen/PV20_groningen.derived.ad @@ -1,6 +1,6 @@ - area = PV20_groningen -- id = 113043 -- parent_id = 113043 +- id = 115602 +- parent_id = 115602 - group = province - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.60046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PV21_friesland/PV21_friesland.derived.ad b/datasets/PV21_friesland/PV21_friesland.derived.ad index b803407162..33dab3ffce 100644 --- a/datasets/PV21_friesland/PV21_friesland.derived.ad +++ b/datasets/PV21_friesland/PV21_friesland.derived.ad @@ -1,6 +1,6 @@ - area = PV21_friesland -- id = 113047 -- parent_id = 113047 +- id = 115606 +- parent_id = 115606 - group = province - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PV22_drenthe/PV22_drenthe.derived.ad b/datasets/PV22_drenthe/PV22_drenthe.derived.ad index 95b08a9cb9..4963aba678 100644 --- a/datasets/PV22_drenthe/PV22_drenthe.derived.ad +++ b/datasets/PV22_drenthe/PV22_drenthe.derived.ad @@ -1,6 +1,6 @@ - area = PV22_drenthe -- id = 113041 -- parent_id = 113041 +- id = 115600 +- parent_id = 115600 - group = province - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PV23_overijssel/PV23_overijssel.derived.ad b/datasets/PV23_overijssel/PV23_overijssel.derived.ad index 61c90540d1..039091ef89 100644 --- a/datasets/PV23_overijssel/PV23_overijssel.derived.ad +++ b/datasets/PV23_overijssel/PV23_overijssel.derived.ad @@ -1,6 +1,6 @@ - area = PV23_overijssel -- id = 113046 -- parent_id = 113046 +- id = 115605 +- parent_id = 115605 - group = province - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PV24_flevoland/PV24_flevoland.derived.ad b/datasets/PV24_flevoland/PV24_flevoland.derived.ad index e1bff70319..c4308fccab 100644 --- a/datasets/PV24_flevoland/PV24_flevoland.derived.ad +++ b/datasets/PV24_flevoland/PV24_flevoland.derived.ad @@ -1,6 +1,6 @@ - area = PV24_flevoland -- id = 113030 -- parent_id = 113030 +- id = 115589 +- parent_id = 115589 - group = province - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PV25_gelderland/PV25_gelderland.derived.ad b/datasets/PV25_gelderland/PV25_gelderland.derived.ad index 0174484b99..80d46a034b 100644 --- a/datasets/PV25_gelderland/PV25_gelderland.derived.ad +++ b/datasets/PV25_gelderland/PV25_gelderland.derived.ad @@ -1,6 +1,6 @@ - area = PV25_gelderland -- id = 113048 -- parent_id = 113048 +- id = 115607 +- parent_id = 115607 - group = province - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PV26_utrecht/PV26_utrecht.derived.ad b/datasets/PV26_utrecht/PV26_utrecht.derived.ad index 8c9c6c741b..ff3f68f25d 100644 --- a/datasets/PV26_utrecht/PV26_utrecht.derived.ad +++ b/datasets/PV26_utrecht/PV26_utrecht.derived.ad @@ -1,6 +1,6 @@ - area = PV26_utrecht -- id = 113044 -- parent_id = 113044 +- id = 115603 +- parent_id = 115603 - group = province - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PV27_noord_holland/PV27_noord_holland.derived.ad b/datasets/PV27_noord_holland/PV27_noord_holland.derived.ad index 29a9a6783f..2525700eaf 100644 --- a/datasets/PV27_noord_holland/PV27_noord_holland.derived.ad +++ b/datasets/PV27_noord_holland/PV27_noord_holland.derived.ad @@ -1,6 +1,8 @@ - area = PV27_noord_holland - id = 113139 - parent_id = 113139 +- id = 115599 +- parent_id = 115599 - group = province - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +30,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 216.4162 @@ -148,6 +153,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PV28_zuid_holland/PV28_zuid_holland.derived.ad b/datasets/PV28_zuid_holland/PV28_zuid_holland.derived.ad index 5c9770e009..60ea85ca3e 100644 --- a/datasets/PV28_zuid_holland/PV28_zuid_holland.derived.ad +++ b/datasets/PV28_zuid_holland/PV28_zuid_holland.derived.ad @@ -1,6 +1,6 @@ - area = PV28_zuid_holland -- id = 113049 -- parent_id = 113049 +- id = 115608 +- parent_id = 115608 - group = province - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PV29_zeeland/PV29_zeeland.derived.ad b/datasets/PV29_zeeland/PV29_zeeland.derived.ad index 4d4c288df5..00b4c81148 100644 --- a/datasets/PV29_zeeland/PV29_zeeland.derived.ad +++ b/datasets/PV29_zeeland/PV29_zeeland.derived.ad @@ -1,6 +1,6 @@ - area = PV29_zeeland -- id = 113135 -- parent_id = 113135 +- id = 115601 +- parent_id = 115601 - group = province - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PV30_noord_brabant/PV30_noord_brabant.derived.ad b/datasets/PV30_noord_brabant/PV30_noord_brabant.derived.ad index 8c2048f33c..555b8d800b 100644 --- a/datasets/PV30_noord_brabant/PV30_noord_brabant.derived.ad +++ b/datasets/PV30_noord_brabant/PV30_noord_brabant.derived.ad @@ -1,6 +1,6 @@ - area = PV30_noord_brabant -- id = 113050 -- parent_id = 113050 +- id = 115609 +- parent_id = 115609 - group = province - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/PV31_limburg/PV31_limburg.derived.ad b/datasets/PV31_limburg/PV31_limburg.derived.ad index 64a4a3586f..a4f05262c9 100644 --- a/datasets/PV31_limburg/PV31_limburg.derived.ad +++ b/datasets/PV31_limburg/PV31_limburg.derived.ad @@ -1,6 +1,6 @@ - area = PV31_limburg -- id = 113051 -- parent_id = 113051 +- id = 115610 +- parent_id = 115610 - group = province - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES01_achterhoek/RES01_achterhoek.derived.ad b/datasets/RES01_achterhoek/RES01_achterhoek.derived.ad index db26341b40..97471e1b03 100644 --- a/datasets/RES01_achterhoek/RES01_achterhoek.derived.ad +++ b/datasets/RES01_achterhoek/RES01_achterhoek.derived.ad @@ -1,6 +1,6 @@ - area = RES01_achterhoek -- id = 113059 -- parent_id = 113059 +- id = 115618 +- parent_id = 115618 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES02_drechtsteden/RES02_drechtsteden.derived.ad b/datasets/RES02_drechtsteden/RES02_drechtsteden.derived.ad index 450c72d0d0..bba399a368 100644 --- a/datasets/RES02_drechtsteden/RES02_drechtsteden.derived.ad +++ b/datasets/RES02_drechtsteden/RES02_drechtsteden.derived.ad @@ -1,6 +1,6 @@ - area = RES02_drechtsteden -- id = 113060 -- parent_id = 113060 +- id = 115619 +- parent_id = 115619 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES03_regio_drenthe/RES03_regio_drenthe.derived.ad b/datasets/RES03_regio_drenthe/RES03_regio_drenthe.derived.ad index f7412a7302..e903e4bf42 100644 --- a/datasets/RES03_regio_drenthe/RES03_regio_drenthe.derived.ad +++ b/datasets/RES03_regio_drenthe/RES03_regio_drenthe.derived.ad @@ -1,6 +1,6 @@ - area = RES03_regio_drenthe -- id = 113061 -- parent_id = 113061 +- id = 115620 +- parent_id = 115620 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES04_flevoland/RES04_flevoland.derived.ad b/datasets/RES04_flevoland/RES04_flevoland.derived.ad index a416897b53..65ce7617a6 100644 --- a/datasets/RES04_flevoland/RES04_flevoland.derived.ad +++ b/datasets/RES04_flevoland/RES04_flevoland.derived.ad @@ -1,6 +1,6 @@ - area = RES04_flevoland -- id = 113062 -- parent_id = 113062 +- id = 115621 +- parent_id = 115621 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES05_foodvalley/RES05_foodvalley.derived.ad b/datasets/RES05_foodvalley/RES05_foodvalley.derived.ad index 18bc748572..e84a102b37 100644 --- a/datasets/RES05_foodvalley/RES05_foodvalley.derived.ad +++ b/datasets/RES05_foodvalley/RES05_foodvalley.derived.ad @@ -1,6 +1,6 @@ - area = RES05_foodvalley -- id = 113063 -- parent_id = 113063 +- id = 115622 +- parent_id = 115622 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES06_regio_friesland/RES06_regio_friesland.derived.ad b/datasets/RES06_regio_friesland/RES06_regio_friesland.derived.ad index 554223c8a3..865c10cd5f 100644 --- a/datasets/RES06_regio_friesland/RES06_regio_friesland.derived.ad +++ b/datasets/RES06_regio_friesland/RES06_regio_friesland.derived.ad @@ -1,6 +1,6 @@ - area = RES06_regio_friesland -- id = 113064 -- parent_id = 113064 +- id = 115623 +- parent_id = 115623 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES07_goeree_overflakkee/RES07_goeree_overflakkee.derived.ad b/datasets/RES07_goeree_overflakkee/RES07_goeree_overflakkee.derived.ad index c470ea3231..67e21ef5dd 100644 --- a/datasets/RES07_goeree_overflakkee/RES07_goeree_overflakkee.derived.ad +++ b/datasets/RES07_goeree_overflakkee/RES07_goeree_overflakkee.derived.ad @@ -1,6 +1,6 @@ - area = RES07_goeree_overflakkee -- id = 113082 -- parent_id = 113082 +- id = 115641 +- parent_id = 115641 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES08_groningen/RES08_groningen.derived.ad b/datasets/RES08_groningen/RES08_groningen.derived.ad index a80d4049cd..992e0f74f2 100644 --- a/datasets/RES08_groningen/RES08_groningen.derived.ad +++ b/datasets/RES08_groningen/RES08_groningen.derived.ad @@ -1,6 +1,6 @@ - area = RES08_groningen -- id = 113083 -- parent_id = 113083 +- id = 115642 +- parent_id = 115642 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES09_hart_van_brabant/RES09_hart_van_brabant.derived.ad b/datasets/RES09_hart_van_brabant/RES09_hart_van_brabant.derived.ad index 0af2977d4e..9b7e575acb 100644 --- a/datasets/RES09_hart_van_brabant/RES09_hart_van_brabant.derived.ad +++ b/datasets/RES09_hart_van_brabant/RES09_hart_van_brabant.derived.ad @@ -1,6 +1,6 @@ - area = RES09_hart_van_brabant -- id = 113084 -- parent_id = 113084 +- id = 115643 +- parent_id = 115643 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES10_hoeksewaard/RES10_hoeksewaard.derived.ad b/datasets/RES10_hoeksewaard/RES10_hoeksewaard.derived.ad index 8213af8914..641eb2e480 100644 --- a/datasets/RES10_hoeksewaard/RES10_hoeksewaard.derived.ad +++ b/datasets/RES10_hoeksewaard/RES10_hoeksewaard.derived.ad @@ -1,6 +1,6 @@ - area = RES10_hoeksewaard -- id = 113085 -- parent_id = 113085 +- id = 115644 +- parent_id = 115644 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES11_holland_rijnland/RES11_holland_rijnland.derived.ad b/datasets/RES11_holland_rijnland/RES11_holland_rijnland.derived.ad index 2020a8c210..14329ffc07 100644 --- a/datasets/RES11_holland_rijnland/RES11_holland_rijnland.derived.ad +++ b/datasets/RES11_holland_rijnland/RES11_holland_rijnland.derived.ad @@ -1,6 +1,6 @@ - area = RES11_holland_rijnland -- id = 113065 -- parent_id = 113065 +- id = 115624 +- parent_id = 115624 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES12_metropoolregio_eindhoven/RES12_metropoolregio_eindhoven.derived.ad b/datasets/RES12_metropoolregio_eindhoven/RES12_metropoolregio_eindhoven.derived.ad index 064e79faf1..f5f2e93af1 100644 --- a/datasets/RES12_metropoolregio_eindhoven/RES12_metropoolregio_eindhoven.derived.ad +++ b/datasets/RES12_metropoolregio_eindhoven/RES12_metropoolregio_eindhoven.derived.ad @@ -1,6 +1,6 @@ - area = RES12_metropoolregio_eindhoven -- id = 113066 -- parent_id = 113066 +- id = 115625 +- parent_id = 115625 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES13_rotterdam_denhaag/RES13_rotterdam_denhaag.derived.ad b/datasets/RES13_rotterdam_denhaag/RES13_rotterdam_denhaag.derived.ad index 5c286af692..4aba9e26ea 100644 --- a/datasets/RES13_rotterdam_denhaag/RES13_rotterdam_denhaag.derived.ad +++ b/datasets/RES13_rotterdam_denhaag/RES13_rotterdam_denhaag.derived.ad @@ -1,6 +1,6 @@ - area = RES13_rotterdam_denhaag -- id = 113067 -- parent_id = 113067 +- id = 115626 +- parent_id = 115626 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES14_midden_holland/RES14_midden_holland.derived.ad b/datasets/RES14_midden_holland/RES14_midden_holland.derived.ad index 01f0b27b4b..3444de07c2 100644 --- a/datasets/RES14_midden_holland/RES14_midden_holland.derived.ad +++ b/datasets/RES14_midden_holland/RES14_midden_holland.derived.ad @@ -1,6 +1,6 @@ - area = RES14_midden_holland -- id = 113068 -- parent_id = 113068 +- id = 115627 +- parent_id = 115627 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES16_noord_holland_noord/RES16_noord_holland_noord.derived.ad b/datasets/RES16_noord_holland_noord/RES16_noord_holland_noord.derived.ad index 8f2e2a9887..2e58b3d750 100644 --- a/datasets/RES16_noord_holland_noord/RES16_noord_holland_noord.derived.ad +++ b/datasets/RES16_noord_holland_noord/RES16_noord_holland_noord.derived.ad @@ -1,6 +1,6 @@ - area = RES16_noord_holland_noord -- id = 113052 -- parent_id = 113052 +- id = 115611 +- parent_id = 115611 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES17_noord_holland_zuid/RES17_noord_holland_zuid.derived.ad b/datasets/RES17_noord_holland_zuid/RES17_noord_holland_zuid.derived.ad index 6a4d681a9f..6514caeea2 100644 --- a/datasets/RES17_noord_holland_zuid/RES17_noord_holland_zuid.derived.ad +++ b/datasets/RES17_noord_holland_zuid/RES17_noord_holland_zuid.derived.ad @@ -1,6 +1,6 @@ - area = RES17_noord_holland_zuid -- id = 113053 -- parent_id = 113053 +- id = 115612 +- parent_id = 115612 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES18_noord_veluwe/RES18_noord_veluwe.derived.ad b/datasets/RES18_noord_veluwe/RES18_noord_veluwe.derived.ad index e17d6d8525..75c9710ae9 100644 --- a/datasets/RES18_noord_veluwe/RES18_noord_veluwe.derived.ad +++ b/datasets/RES18_noord_veluwe/RES18_noord_veluwe.derived.ad @@ -1,6 +1,6 @@ - area = RES18_noord_veluwe -- id = 113069 -- parent_id = 113069 +- id = 115628 +- parent_id = 115628 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES19_noord_en_midden_limburg/RES19_noord_en_midden_limburg.derived.ad b/datasets/RES19_noord_en_midden_limburg/RES19_noord_en_midden_limburg.derived.ad index 261011b075..2648910ae5 100644 --- a/datasets/RES19_noord_en_midden_limburg/RES19_noord_en_midden_limburg.derived.ad +++ b/datasets/RES19_noord_en_midden_limburg/RES19_noord_en_midden_limburg.derived.ad @@ -1,6 +1,6 @@ - area = RES19_noord_en_midden_limburg -- id = 113070 -- parent_id = 113070 +- id = 115629 +- parent_id = 115629 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES20_noord_oost_brabant/RES20_noord_oost_brabant.derived.ad b/datasets/RES20_noord_oost_brabant/RES20_noord_oost_brabant.derived.ad index d6510fbc33..88a57c459f 100644 --- a/datasets/RES20_noord_oost_brabant/RES20_noord_oost_brabant.derived.ad +++ b/datasets/RES20_noord_oost_brabant/RES20_noord_oost_brabant.derived.ad @@ -1,6 +1,6 @@ - area = RES20_noord_oost_brabant -- id = 113071 -- parent_id = 113071 +- id = 115630 +- parent_id = 115630 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES21_alblasserwaard/RES21_alblasserwaard.derived.ad b/datasets/RES21_alblasserwaard/RES21_alblasserwaard.derived.ad index 1421d6500c..6844e87866 100644 --- a/datasets/RES21_alblasserwaard/RES21_alblasserwaard.derived.ad +++ b/datasets/RES21_alblasserwaard/RES21_alblasserwaard.derived.ad @@ -1,6 +1,6 @@ - area = RES21_alblasserwaard -- id = 113072 -- parent_id = 113072 +- id = 115631 +- parent_id = 115631 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES22_amersfoort/RES22_amersfoort.derived.ad b/datasets/RES22_amersfoort/RES22_amersfoort.derived.ad index a209a729bc..2f0f55ddf3 100644 --- a/datasets/RES22_amersfoort/RES22_amersfoort.derived.ad +++ b/datasets/RES22_amersfoort/RES22_amersfoort.derived.ad @@ -1,6 +1,6 @@ - area = RES22_amersfoort -- id = 113056 -- parent_id = 113056 +- id = 115615 +- parent_id = 115615 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES23_arnhem_nijmegen/RES23_arnhem_nijmegen.derived.ad b/datasets/RES23_arnhem_nijmegen/RES23_arnhem_nijmegen.derived.ad index 29664189ce..b536db1de7 100644 --- a/datasets/RES23_arnhem_nijmegen/RES23_arnhem_nijmegen.derived.ad +++ b/datasets/RES23_arnhem_nijmegen/RES23_arnhem_nijmegen.derived.ad @@ -1,6 +1,6 @@ - area = RES23_arnhem_nijmegen -- id = 113073 -- parent_id = 113073 +- id = 115632 +- parent_id = 115632 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES24_u16/RES24_u16.derived.ad b/datasets/RES24_u16/RES24_u16.derived.ad index c2e1b7155b..0271118777 100644 --- a/datasets/RES24_u16/RES24_u16.derived.ad +++ b/datasets/RES24_u16/RES24_u16.derived.ad @@ -1,6 +1,6 @@ - area = RES24_u16 -- id = 113074 -- parent_id = 113074 +- id = 115633 +- parent_id = 115633 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES25_rivierenland_fruitdelta/RES25_rivierenland_fruitdelta.derived.ad b/datasets/RES25_rivierenland_fruitdelta/RES25_rivierenland_fruitdelta.derived.ad index 0bb0026d7b..c820165165 100644 --- a/datasets/RES25_rivierenland_fruitdelta/RES25_rivierenland_fruitdelta.derived.ad +++ b/datasets/RES25_rivierenland_fruitdelta/RES25_rivierenland_fruitdelta.derived.ad @@ -1,6 +1,6 @@ - area = RES25_rivierenland_fruitdelta -- id = 113075 -- parent_id = 113075 +- id = 115634 +- parent_id = 115634 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES26_cleantechregio/RES26_cleantechregio.derived.ad b/datasets/RES26_cleantechregio/RES26_cleantechregio.derived.ad index bd1dd2a82e..e9c77aec43 100644 --- a/datasets/RES26_cleantechregio/RES26_cleantechregio.derived.ad +++ b/datasets/RES26_cleantechregio/RES26_cleantechregio.derived.ad @@ -1,6 +1,6 @@ - area = RES26_cleantechregio -- id = 113076 -- parent_id = 113076 +- id = 115635 +- parent_id = 115635 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES27_twente/RES27_twente.derived.ad b/datasets/RES27_twente/RES27_twente.derived.ad index 683083341f..2fbe543729 100644 --- a/datasets/RES27_twente/RES27_twente.derived.ad +++ b/datasets/RES27_twente/RES27_twente.derived.ad @@ -1,6 +1,6 @@ - area = RES27_twente -- id = 113077 -- parent_id = 113077 +- id = 115636 +- parent_id = 115636 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES28_west_brabant/RES28_west_brabant.derived.ad b/datasets/RES28_west_brabant/RES28_west_brabant.derived.ad index 83e021d922..c09f4894b8 100644 --- a/datasets/RES28_west_brabant/RES28_west_brabant.derived.ad +++ b/datasets/RES28_west_brabant/RES28_west_brabant.derived.ad @@ -1,6 +1,6 @@ - area = RES28_west_brabant -- id = 113078 -- parent_id = 113078 +- id = 115637 +- parent_id = 115637 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES29_west_overijssel/RES29_west_overijssel.derived.ad b/datasets/RES29_west_overijssel/RES29_west_overijssel.derived.ad index 80ed061a21..61299c10b6 100644 --- a/datasets/RES29_west_overijssel/RES29_west_overijssel.derived.ad +++ b/datasets/RES29_west_overijssel/RES29_west_overijssel.derived.ad @@ -1,6 +1,6 @@ - area = RES29_west_overijssel -- id = 113079 -- parent_id = 113079 +- id = 115638 +- parent_id = 115638 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES30_zeeland/RES30_zeeland.derived.ad b/datasets/RES30_zeeland/RES30_zeeland.derived.ad index c3833468a9..d4f5b2213e 100644 --- a/datasets/RES30_zeeland/RES30_zeeland.derived.ad +++ b/datasets/RES30_zeeland/RES30_zeeland.derived.ad @@ -1,6 +1,6 @@ - area = RES30_zeeland -- id = 113080 -- parent_id = 113080 +- id = 115639 +- parent_id = 115639 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RES31_zuid_limburg/RES31_zuid_limburg.derived.ad b/datasets/RES31_zuid_limburg/RES31_zuid_limburg.derived.ad index b0eb22215c..ee7202365f 100644 --- a/datasets/RES31_zuid_limburg/RES31_zuid_limburg.derived.ad +++ b/datasets/RES31_zuid_limburg/RES31_zuid_limburg.derived.ad @@ -1,6 +1,6 @@ - area = RES31_zuid_limburg -- id = 113081 -- parent_id = 113081 +- id = 115640 +- parent_id = 115640 - group = res - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGAMS01_haven_stad/RGAMS01_haven_stad.derived.ad b/datasets/RGAMS01_haven_stad/RGAMS01_haven_stad.derived.ad index c39622ce70..54aa01b8ec 100644 --- a/datasets/RGAMS01_haven_stad/RGAMS01_haven_stad.derived.ad +++ b/datasets/RGAMS01_haven_stad/RGAMS01_haven_stad.derived.ad @@ -1,6 +1,6 @@ - area = RGAMS01_haven_stad -- id = 113093 -- parent_id = 113093 +- id = 115652 +- parent_id = 115652 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGAMS01_haven_stad/graph_values.yml b/datasets/RGAMS01_haven_stad/graph_values.yml index 89e9781119..6c74c9795b 100644 --- a/datasets/RGAMS01_haven_stad/graph_values.yml +++ b/datasets/RGAMS01_haven_stad/graph_values.yml @@ -617,7 +617,7 @@ industry_final_demand_crude_oil: industry_final_demand_diesel: demand: 0.0 industry_final_demand_electricity: - demand: 0.0 + demand: 1201.3557211520001 industry_final_demand_for_chemical_other_crude_oil_non_energetic: demand: 0.0 industry_final_demand_for_other_crude_oil_non_energetic: @@ -978,11 +978,11 @@ industry_final_demand_crude_oil_non_energetic-industry_final_demand_for_chemical industry_final_demand_crude_oil_non_energetic-industry_final_demand_for_other_crude_oil_non_energetic@crude_oil: parent_share: 1.0 industry_final_demand_electricity-industry_final_demand_for_chemical_dsr_electricity@electricity: - parent_share: 0.0 + parent_share: 0.324945295404814 industry_final_demand_electricity-industry_final_demand_for_metal_dsr_electricity@electricity: parent_share: 0.0 industry_final_demand_electricity-industry_final_demand_for_other_dsr_electricity@electricity: - parent_share: 0.0 + parent_share: 0.6750547045951859 industry_final_demand_for_chemical_coal-industry_final_demand_for_chemical_fertilizers_coal@coal: parent_share: 0.0 industry_final_demand_for_chemical_coal-industry_final_demand_for_chemical_other_coal@coal: @@ -1078,7 +1078,7 @@ industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_food_c industry_final_demand_for_other_crude_oil-industry_final_demand_for_other_paper_crude_oil@crude_oil: parent_share: 0.0 industry_final_demand_for_other_electricity-industry_final_demand_for_other_food_electricity@electricity: - parent_share: 0.0 + parent_share: 1.0 industry_final_demand_for_other_electricity-industry_final_demand_for_other_paper_electricity@electricity: parent_share: 0.0 industry_final_demand_for_other_food_electricity-industry_other_food_heater_electricity@electricity: diff --git a/datasets/RGBRE01_breda_steenakker_biz/RGBRE01_breda_steenakker_biz.derived.ad b/datasets/RGBRE01_breda_steenakker_biz/RGBRE01_breda_steenakker_biz.derived.ad index 4160aef2ba..f58bb9c871 100644 --- a/datasets/RGBRE01_breda_steenakker_biz/RGBRE01_breda_steenakker_biz.derived.ad +++ b/datasets/RGBRE01_breda_steenakker_biz/RGBRE01_breda_steenakker_biz.derived.ad @@ -1,6 +1,6 @@ - area = RGBRE01_breda_steenakker_biz -- id = 113096 -- parent_id = 113096 +- id = 115655 +- parent_id = 115655 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGDHR_haagse_regio/RGDHR_haagse_regio.derived.ad b/datasets/RGDHR_haagse_regio/RGDHR_haagse_regio.derived.ad index 3efa235ce3..85f3cba0c6 100644 --- a/datasets/RGDHR_haagse_regio/RGDHR_haagse_regio.derived.ad +++ b/datasets/RGDHR_haagse_regio/RGDHR_haagse_regio.derived.ad @@ -1,6 +1,6 @@ - area = RGDHR_haagse_regio -- id = 113130 -- parent_id = 113130 +- id = 115689 +- parent_id = 115689 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGDS_drechtsteden/RGDS_drechtsteden.derived.ad b/datasets/RGDS_drechtsteden/RGDS_drechtsteden.derived.ad index f64e3d7f50..24278bbd4f 100644 --- a/datasets/RGDS_drechtsteden/RGDS_drechtsteden.derived.ad +++ b/datasets/RGDS_drechtsteden/RGDS_drechtsteden.derived.ad @@ -1,6 +1,6 @@ - area = RGDS_drechtsteden -- id = 113133 -- parent_id = 113133 +- id = 115692 +- parent_id = 115692 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGGD01_groningen_drenthe/RGGD01_groningen_drenthe.derived.ad b/datasets/RGGD01_groningen_drenthe/RGGD01_groningen_drenthe.derived.ad index ed359c61a2..166c937083 100644 --- a/datasets/RGGD01_groningen_drenthe/RGGD01_groningen_drenthe.derived.ad +++ b/datasets/RGGD01_groningen_drenthe/RGGD01_groningen_drenthe.derived.ad @@ -1,6 +1,6 @@ - area = RGGD01_groningen_drenthe -- id = 113057 -- parent_id = 113057 +- id = 115616 +- parent_id = 115616 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGGLD01_gelderland_plus/RGGLD01_gelderland_plus.derived.ad b/datasets/RGGLD01_gelderland_plus/RGGLD01_gelderland_plus.derived.ad index d15c42d6c6..accc8a4916 100644 --- a/datasets/RGGLD01_gelderland_plus/RGGLD01_gelderland_plus.derived.ad +++ b/datasets/RGGLD01_gelderland_plus/RGGLD01_gelderland_plus.derived.ad @@ -1,6 +1,6 @@ - area = RGGLD01_gelderland_plus -- id = 113095 -- parent_id = 113095 +- id = 115654 +- parent_id = 115654 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGHLD01_heerhugowaard_langedijk/RGHLD01_heerhugowaard_langedijk.derived.ad b/datasets/RGHLD01_heerhugowaard_langedijk/RGHLD01_heerhugowaard_langedijk.derived.ad index e9c86e12c2..79c8b35000 100644 --- a/datasets/RGHLD01_heerhugowaard_langedijk/RGHLD01_heerhugowaard_langedijk.derived.ad +++ b/datasets/RGHLD01_heerhugowaard_langedijk/RGHLD01_heerhugowaard_langedijk.derived.ad @@ -1,6 +1,6 @@ - area = RGHLD01_heerhugowaard_langedijk -- id = 113097 -- parent_id = 113097 +- id = 115656 +- parent_id = 115656 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGNB01_west_en_midden_brabant/RGNB01_west_en_midden_brabant.derived.ad b/datasets/RGNB01_west_en_midden_brabant/RGNB01_west_en_midden_brabant.derived.ad index c0e6b71864..561fc42066 100644 --- a/datasets/RGNB01_west_en_midden_brabant/RGNB01_west_en_midden_brabant.derived.ad +++ b/datasets/RGNB01_west_en_midden_brabant/RGNB01_west_en_midden_brabant.derived.ad @@ -1,6 +1,6 @@ - area = RGNB01_west_en_midden_brabant -- id = 113039 -- parent_id = 113039 +- id = 115598 +- parent_id = 115598 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGNH01_ijmond_zuid_kennemerland/RGNH01_ijmond_zuid_kennemerland.derived.ad b/datasets/RGNH01_ijmond_zuid_kennemerland/RGNH01_ijmond_zuid_kennemerland.derived.ad index 73bdd20ac9..64123c4939 100644 --- a/datasets/RGNH01_ijmond_zuid_kennemerland/RGNH01_ijmond_zuid_kennemerland.derived.ad +++ b/datasets/RGNH01_ijmond_zuid_kennemerland/RGNH01_ijmond_zuid_kennemerland.derived.ad @@ -1,6 +1,6 @@ - area = RGNH01_ijmond_zuid_kennemerland -- id = 113045 -- parent_id = 113045 +- id = 115604 +- parent_id = 115604 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGNH02_zaanstreek_waterland/RGNH02_zaanstreek_waterland.derived.ad b/datasets/RGNH02_zaanstreek_waterland/RGNH02_zaanstreek_waterland.derived.ad index 45bf7feca1..46ae701e3d 100644 --- a/datasets/RGNH02_zaanstreek_waterland/RGNH02_zaanstreek_waterland.derived.ad +++ b/datasets/RGNH02_zaanstreek_waterland/RGNH02_zaanstreek_waterland.derived.ad @@ -1,6 +1,6 @@ - area = RGNH02_zaanstreek_waterland -- id = 113033 -- parent_id = 113033 +- id = 115592 +- parent_id = 115592 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGNH03_gooi_en_vechtstreek/RGNH03_gooi_en_vechtstreek.derived.ad b/datasets/RGNH03_gooi_en_vechtstreek/RGNH03_gooi_en_vechtstreek.derived.ad index 68b9b085c6..31d409723e 100644 --- a/datasets/RGNH03_gooi_en_vechtstreek/RGNH03_gooi_en_vechtstreek.derived.ad +++ b/datasets/RGNH03_gooi_en_vechtstreek/RGNH03_gooi_en_vechtstreek.derived.ad @@ -1,6 +1,6 @@ - area = RGNH03_gooi_en_vechtstreek -- id = 113036 -- parent_id = 113036 +- id = 115595 +- parent_id = 115595 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGNH04_amstelland_meerlanden/RGNH04_amstelland_meerlanden.derived.ad b/datasets/RGNH04_amstelland_meerlanden/RGNH04_amstelland_meerlanden.derived.ad index 4f46320450..f80d3bd7d7 100644 --- a/datasets/RGNH04_amstelland_meerlanden/RGNH04_amstelland_meerlanden.derived.ad +++ b/datasets/RGNH04_amstelland_meerlanden/RGNH04_amstelland_meerlanden.derived.ad @@ -1,6 +1,6 @@ - area = RGNH04_amstelland_meerlanden -- id = 113034 -- parent_id = 113034 +- id = 115593 +- parent_id = 115593 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGNH05_kop_van_noord_holland/RGNH05_kop_van_noord_holland.derived.ad b/datasets/RGNH05_kop_van_noord_holland/RGNH05_kop_van_noord_holland.derived.ad index 325d8b9d2b..021d70cac1 100644 --- a/datasets/RGNH05_kop_van_noord_holland/RGNH05_kop_van_noord_holland.derived.ad +++ b/datasets/RGNH05_kop_van_noord_holland/RGNH05_kop_van_noord_holland.derived.ad @@ -1,6 +1,6 @@ - area = RGNH05_kop_van_noord_holland -- id = 113037 -- parent_id = 113037 +- id = 115596 +- parent_id = 115596 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGNH06_regio_alkmaar/RGNH06_regio_alkmaar.derived.ad b/datasets/RGNH06_regio_alkmaar/RGNH06_regio_alkmaar.derived.ad index f51be654a3..09574a6117 100644 --- a/datasets/RGNH06_regio_alkmaar/RGNH06_regio_alkmaar.derived.ad +++ b/datasets/RGNH06_regio_alkmaar/RGNH06_regio_alkmaar.derived.ad @@ -1,6 +1,6 @@ - area = RGNH06_regio_alkmaar -- id = 113038 -- parent_id = 113038 +- id = 115597 +- parent_id = 115597 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGNH07_west_friesland/RGNH07_west_friesland.derived.ad b/datasets/RGNH07_west_friesland/RGNH07_west_friesland.derived.ad index 95b5338c7a..345eaf496e 100644 --- a/datasets/RGNH07_west_friesland/RGNH07_west_friesland.derived.ad +++ b/datasets/RGNH07_west_friesland/RGNH07_west_friesland.derived.ad @@ -1,6 +1,6 @@ - area = RGNH07_west_friesland -- id = 113035 -- parent_id = 113035 +- id = 115594 +- parent_id = 115594 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGNH08_buch_regio/RGNH08_buch_regio.derived.ad b/datasets/RGNH08_buch_regio/RGNH08_buch_regio.derived.ad index c434914ff2..b5b8963ca4 100644 --- a/datasets/RGNH08_buch_regio/RGNH08_buch_regio.derived.ad +++ b/datasets/RGNH08_buch_regio/RGNH08_buch_regio.derived.ad @@ -1,6 +1,6 @@ - area = RGNH08_buch_regio -- id = 113055 -- parent_id = 113055 +- id = 115614 +- parent_id = 115614 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGOM_oostland_midden_holland_west/RGOM_oostland_midden_holland_west.derived.ad b/datasets/RGOM_oostland_midden_holland_west/RGOM_oostland_midden_holland_west.derived.ad index 5c77333f5f..515bd2deed 100644 --- a/datasets/RGOM_oostland_midden_holland_west/RGOM_oostland_midden_holland_west.derived.ad +++ b/datasets/RGOM_oostland_midden_holland_west/RGOM_oostland_midden_holland_west.derived.ad @@ -1,6 +1,6 @@ - area = RGOM_oostland_midden_holland_west -- id = 113132 -- parent_id = 113132 +- id = 115691 +- parent_id = 115691 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGPA01_panama_ports_of_cristobal_and_balboa/RGPA01_panama_ports_of_cristobal_and_balboa.derived.ad b/datasets/RGPA01_panama_ports_of_cristobal_and_balboa/RGPA01_panama_ports_of_cristobal_and_balboa.derived.ad index 147e16cae6..2d67608dc1 100644 --- a/datasets/RGPA01_panama_ports_of_cristobal_and_balboa/RGPA01_panama_ports_of_cristobal_and_balboa.derived.ad +++ b/datasets/RGPA01_panama_ports_of_cristobal_and_balboa/RGPA01_panama_ports_of_cristobal_and_balboa.derived.ad @@ -1,6 +1,6 @@ - area = RGPA01_panama_ports_of_cristobal_and_balboa -- id = 113127 -- parent_id = 113127 +- id = 115686 +- parent_id = 115686 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.0 @@ -66,8 +69,8 @@ - insulation_detached_houses_low_share = 1.0 - insulation_detached_houses_medium_share = 0.0 - insulation_detached_houses_high_share = 0.0 -- insulation_apartments_low_share = 0.51923076875 -- insulation_apartments_medium_share = 0.48076923125000004 +- insulation_apartments_low_share = 1.0 +- insulation_apartments_medium_share = 0.0 - insulation_apartments_high_share = 0.0 - insulation_semi_detached_houses_low_share = 1.0 - insulation_semi_detached_houses_medium_share = 0.0 @@ -80,7 +83,7 @@ - insulation_terraced_houses_high_share = 0.0 - insulation_detached_houses_start_value = 0.0 - insulation_semi_detached_houses_start_value = 0.0 -- insulation_apartments_start_value = 15.384615400000001 +- insulation_apartments_start_value = 0.0 - insulation_corner_houses_start_value = 0.0 - insulation_terraced_houses_start_value = 0.0 - insulation_buildings_start_value = 0.0 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 @@ -190,10 +196,10 @@ - non_energetic_emissions_other_ghg_agriculture_other = 0.0 - non_energetic_emissions_other_ghg_waste_management = 0.0 - indirect_emissions_co2 = 0.0 -- number_of_detached_houses = 0.349815603 +- number_of_detached_houses = 0.35 - number_of_apartments = 0.102818609 -- number_of_semi_detached_houses = 0.253353991 -- number_of_corner_houses = 0.113407057 +- number_of_semi_detached_houses = 0.250493466 +- number_of_corner_houses = 0.110466163 - number_of_terraced_houses = 0.18060474 - base_dataset = eu - scaling.area_attribute = number_of_residences diff --git a/datasets/RGPA01_panama_ports_of_cristobal_and_balboa/graph_values.yml b/datasets/RGPA01_panama_ports_of_cristobal_and_balboa/graph_values.yml index 4763f2a154..1d4d76f9c1 100644 --- a/datasets/RGPA01_panama_ports_of_cristobal_and_balboa/graph_values.yml +++ b/datasets/RGPA01_panama_ports_of_cristobal_and_balboa/graph_values.yml @@ -28,13 +28,13 @@ agriculture_final_demand_biodiesel: demand: 0.0 agriculture_final_demand_crude_oil: input: - :diesel: 0.0 + :diesel: 0.287 :biodiesel: 0.0 - :kerosene: 0.0 + :kerosene: 0.713 :bio_kerosene: 0.0 :lpg: 0.0 :bio_oil: 0.0 - :crude_oil: 1.0 + :crude_oil: 0.0 agriculture_final_demand_diesel: demand: 0.0 agriculture_final_demand_electricity: @@ -65,7 +65,7 @@ buildings_final_demand_coal: demand: 0.0 buildings_final_demand_crude_oil: input: - :diesel: 0.0 + :diesel: 0.287 :biodiesel: 0.0 :kerosene: 0.0 :bio_kerosene: 0.0 @@ -495,7 +495,7 @@ households_final_demand_coal: demand: 0.0 households_final_demand_crude_oil: input: - :diesel: 0.0 + :diesel: 0.019 :biodiesel: 0.0 :kerosene: 0.0 :bio_kerosene: 0.0 @@ -611,11 +611,11 @@ industry_final_demand_crude_oil: input: :diesel: 0.0 :biodiesel: 0.0 - :kerosene: 0.0 + :kerosene: 0.713 :bio_kerosene: 0.0 :lpg: 0.0 :bio_oil: 0.0 - :crude_oil: 1.0 + :crude_oil: 0.0 industry_final_demand_diesel: demand: 0.0 industry_final_demand_electricity: @@ -808,7 +808,7 @@ agriculture_final_demand_ht_central_steam_hot_water-agriculture_final_demand_ht_ agriculture_final_demand_local_steam_hot_water-agriculture_final_demand_ht_steam_hot_water@steam_hot_water: child_share: 0.0 buildings_final_demand_coal-buildings_final_demand_for_space_heating_coal@coal: - parent_share: 0.0 + parent_share: 1.0 buildings_final_demand_crude_oil-buildings_final_demand_for_space_heating_crude_oil@crude_oil: parent_share: 0.671920261 buildings_final_demand_electricity-buildings_final_demand_for_appliances_electricity@electricity: @@ -836,11 +836,11 @@ buildings_final_demand_for_space_heating_network_gas-buildings_space_heater_heat buildings_final_demand_for_space_heating_network_gas-buildings_space_heater_hybrid_heatpump_air_water_electricity@network_gas: parent_share: 0.0 buildings_final_demand_network_gas-buildings_final_demand_for_appliances_network_gas@network_gas: - parent_share: 0.149192547 + parent_share: 0.149146651 buildings_final_demand_network_gas-buildings_final_demand_for_space_heating_network_gas@network_gas: parent_share: 0.850434783 buildings_final_demand_wood_pellets-buildings_final_demand_for_space_heating_wood_pellets@wood_pellets: - parent_share: 1.0 + parent_share: 0.84 buildings_local_production_electricity-buildings_final_demand_electricity@electricity: parent_share: 1.0 energy_blastfurnace_transformation_cokes-energy_distribution_coal_gas@coal_gas: @@ -872,11 +872,11 @@ households_final_demand_electricity-households_final_demand_for_cooking_electric households_final_demand_electricity-households_final_demand_for_cooling_electricity@electricity: parent_share: 0.0 households_final_demand_electricity-households_final_demand_for_hot_water_electricity@electricity: - parent_share: 0.044701535 + parent_share: 0.044367698 households_final_demand_electricity-households_final_demand_for_lighting_electricity@electricity: - parent_share: 0.134519571 + parent_share: 0.134799393 households_final_demand_electricity-households_final_demand_for_space_heating_electricity@electricity: - parent_share: 0.173154979 + parent_share: 0.171861835 households_final_demand_for_appliances_electricity-households_appliances_clothes_dryer_electricity@electricity: parent_share: 0.108645833 households_final_demand_for_appliances_electricity-households_appliances_computer_media_electricity@electricity: @@ -932,27 +932,27 @@ households_final_demand_lt_steam_hot_water-households_final_demand_for_hot_water households_final_demand_mt_steam_hot_water-households_final_demand_for_hot_water_mt_steam_hot_water@steam_hot_water: parent_share: 0.0 households_final_demand_network_gas-households_final_demand_for_cooking_network_gas@network_gas: - parent_share: 0.022688944 + parent_share: 0.023825615 households_final_demand_network_gas-households_final_demand_for_hot_water_network_gas@network_gas: - parent_share: 0.221104922 + parent_share: 0.224207256 households_final_demand_network_gas-households_final_demand_for_space_heating_network_gas@network_gas: parent_share: 0.756206134 households_final_demand_wood_pellets-households_final_demand_for_hot_water_wood_pellets@wood_pellets: - parent_share: 1.0 + parent_share: 0.05 households_final_demand_wood_pellets-households_final_demand_for_space_heating_wood_pellets@wood_pellets: - parent_share: 0.0 + parent_share: 0.95 ? households_useful_demand_for_hot_water_after_solar_heater-households_useful_demand_for_hot_water_for_houses_with_solar_heater@useable_heat : child_share: 0.0 ? households_useful_demand_for_space_heating_after_insulation-households_apartments_useful_demand_for_space_heating_after_insulation@useable_heat -: parent_share: 0.045154057068867534 +: parent_share: 0.05320312620510537 ? households_useful_demand_for_space_heating_after_insulation-households_corner_houses_useful_demand_for_space_heating_after_insulation@useable_heat -: parent_share: 0.09566268861346026 +: parent_share: 0.09290123317057654 ? households_useful_demand_for_space_heating_after_insulation-households_detached_houses_useful_demand_for_space_heating_after_insulation@useable_heat -: parent_share: 0.4653863453732616 +: parent_share: 0.4642289410311224 ? households_useful_demand_for_space_heating_after_insulation-households_semi_detached_houses_useful_demand_for_space_heating_after_insulation@useable_heat -: parent_share: 0.26152547053125236 +: parent_share: 0.25779373068767325 ? households_useful_demand_for_space_heating_after_insulation-households_terraced_houses_useful_demand_for_space_heating_after_insulation@useable_heat -: parent_share: 0.13227143841315814 +: parent_share: 0.13187296890552253 households_water_heater_solar_thermal-households_useful_demand_for_hot_water_for_houses_with_solar_heater@useable_heat: child_share: 1.0 buildings_local_production_electricity-industry_final_demand_for_other_ict_dsr_electricity@electricity: @@ -1154,7 +1154,7 @@ transport_final_demand_for_road_electricity-transport_bus_using_electricity@elec transport_final_demand_for_road_electricity-transport_car_using_electricity@electricity: parent_share: 0.948855508 transport_final_demand_for_road_electricity-transport_motorcycle_using_electricity@electricity: - parent_share: 0.004649499 + parent_share: 0.01108 transport_final_demand_for_road_electricity-transport_truck_using_electricity@electricity: parent_share: 0.045779685 transport_final_demand_for_road_electricity-transport_van_using_electricity@electricity: diff --git a/datasets/RGRR_rotterdamseregio/RGRR_rotterdamseregio.derived.ad b/datasets/RGRR_rotterdamseregio/RGRR_rotterdamseregio.derived.ad index 7073604bae..4a789602dc 100644 --- a/datasets/RGRR_rotterdamseregio/RGRR_rotterdamseregio.derived.ad +++ b/datasets/RGRR_rotterdamseregio/RGRR_rotterdamseregio.derived.ad @@ -1,6 +1,6 @@ - area = RGRR_rotterdamseregio -- id = 113131 -- parent_id = 113131 +- id = 115690 +- parent_id = 115690 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RGVP_goeree_voorne_putten/RGVP_goeree_voorne_putten.derived.ad b/datasets/RGVP_goeree_voorne_putten/RGVP_goeree_voorne_putten.derived.ad index e7dc4929fd..725c3e46b0 100644 --- a/datasets/RGVP_goeree_voorne_putten/RGVP_goeree_voorne_putten.derived.ad +++ b/datasets/RGVP_goeree_voorne_putten/RGVP_goeree_voorne_putten.derived.ad @@ -1,6 +1,6 @@ - area = RGVP_goeree_voorne_putten -- id = 113134 -- parent_id = 113134 +- id = 115693 +- parent_id = 115693 - group = region - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = false +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 4.6046 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/RO_romania/RO_romania.derived.ad b/datasets/RO_romania/RO_romania.derived.ad index 894185ba6f..d00a838ce5 100644 --- a/datasets/RO_romania/RO_romania.derived.ad +++ b/datasets/RO_romania/RO_romania.derived.ad @@ -1,6 +1,6 @@ - area = RO_romania -- id = 113122 -- parent_id = 113122 +- id = 115681 +- parent_id = 115681 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.79015917 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/SE_sweden/SE_sweden.derived.ad b/datasets/SE_sweden/SE_sweden.derived.ad index 07bddd1a83..724b7278c0 100644 --- a/datasets/SE_sweden/SE_sweden.derived.ad +++ b/datasets/SE_sweden/SE_sweden.derived.ad @@ -1,6 +1,6 @@ - area = SE_sweden -- id = 113123 -- parent_id = 113123 +- id = 115682 +- parent_id = 115682 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 1.33493932 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/SG_singapore/SG_singapore.derived.ad b/datasets/SG_singapore/SG_singapore.derived.ad index f4b01b125f..27b1ba5121 100644 --- a/datasets/SG_singapore/SG_singapore.derived.ad +++ b/datasets/SG_singapore/SG_singapore.derived.ad @@ -1,6 +1,6 @@ - area = SG_singapore -- id = 113128 -- parent_id = 113128 +- id = 115687 +- parent_id = 115687 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 5.68899756 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/SI_slovenia/SI_slovenia.derived.ad b/datasets/SI_slovenia/SI_slovenia.derived.ad index 2c6df228b9..9d83d25233 100644 --- a/datasets/SI_slovenia/SI_slovenia.derived.ad +++ b/datasets/SI_slovenia/SI_slovenia.derived.ad @@ -1,6 +1,6 @@ - area = SI_slovenia -- id = 113124 -- parent_id = 113124 +- id = 115683 +- parent_id = 115683 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.04887583 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/SK_slovakia/SK_slovakia.derived.ad b/datasets/SK_slovakia/SK_slovakia.derived.ad index 93d91be838..4eb1c7cbea 100644 --- a/datasets/SK_slovakia/SK_slovakia.derived.ad +++ b/datasets/SK_slovakia/SK_slovakia.derived.ad @@ -1,6 +1,6 @@ - area = SK_slovakia -- id = 113099 -- parent_id = 113099 +- id = 115658 +- parent_id = 115658 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.06707624 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/UKNI01_northern_ireland/UKNI01_northern_ireland.derived.ad b/datasets/UKNI01_northern_ireland/UKNI01_northern_ireland.derived.ad index 926af8bb6f..4d34633ccb 100644 --- a/datasets/UKNI01_northern_ireland/UKNI01_northern_ireland.derived.ad +++ b/datasets/UKNI01_northern_ireland/UKNI01_northern_ireland.derived.ad @@ -1,6 +1,6 @@ - area = UKNI01_northern_ireland -- id = 113092 -- parent_id = 113092 +- id = 115651 +- parent_id = 115651 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 0.052724309 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 diff --git a/datasets/UK_united_kingdom/UK_united_kingdom.derived.ad b/datasets/UK_united_kingdom/UK_united_kingdom.derived.ad index e2d11a9092..e41c08e254 100644 --- a/datasets/UK_united_kingdom/UK_united_kingdom.derived.ad +++ b/datasets/UK_united_kingdom/UK_united_kingdom.derived.ad @@ -1,6 +1,6 @@ - area = UK_united_kingdom -- id = 113111 -- parent_id = 113111 +- id = 115670 +- parent_id = 115670 - group = country - enabled.etengine = true - enabled.etmodel = true @@ -28,6 +28,9 @@ - has_aggregated_chemical_industry = false - has_detailed_chemical_industry = true - has_coal_oil_for_heating_built_environment = true +- has_aquathermal_potential_for_surface_water = false +- has_aquathermal_potential_for_waste_water = false +- has_aquathermal_potential_for_drink_water = false - buildings_insulation_employment_constant = 0.0093 - households_insulation_employment_constant = 0.014 - co2_emission_1990_aviation_bunkers = 15.341668960000002 @@ -148,6 +151,9 @@ - buildings_lt_heat_delivery_system_costs_eur_per_connection = 25386.0 - buildings_mt_heat_delivery_system_costs_eur_per_connection = 16706.0 - buildings_ht_heat_delivery_system_costs_eur_per_connection = 16706.0 +- aquathermal_potential_for_surface_water = 0.0 +- aquathermal_potential_for_waste_water = 0.0 +- aquathermal_potential_for_drink_water = 0.0 - electric_vehicle_profile_1_share = 1.0 - electric_vehicle_profile_2_share = 0.0 - electric_vehicle_profile_3_share = 0.0 From 4f4edc7a6735a71b334b2a501c5d0f4b3765c2e7 Mon Sep 17 00:00:00 2001 From: Charlotte vm Date: Tue, 12 Dec 2023 16:04:45 +0100 Subject: [PATCH 15/23] Removing redundant node attribute --- ...r_heatpump_surface_water_water_ts_electricity.converter.ad | 4 ---- 1 file changed, 4 deletions(-) diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad index aad612f521..92a7ec684e 100644 --- a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad @@ -22,10 +22,6 @@ - fever.group = buildings_space_heating - fever.type = producer - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 4.4 -- land_use_per_unit = 0.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 From 55a26da1f4f84fe83bcb6e9102ac23f753b60c51 Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Wed, 20 Dec 2023 14:59:33 +0100 Subject: [PATCH 16/23] Remove outdated attributes from heat and cooling nodes --- ...ings_cooling_airconditioning_electricity.converter.ad | 9 --------- ...tive_heatpump_water_water_ts_electricity.converter.ad | 9 --------- ...s_cooling_heatpump_air_water_electricity.converter.ad | 9 --------- ...s_cooling_heatpump_air_water_network_gas.converter.ad | 9 --------- ...oling_heatpump_surface_water_water_ts_electricity.ad} | 9 --------- ...eater_heatpump_surface_water_water_ts_electricity.ad} | 0 ...olds_cooling_airconditioning_electricity.converter.ad | 9 --------- ...s_cooling_heatpump_air_water_electricity.converter.ad | 9 --------- ...ooling_heatpump_ground_water_electricity.converter.ad | 9 --------- ...oling_heatpump_surface_water_water_ts_electricity.ad} | 9 --------- ...heater_heatpump_ground_water_electricity.converter.ad | 9 --------- ...eater_heatpump_surface_water_water_ts_electricity.ad} | 9 --------- ...eater_heatpump_surface_water_water_ts_electricity.ad} | 8 -------- 13 files changed, 107 deletions(-) rename graphs/energy/nodes/buildings/{buildings_cooling_heatpump_surface_water_water_ts_electricity.converter.ad => buildings_cooling_heatpump_surface_water_water_ts_electricity.ad} (80%) rename graphs/energy/nodes/buildings/{buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad => buildings_space_heater_heatpump_surface_water_water_ts_electricity.ad} (100%) rename graphs/energy/nodes/households/{households_cooling_heatpump_surface_water_water_ts_electricity.converter.ad => households_cooling_heatpump_surface_water_water_ts_electricity.ad} (80%) rename graphs/energy/nodes/households/{households_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad => households_space_heater_heatpump_surface_water_water_ts_electricity.ad} (86%) rename graphs/energy/nodes/households/{households_water_heater_heatpump_surface_water_water_ts_electricity.converter.ad => households_water_heater_heatpump_surface_water_water_ts_electricity.ad} (86%) diff --git a/graphs/energy/nodes/buildings/buildings_cooling_airconditioning_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_cooling_airconditioning_electricity.converter.ad index 1fc0a60219..94fc6050cf 100644 --- a/graphs/energy/nodes/buildings/buildings_cooling_airconditioning_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_cooling_airconditioning_electricity.converter.ad @@ -23,15 +23,6 @@ - merit_order.subtype = generic - merit_order.type = consumer - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 0.0025 -- land_use_per_unit = 0.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 -- hours_maint_nl = 1.5 -- hours_place_nl = 23.0 -- hours_prep_nl = 0.0 -- hours_prod_nl = 0.0 -- hours_remov_nl = 7.0 diff --git a/graphs/energy/nodes/buildings/buildings_cooling_collective_heatpump_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_cooling_collective_heatpump_water_water_ts_electricity.converter.ad index 4481824a48..9dccba565a 100644 --- a/graphs/energy/nodes/buildings/buildings_cooling_collective_heatpump_water_water_ts_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_cooling_collective_heatpump_water_water_ts_electricity.converter.ad @@ -23,15 +23,6 @@ - merit_order.subtype = generic - merit_order.type = consumer - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 2.25 -- land_use_per_unit = 0.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 -- hours_maint_nl = 21700.0 -- hours_place_nl = 158410.0 -- hours_prep_nl = 6.0 -- hours_prod_nl = 0.0 -- hours_remov_nl = 40.0 diff --git a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_electricity.converter.ad index 515b84bb12..575dd213ed 100644 --- a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_electricity.converter.ad @@ -23,15 +23,6 @@ - merit_order.subtype = generic - merit_order.type = consumer - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 0.01 -- land_use_per_unit = 0.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 -- hours_maint_nl = 5.0 -- hours_place_nl = 162.5 -- hours_prep_nl = 6.0 -- hours_prod_nl = 0.0 -- hours_remov_nl = 50.0 diff --git a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_network_gas.converter.ad b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_network_gas.converter.ad index f748c40af5..a8f1dfe08e 100644 --- a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_network_gas.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_air_water_network_gas.converter.ad @@ -21,15 +21,6 @@ - network_gas.profile = buildings_cooling - network_gas.type = consumer - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 2.25 -- land_use_per_unit = 0.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 -- hours_maint_nl = 11250.0 -- hours_place_nl = 82125.0 -- hours_prep_nl = 6.0 -- hours_prod_nl = 0.0 -- hours_remov_nl = 40.0 diff --git a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.ad similarity index 80% rename from graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.converter.ad rename to graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.ad index 6758619d88..6cc5212949 100644 --- a/graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.converter.ad +++ b/graphs/energy/nodes/buildings/buildings_cooling_heatpump_surface_water_water_ts_electricity.ad @@ -23,15 +23,6 @@ - merit_order.subtype = generic - merit_order.type = consumer - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 2.25 -- land_use_per_unit = 0.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 -- hours_maint_nl = 21700.0 -- hours_place_nl = 158410.0 -- hours_prep_nl = 6.0 -- hours_prod_nl = 0.0 -- hours_remov_nl = 40.0 diff --git a/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.ad similarity index 100% rename from graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad rename to graphs/energy/nodes/buildings/buildings_space_heater_heatpump_surface_water_water_ts_electricity.ad diff --git a/graphs/energy/nodes/households/households_cooling_airconditioning_electricity.converter.ad b/graphs/energy/nodes/households/households_cooling_airconditioning_electricity.converter.ad index 882eb24ddf..bae8446ee5 100644 --- a/graphs/energy/nodes/households/households_cooling_airconditioning_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_cooling_airconditioning_electricity.converter.ad @@ -23,15 +23,6 @@ - merit_order.subtype = generic - merit_order.type = consumer - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 0.0025 -- land_use_per_unit = 0.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 -- hours_maint_nl = 1.5 -- hours_place_nl = 7.0 -- hours_prep_nl = 0.0 -- hours_prod_nl = 0.0 -- hours_remov_nl = 7.0 diff --git a/graphs/energy/nodes/households/households_cooling_heatpump_air_water_electricity.converter.ad b/graphs/energy/nodes/households/households_cooling_heatpump_air_water_electricity.converter.ad index 07aa734fbd..1378ac0c0c 100644 --- a/graphs/energy/nodes/households/households_cooling_heatpump_air_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_cooling_heatpump_air_water_electricity.converter.ad @@ -23,15 +23,6 @@ - merit_order.subtype = generic - merit_order.type = consumer - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 0.01 -- land_use_per_unit = 0.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 -- hours_maint_nl = 5.0 -- hours_place_nl = 162.5 -- hours_prep_nl = 6.0 -- hours_prod_nl = 0.0 -- hours_remov_nl = 50.0 diff --git a/graphs/energy/nodes/households/households_cooling_heatpump_ground_water_electricity.converter.ad b/graphs/energy/nodes/households/households_cooling_heatpump_ground_water_electricity.converter.ad index 4e4a93dc12..ab18ccf928 100644 --- a/graphs/energy/nodes/households/households_cooling_heatpump_ground_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_cooling_heatpump_ground_water_electricity.converter.ad @@ -23,15 +23,6 @@ - merit_order.subtype = generic - merit_order.type = consumer - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 0.01 -- land_use_per_unit = 0.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 -- hours_maint_nl = 4.0 -- hours_place_nl = 130.0 -- hours_prep_nl = 6.0 -- hours_prod_nl = 0.0 -- hours_remov_nl = 40.0 diff --git a/graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.ad similarity index 80% rename from graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.converter.ad rename to graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.ad index d40e9b1171..e08b53e282 100644 --- a/graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_cooling_heatpump_surface_water_water_ts_electricity.ad @@ -23,15 +23,6 @@ - merit_order.subtype = generic - merit_order.type = consumer - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 2.25 -- land_use_per_unit = 0.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 -- hours_maint_nl = 21700.0 -- hours_place_nl = 158410.0 -- hours_prep_nl = 6.0 -- hours_prod_nl = 0.0 -- hours_remov_nl = 40.0 diff --git a/graphs/energy/nodes/households/households_space_heater_heatpump_ground_water_electricity.converter.ad b/graphs/energy/nodes/households/households_space_heater_heatpump_ground_water_electricity.converter.ad index a02c6ab8aa..ad77e3fc06 100644 --- a/graphs/energy/nodes/households/households_space_heater_heatpump_ground_water_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_heatpump_ground_water_electricity.converter.ad @@ -26,16 +26,7 @@ - storage.decay = 0.0 - storage.volume = 0.0 - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 0.01 - households_supplied_per_unit = 1.0 -- land_use_per_unit = 0.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 -- hours_maint_nl = 4.0 -- hours_place_nl = 130.0 -- hours_prep_nl = 6.0 -- hours_prod_nl = 0.0 -- hours_remov_nl = 40.0 diff --git a/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.ad similarity index 86% rename from graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad rename to graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.ad index 85056ac2cd..5e03600275 100644 --- a/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_space_heater_heatpump_surface_water_water_ts_electricity.ad @@ -32,16 +32,7 @@ - storage.decay = 0.0 - storage.volume = 0.0 - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 0.01 - households_supplied_per_unit = 1.0 -- land_use_per_unit = 0.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 -- hours_maint_nl = 1.5 -- hours_place_nl = 7.0 -- hours_prep_nl = 0.0 -- hours_prod_nl = 0.0 -- hours_remov_nl = 7.0 diff --git a/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.converter.ad b/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.ad similarity index 86% rename from graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.converter.ad rename to graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.ad index bb4dd5df05..7000d12f72 100644 --- a/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.converter.ad +++ b/graphs/energy/nodes/households/households_water_heater_heatpump_surface_water_water_ts_electricity.ad @@ -29,15 +29,7 @@ - storage.decay = 0.0 - storage.volume = 0.005 - electricity_output_capacity = 0.0 -- forecasting_error = 0.0 - free_co2_factor = 0.0 - heat_output_capacity = 0.01 - households_supplied_per_unit = 1.0 -- part_load_efficiency_penalty = 0.0 -- part_load_operating_point = 0.0 - takes_part_in_ets = 0.0 -- hours_maint_nl = 1.5 -- hours_place_nl = 7.0 -- hours_prep_nl = 0.0 -- hours_prod_nl = 0.0 -- hours_remov_nl = 7.0 From 76255d5d819b008ee56a871e7add1b31e8f82a40 Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Wed, 20 Dec 2023 14:59:48 +0100 Subject: [PATCH 17/23] Bump Atlas to quintel/atlas@94879f6 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index f8536eb69f..ff7b292948 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rake' group :development, :test do gem 'roo' - gem 'atlas', ref: '55d2459', github: 'quintel/atlas' + gem 'atlas', ref: '94879f6', github: 'quintel/atlas' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index e86867a7d1..0743b4e2fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/quintel/atlas.git - revision: 55d24596ba9c9a3ec272c2f6d82399a0f73cdf97 - ref: 55d2459 + revision: 94879f6e35190bbf3b91a74742d227fc03ea40c3 + ref: 94879f6 specs: atlas (1.0.0) activemodel (>= 7) @@ -48,7 +48,7 @@ GEM ice_nine (~> 0.11.0) thread_safe (~> 0.3, >= 0.3.1) base64 (0.2.0) - bigdecimal (3.1.4) + bigdecimal (3.1.5) coercible (1.0.0) descendants_tracker (~> 0.0.1) concurrent-ruby (1.2.2) From 3a99bb468621b5fb548fef0d88d2e612d00ce027 Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Wed, 20 Dec 2023 15:24:36 +0100 Subject: [PATCH 18/23] Remove aquathermal heat production graph_methods for lack of data --- .../energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad | 1 - .../energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad | 1 - ...energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad | 1 - ...energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad | 1 - .../energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad | 1 - .../energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad | 1 - 6 files changed, 6 deletions(-) diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad index 2e88a5f029..90e42cbf75 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_lt_electricity.ad @@ -4,7 +4,6 @@ - groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] - use = energetic - presentation_group = heat_pumps -- graph_methods = [demand] - availability = 1.0 - full_load_hours = 3500.0 - ccs_investment = 0.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad index a2449e645f..831da52ea5 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_drink_water_water_ts_mt_electricity.ad @@ -4,7 +4,6 @@ - groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] - use = energetic - presentation_group = heat_pumps -- graph_methods = [demand] - availability = 1.0 - full_load_hours = 3500.0 - ccs_investment = 0.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad index 6eba2fb755..466f79f0d2 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_lt_electricity.ad @@ -4,7 +4,6 @@ - groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] - use = energetic - presentation_group = heat_pumps -- graph_methods = [demand] - availability = 1.0 - full_load_hours = 6000.0 - ccs_investment = 0.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad index e09443fe6c..45ed56a416 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_surface_water_water_ts_mt_electricity.ad @@ -4,7 +4,6 @@ - groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] - use = energetic - presentation_group = heat_pumps -- graph_methods = [demand] - availability = 1.0 - full_load_hours = 3500.0 - ccs_investment = 0.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad index 2e88a5f029..90e42cbf75 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_lt_electricity.ad @@ -4,7 +4,6 @@ - groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] - use = energetic - presentation_group = heat_pumps -- graph_methods = [demand] - availability = 1.0 - full_load_hours = 3500.0 - ccs_investment = 0.0 diff --git a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad index a2449e645f..831da52ea5 100644 --- a/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad +++ b/graphs/energy/nodes/energy/energy_heat_heatpump_waste_water_water_ts_mt_electricity.ad @@ -4,7 +4,6 @@ - groups = [preset_demand, heat_production, central_production, non_final_electricity_demand_converters, wacc_proven_tech, costs_production_heat_plants, sankey_conversion_group] - use = energetic - presentation_group = heat_pumps -- graph_methods = [demand] - availability = 1.0 - full_load_hours = 3500.0 - ccs_investment = 0.0 From 164d544483beff6e48b3df6cb4211ce650eb672a Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Wed, 20 Dec 2023 17:34:30 +0100 Subject: [PATCH 19/23] Revert addition of max demand to aquathermal nodes --- .../nodes/energy/energy_production_drink_water_ambient_heat.ad | 2 -- .../energy/energy_production_surface_water_ambient_heat.ad | 2 -- .../nodes/energy/energy_production_waste_water_ambient_heat.ad | 2 -- 3 files changed, 6 deletions(-) diff --git a/graphs/energy/nodes/energy/energy_production_drink_water_ambient_heat.ad b/graphs/energy/nodes/energy/energy_production_drink_water_ambient_heat.ad index 4ed0ba502a..ae31256ecb 100644 --- a/graphs/energy/nodes/energy/energy_production_drink_water_ambient_heat.ad +++ b/graphs/energy/nodes/energy/energy_production_drink_water_ambient_heat.ad @@ -2,5 +2,3 @@ - energy_balance_group = growth and production - groups = [] - free_co2_factor = 0.0 - -~ max_demand = AREA(aquathermal_potential_for_drink_water) diff --git a/graphs/energy/nodes/energy/energy_production_surface_water_ambient_heat.ad b/graphs/energy/nodes/energy/energy_production_surface_water_ambient_heat.ad index a1d3d2bc4d..ae31256ecb 100644 --- a/graphs/energy/nodes/energy/energy_production_surface_water_ambient_heat.ad +++ b/graphs/energy/nodes/energy/energy_production_surface_water_ambient_heat.ad @@ -2,5 +2,3 @@ - energy_balance_group = growth and production - groups = [] - free_co2_factor = 0.0 - -~ max_demand = AREA(aquathermal_potential_for_surface_water) diff --git a/graphs/energy/nodes/energy/energy_production_waste_water_ambient_heat.ad b/graphs/energy/nodes/energy/energy_production_waste_water_ambient_heat.ad index 28eb047e7a..ae31256ecb 100644 --- a/graphs/energy/nodes/energy/energy_production_waste_water_ambient_heat.ad +++ b/graphs/energy/nodes/energy/energy_production_waste_water_ambient_heat.ad @@ -2,5 +2,3 @@ - energy_balance_group = growth and production - groups = [] - free_co2_factor = 0.0 - -~ max_demand = AREA(aquathermal_potential_for_waste_water) From 1e772cb6f4f720eab5502e6adaea4c16b7deb9d3 Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Thu, 21 Dec 2023 09:02:11 +0100 Subject: [PATCH 20/23] Fixes to various queries --- .../merit/mv/mv_energy_heat_load_curve.gql | 15 +++++++++------ ...demand_of_biomass_products_in_renewability.gql | 4 +++- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/gqueries/general/merit/mv/mv_energy_heat_load_curve.gql b/gqueries/general/merit/mv/mv_energy_heat_load_curve.gql index 48b56863d9..a504da32b1 100644 --- a/gqueries/general/merit/mv/mv_energy_heat_load_curve.gql +++ b/gqueries/general/merit/mv/mv_energy_heat_load_curve.gql @@ -1,8 +1,11 @@ - query = - SUM_CURVES(V( - energy_heat_well_geothermal, - energy_heat_heatpump_water_water_electricity, - energy_heat_boiler_electricity, - electricity_input_curve - )) + SUM_CURVES( + V( + EXCLUDE( + INTERSECTION(SECTOR(energy),G(heat_production)), + FILTER(ALL(),"merit_order && (merit_order.type == :flex)") + ), + electricity_input_curve + ) + ) - unit = curve diff --git a/gqueries/output_elements/output_series/vertical_stacked_bar_49_renewability/final_demand_of_biomass_products_in_renewability.gql b/gqueries/output_elements/output_series/vertical_stacked_bar_49_renewability/final_demand_of_biomass_products_in_renewability.gql index 5387fb0108..a726e325f8 100644 --- a/gqueries/output_elements/output_series/vertical_stacked_bar_49_renewability/final_demand_of_biomass_products_in_renewability.gql +++ b/gqueries/output_elements/output_series/vertical_stacked_bar_49_renewability/final_demand_of_biomass_products_in_renewability.gql @@ -6,7 +6,9 @@ V(INTERSECTION(G(final_demand_group),USE(energetic)), "sustainability_share * supply_of_biodiesel"), V(INTERSECTION(G(final_demand_group),USE(energetic)), "sustainability_share * supply_of_bio_ethanol"), V(INTERSECTION(G(final_demand_group),USE(energetic)), "sustainability_share * supply_of_wood_pellets"), - V(INTERSECTION(G(final_demand_group),USE(energetic)), "sustainability_share * supply_of_bio_lng") + V(INTERSECTION(G(final_demand_group),USE(energetic)), "sustainability_share * supply_of_bio_lng"), + V(INTERSECTION(G(final_demand_group),USE(energetic)), "sustainability_share * supply_of_bio_oil"), + V(INTERSECTION(G(final_demand_group),USE(energetic)), "sustainability_share * supply_of_bio_kerosene") ) / SUM( V(INTERSECTION(G(final_demand_group),USE(energetic)), demand), From 4d7158973aacbdf8e8a584c1efc9fa06ceb8aff0 Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Thu, 21 Dec 2023 09:15:12 +0100 Subject: [PATCH 21/23] Fixes to various queries --- gqueries/general/merit/mv/mv_agriculture_load_curve.gql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gqueries/general/merit/mv/mv_agriculture_load_curve.gql b/gqueries/general/merit/mv/mv_agriculture_load_curve.gql index 907914864a..6e22be74b3 100644 --- a/gqueries/general/merit/mv/mv_agriculture_load_curve.gql +++ b/gqueries/general/merit/mv/mv_agriculture_load_curve.gql @@ -3,6 +3,7 @@ agriculture_useful_demand_electricity, agriculture_geothermal, agriculture_heatpump_water_water_ts_electricity, + agriculture_heatpump_water_water_electricity, electricity_input_curve )) -- unit = curve \ No newline at end of file +- unit = curve From 127912dbc95cbd0281d8986e3d49948646e70b61 Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Thu, 21 Dec 2023 16:04:32 +0100 Subject: [PATCH 22/23] Fix reference in household cooling surface water input --- ...cooling_heatpump_surface_water_water_ts_electricity_share.ad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputs/demand/households/households_cooling/households_cooling_heatpump_surface_water_water_ts_electricity_share.ad b/inputs/demand/households/households_cooling/households_cooling_heatpump_surface_water_water_ts_electricity_share.ad index b41d254858..0815cd93a2 100644 --- a/inputs/demand/households/households_cooling/households_cooling_heatpump_surface_water_water_ts_electricity_share.ad +++ b/inputs/demand/households/households_cooling/households_cooling_heatpump_surface_water_water_ts_electricity_share.ad @@ -1,4 +1,4 @@ -- query = UPDATE(EDGE(households_cooling_surface_water_heatpump_water_water_ts_electricity,households_useful_demand_for_cooling), share, DIVIDE(USER_INPUT(),100)) +- query = UPDATE(EDGE(households_cooling_heatpump_surface_water_water_ts_electricity,households_useful_demand_for_cooling), share, DIVIDE(USER_INPUT(),100)) - share_group = cooling_households - priority = 0 - max_value = 100.0 From 845198832b4ecb4467647e127a74b65c5a7154e5 Mon Sep 17 00:00:00 2001 From: Mathijs Bijkerk Date: Thu, 21 Dec 2023 16:07:47 +0100 Subject: [PATCH 23/23] Bump Atlas to quintel/atlas@e8da927 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ff7b292948..c4540a049b 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rake' group :development, :test do gem 'roo' - gem 'atlas', ref: '94879f6', github: 'quintel/atlas' + gem 'atlas', ref: 'e8da927', github: 'quintel/atlas' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 0743b4e2fd..cfab0c4d01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/quintel/atlas.git - revision: 94879f6e35190bbf3b91a74742d227fc03ea40c3 - ref: 94879f6 + revision: e8da92725b252fe1396d56ddf6d58d51c29d4775 + ref: e8da927 specs: atlas (1.0.0) activemodel (>= 7)