Open In Colab   Open in Kaggle

Tutorial 3: The Temporal Dimension of Actions#

Week 2, Day 3: The Socioeconomics of Climate Change

Content creators: Paul Heubel, Maximilian Puelma Touzel

Content reviewers: Mujeeb Abdulfatai, Nkongho Ayuketang Arreyndip, Jeffrey N. A. Aryee, Jenna Pearson, Abel Shibu, Ohad Zivan

Content editors: Paul Heubel, Jenna Pearson, Chi Zhang, Ohad Zivan

Production editors: Wesley Banfield, Paul Heubel, Jenna Pearson, Konstantine Tsafatinos, Chi Zhang, Ohad Zivan

Our 2024 Sponsors: CMIP, NFDI4Earth

Tutorial Objectives#

Estimated timing of tutorial: 15 minutes

The last tutorials covered the necessity for an energy transition to tackle the climate emergency and many solutions at once. As emissions accumulate, it becomes substantially harder to succeed the longer we take to make big changes. This tutorial explores the temporal dimension of action, here policies, by using the Climate Solution Simulator named En-ROADS.

After finishing this tutorial you can

  • exemplify along the carbon price, why policy-making has to consider the temporal dimension and the needs of the most vulnerable parts of society

# import
import matplotlib.pyplot as plt

Figure settings#

Hide code cell source
# @title Figure settings
import ipywidgets as widgets  # interactive display

%config InlineBackend.figure_format = 'retina'
plt.style.use(
    "https://raw.githubusercontent.com/neuromatch/climate-course-content/main/cma.mplstyle"
)

Helper functions#

Hide code cell source
# @title Helper functions

def pooch_load(filelocation=None, filename=None, processor=None):
    shared_location = "/home/jovyan/shared/Data/tutorials/W2D3_FutureClimate-IPCCII&IIISocio-EconomicBasis"  # this is different for each day
    user_temp_cache = tempfile.gettempdir()

    if os.path.exists(os.path.join(shared_location, filename)):
        file = os.path.join(shared_location, filename)
    else:
        file = pooch.retrieve(
            filelocation,
            known_hash=None,
            fname=os.path.join(user_temp_cache, filename),
            processor=processor,
        )

    return file

Video 1: The IPCC’s Transition Narratives and Project Modelling#

Section 1: When and How Do You Introduce a Carbon Price?#

You might have recognized that a high carbon price by default has a strong impact on the temperature increase within the En-ROADS model as it both reduces the carbon intensity of the energy supply and reduces the energy demand. However, the carbon price itself could be introduced now or in 50 years and at different amounts, depending on for example the social cost of such a policy, which makes energy supply more expensive depending on its emissions. Energy producers could pass additional costs to their customers, so policy could be designed to minimize the impacts on the poorest, e.g. by introducing a Carbon fee and dividend.

To account for their temporal evolution, many variables in En-ROADS allow for modifications of the timing when something is introduced, stopped, in or de-creased, and so on.

Exercise 1: Implications of Actions and Their Timing#

Estimated timing: 10 minutes

  1. Open En-ROADS here. (Note the control panel is available in various languages - check the left of the panel of the simulator that should by default show “English”.)

  2. Develop a scenario: Click on the ellipsis of the ‘Carbon price’ slider, and a widget-info box opens that allows for finetuning of your carbon price policy.

    1. Click on the title of the top right graph Greenhouse Gas Net Emissions, select the ‘Financial’ toggle, and select the ‘Market price of electricity’.

    2. Turn the most upper knobs/ vary the sliders of the ‘Carbon price’ and slide through different carbon prices.

    3. Move the sliders to answer the following question. Use the following cheatsheet if needed.

  3. Answer the following questions:

    • What do you observe in the ‘Market price of electricity’ graph after varying the carbon price?

    • Now, select a high carbon price and increase the ‘Year the carbon price starts to phase in’. How does the carbon price change the temporal evolution of the ‘Market price of electricity’.

    • How could this be of consequence for a low-income household?

Be warned that a reset of all your previous changes might be necessary before. If you would like to save your previous scenario, export it via a click on the Share your scenario button in the top right of the Panel, and select ‘Copy Scenario Link’.

Note that your changes are reflected in the light blue graph, while the baseline scenario remains a black line.

Click for solution

Summary#

In this tutorial, we discussed the temporal dimension of the carbon price implementation in order to understand why no policy might be a silver bullet to solve all problems but comes with various ethical and political implications. At last, we discussed a few limitations of the En-ROADs model approach.

Resources#

This tutorial is inspired by teaching material from Climate Interactive and other documents. A few important resources are linked below: