GQL Statement

number_of_residences_in_ht_heating_network = V(households_space_heater_district_heating_ht_steam_hot_water,number_of_units);
ht_heat_delivery_system_total_annual_costs = 
    SUM(
        Q(households_ht_heat_delivery_system_depreciation_costs),
        Q(households_ht_heat_delivery_system_capital_costs)
    );

DIVIDE(
    ht_heat_delivery_system_total_annual_costs,
    number_of_residences_in_ht_heating_network
)

Result

2019 2.41 ms
2,464.856146526557
eur
2050 2.01 ms
2,464.856146526557
eur

Description

Capex of ht heat delivery systems per household
It is assumed that all residences in the ht heating network have ht heat delivery systems.

Characteristics

Groups
Unit eur
File path /app/tmp/etsource/gqueries/output_elements/output_series/vertical_stacked_bar_ht_district_heating_costs_per_household/households_ht_heat_delivery_system_costs_per_household/households_ht_heat_delivery_system_capex_per_household.gql

References