diff --git a/doc/supply_demand.rst b/doc/supply_demand.rst index ce9f21dc..76a201a3 100644 --- a/doc/supply_demand.rst +++ b/doc/supply_demand.rst @@ -495,7 +495,7 @@ The production of glass is assumed to be fully electrified based on the current **Non-ferrous Metals** -The non-ferrous metal subsector includes the manufacturing of base metals (aluminium, copper, lead, zink), precious metals (gold, silver), and technology metals (molybdenum, cobalt, silicon). +The non-ferrous metal subsector includes the manufacturing of base metals (aluminium, copper, lead, zinc), precious metals (gold, silver), and technology metals (molybdenum, cobalt, silicon). The manufacturing of aluminium accounts for more than half of the final energy consumption of this subsector. Two alternative processing routes are used today to manufacture aluminium in Europe. The primary route represents 40% of the aluminium pro- duction, while the secondary route represents the remaining 60%. diff --git a/scripts/build_retro_cost.py b/scripts/build_retro_cost.py index 129c4156..7262e839 100644 --- a/scripts/build_retro_cost.py +++ b/scripts/build_retro_cost.py @@ -586,7 +586,7 @@ def map_to_lstrength(l_strength, df): def calculate_heat_losses(u_values, data_tabula, l_strength, temperature_factor): """ calculates total annual heat losses Q_ht for different insulation thicknesses - (l_strength), depening on current insulation state (u_values), standard + (l_strength), depending on current insulation state (u_values), standard building topologies and air ventilation from TABULA (data_tabula) and the accumulated difference between internal and external temperature during the heating season (temperature_factor). diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index a79961a4..6426031b 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -2521,7 +2521,7 @@ def add_waste_heat(n): n.links.loc[urban_central + " Fischer-Tropsch", "bus3"] = urban_central + " urban central heat" n.links.loc[urban_central + " Fischer-Tropsch", "efficiency3"] = 0.95 - n.links.loc[urban_central + " Fischer-Tropsch", "efficiency"] - # TODO integrate useable waste heat efficiency into technology-data from DEA + # TODO integrate usable waste heat efficiency into technology-data from DEA if options.get('use_electrolysis_waste_heat', False): n.links.loc[urban_central + " H2 Electrolysis", "bus2"] = urban_central + " urban central heat" n.links.loc[urban_central + " H2 Electrolysis", "efficiency2"] = 0.84 - n.links.loc[urban_central + " H2 Electrolysis", "efficiency"]