primary_co2_emission_of_other debug
GQL Statement
DIVIDE(
  SUM(
    V(
      INTERSECTION(G(co2_emissions_primary), SECTOR(other)),
      primary_co2_emission
    ),
    V(
      INTERSECTION(G(co2_emissions_refinery_products), SECTOR(other)),
      "demand * weighted_carrier_co2_per_mj"
    )
  ),
  BILLIONS
)Result
| 2019 | 0.08921360595038802 | mt | 
| 2050 | 0.08920440676900049 | mt | 
Description
CO2 of other sector
Characteristics
| Groups | |
| Unit | mt | 
| File path | /app/tmp/etsource/gqueries/general/co2/primary_co2_emission_of_other.gql | 
References
| Gquery | total_net_co2_emissions | 
| Gquery | emissions_energetic_all_co2 | 
| Gquery | co2_sheet_other_sector_co2_emissions | 
| Gquery | primary_co2_of_other |