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

2019
2.2327733796886573
2050
0.4143170214339742

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