GQL Statement

IF(
  GRAPH().future?,
  -> {
    SUM(-1,
      DIVIDE(Q(total_local_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 69.71 ms
0.06115695801722998
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_local_co2_emissions_versus_1990.gql

References