GQL Statement

number_of_residences_in_mt_heating_network = V(households_space_heater_district_heating_mt_steam_hot_water,number_of_units);
mt_heat_delivery_system_total_annual_costs = 
    SUM(
        Q(households_mt_heat_delivery_system_depreciation_costs),
        Q(households_mt_heat_delivery_system_capital_costs)
    );

DIVIDE(
    mt_heat_delivery_system_total_annual_costs,
    number_of_residences_in_mt_heating_network
)

Result

2019 3.66 ms
0.0
eur
2050 2.53 ms
0.0
eur

Description

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

Characteristics

Groups
Unit eur
File path /app/tmp/etsource/gqueries/output_elements/output_series/vertical_stacked_bar_mt_district_heating_costs_per_household/households_mt_heat_delivery_system_costs_per_household/households_mt_heat_delivery_system_capex_per_household.gql

References