Skip to content

Commit

Permalink
Update households and buildings demand per application queries
Browse files Browse the repository at this point in the history
  • Loading branch information
mabijkerk committed Dec 20, 2023
1 parent cc1a179 commit 7bd3168
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
households_final_demand_for_hot_water_network_gas,
households_final_demand_for_hot_water_wood_pellets,
households_final_demand_for_hot_water_electricity,
households_final_demand_for_hot_water_steam_hot_water,
households_final_demand_for_hot_water_ht_steam_hot_water,
households_final_demand_for_hot_water_mt_steam_hot_water,
households_final_demand_for_hot_water_lt_steam_hot_water,
households_final_demand_for_hot_water_hydrogen,
demand
)) / BILLIONS
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
households_final_demand_for_space_heating_network_gas,
households_final_demand_for_space_heating_wood_pellets,
households_final_demand_for_space_heating_electricity,
households_final_demand_for_space_heating_steam_hot_water,
households_final_demand_for_space_heating_ht_steam_hot_water,
households_final_demand_for_space_heating_mt_steam_hot_water,
households_final_demand_for_space_heating_lt_steam_hot_water,
households_final_demand_for_space_heating_hydrogen,
demand
)) / BILLIONS
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
buildings_final_demand_for_space_heating_wood_pellets,
buildings_final_demand_for_space_heating_solar,
buildings_final_demand_for_space_heating_electricity,
buildings_final_demand_for_space_heating_steam_hot_water,
buildings_final_demand_for_space_heating_ht_steam_hot_water,
buildings_final_demand_for_space_heating_mt_steam_hot_water,
buildings_final_demand_for_space_heating_lt_steam_hot_water,
buildings_final_demand_for_space_heating_hydrogen,
buildings_space_heater_solar_thermal,
demand
Expand Down

0 comments on commit 7bd3168

Please sign in to comment.