fossil_energy_used_for_heat_and_cold_production debug
GQL Statement
DIVIDE(
  SUM(
    V(G(heat_production),input_of_fossil_carriers),
    V(G(heat_production),input_of_network_gas).sum * Q(share_of_fossil_gas_in_gas_network)
  ),
  BILLIONS
)Result
| 2019 | 967.971398123226 | PJ | 
| 2050 | 885.9252798014602 | PJ | 
Description
definition of input_of_fossil_carriers is now as follows:
    input_of_coal + input_of_crude_oil + input_of_natural_gas + input_of_diesel + input_of_gasoline + input_of_steam_hot_water + input_of_gas_power_fuelmix
This is important for the correct workings of this query
the green gas is deducted.
Characteristics
| Groups | |
| Unit | PJ | 
| File path | /app/tmp/etsource/gqueries/general/energy_use/fossil_energy_used_for_heat_and_cold_production.gql |