GQL Statement

IF(
  GRAPH().future?,
  -> {
    SUM(-1,
      DIVIDE(Q(total_co2_emissions),
        SUM(
        AREA(co2_emission_1990_billions),
        (INPUT_VALUE(bunkers_allocated_percentage_shipping) / 100) * (AREA(co2_emission_1990_marine_bunkers) * BILLIONS),
        (INPUT_VALUE(bunkers_allocated_percentage_aviation) / 100) * (AREA(co2_emission_1990_aviation_bunkers) * BILLIONS)
        )
      )
    )
  },
  -> { 0 }
)

Result

2019 0.05 ms
0
factor
2050 20.99 ms
-0.0017986970751264764
factor

Description

The CO2 emissions of bunkering are added to the emissions of 1990 with the percentage
that is set by the international transport sliders.

Characteristics

Deprecated Key
policy_co2_reduction
Groups
Unit factor
File path /app/tmp/etsource/gqueries/output_elements/dashboard/dashboard_reduction_of_co2_emissions_versus_1990.gql

References