GQL Statement
SUM(
  V(G(electricity_production),"output_of_electricity * natural_gas_input_conversion "),
  V(G(electricity_production),"output_of_electricity * propane_input_conversion "),
  V(G(electricity_production),"output_of_electricity * lng_input_conversion "),
  PRODUCT(
    Q(share_of_fossil_gas_in_gas_network),
    SUM(
     V(G(electricity_production),"output_of_electricity * network_gas_input_conversion "),
     V(G(electricity_production),"output_of_electricity * gas_power_fuelmix_input_conversion ").sum * V(energy_mixer_for_gas_power_fuel, network_gas_input_conversion)
    )
  )
)
Result
| 2019 | 251,133,885,060.00638 | MJ | 
| 2050 | 341,613,976,313.0971 | MJ | 
Description
Characteristics
| Groups |  | 
| Unit | MJ | 
| File path | /app/tmp/etsource/gqueries/general/energy_production/electricity_produced_from_natural_gas.gql | 
References