GQL Statement
PRODUCT(
    DIVIDE(
        SUM(
            V(INPUT_EDGES(GROUP(electricity_interconnectors_import)), "demand * co2_per_mj")
        ),
        SUM(V(INPUT_EDGES(GROUP(electricity_interconnectors_import)), "demand")
        )
    ),
    MJ_PER_MWH)
Result
| 
2019
 | 
370.0000008 
 | 
gCO2/kWh | 
| 
2050
 | 
370.0000008 
 | 
gCO2/kWh | 
Description
Calculates the weighted average emission factor of imported electricity
I.e. the emission factor of each interconnector weighted by its import volume
 
Characteristics
Deprecated Key
co2_emission_electricity_import
| Groups | 
 | 
| Unit | 
gCO2/kWh | 
| File path | 
/app/tmp/etsource/gqueries/general/co2/average_co2_emissions_of_imported_electricity.gql
 | 
References