GQL Statement

-100.0 *
    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)
            )
        )
    )

Result

2015 23.73 ms
-6.048210616689076
2050 21.28 ms
-4.151561956862837

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

Groups
Unit
File path /app/tmp/etsource/gqueries/modules/scenario_report/regional_report/co2_reduction_percentage.gql

References