GQL Statement
DIVIDE(
  SUM(
    V(
      FILTER(
        INTERSECTION(
          INTERSECTION(
            G(co2_emissions_primary),
            SECTOR(industry)
          ),
          USE(energetic)
        ),
        "network_gas_input_conversion > 0.0"
      ),
      primary_co2_emission
    ),
    V(
      FILTER(
        INTERSECTION(
          INTERSECTION(
            G(co2_emissions_refinery_products),
            SECTOR(industry)
          ),
          USE(energetic)
        ),
        "network_gas_input_conversion > 0.0"
      ),
      "demand * weighted_carrier_co2_per_mj"
    ),
  ),
  BILLIONS
)
Result
| 
2019
 | 
14.987150307185052 
 | 
mt | 
| 
2050
 | 
14.969158905229914 
 | 
mt | 
Description
This query gives CO2 emissions from energetic use of natural gas and derivatives in industry
Note: this query does not include all natural gas products. Depends on etsource#2781.
 
Characteristics
| Groups | 
 | 
| Unit | 
mt | 
| File path | 
/app/tmp/etsource/gqueries/general/co2/industry/primary_co2_emissions_of_natural_gas_and_derivatives_in_industry_energetic.gql
 | 
References