Open In Colab   Open in Kaggle

Tutorial 2: Fossil Fuel Emissions, Growth, and Damage#

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: 30 minutes

This tutorial explores the impact of population and economic growth on the global temperature and how a changing climate due to fossil fuel emissions damages our economy. You model these scenarios by ‘controlling the knobs’ of the Climate Solution Simulator named En-ROADS.

After finishing this tutorial you can

  • discuss the impact of a growth-based economy on future fossil-fuel emissions along the Kaya identity

  • qualitatively describe the impact of population and economic growth on the global temperature within the En-ROADS model environment.

  • (explain qualitatively how a different damage function formulation impacts the economic activity)

# 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: Orienting in a ‘Climate Solution’ Simulator#

Section 1: Quantification of Fossil Fuel Emissions and Its Dependency on Growth#

We discussed in the slides how economics represents the human population as a source of labor needed to produce goods and services. A by-product of this production are fossil fuel emissions, which increase atmospheric greenhouse gas (GHG) concentrations, significantly changing the earth’s climate. Let us take a look at the relationship between people, production, and emissions in more detail using the En-ROADS simulator.

You might already have clicked through the toggles at the top of the control panel of En-ROADS and tried the different Views (Main graphs, Kaya graphs, Miniature graphs). Select now the Kaya graphs view and reset the simulator (click on the anti-clockwise circular arrow to ‘Reset all policies & assumptions’ or just reload the page/model here).

The Kaya graphs depict four drivers of growth in carbon dioxide emissions from energy use, which reflects about two-thirds of all greenhouse gas emissions (the remaining third of emissions are from land use changes and other gases, such as methane (CH4) and nitrous oxide (N2O), which are not considered here). The corresponding equation, the so-called Kaya identity below was developed by Yoichi Kaya:

CO\(_2\) Emissions from Energy = Global Population × GDP per Capita × Energy Intensity of GDP × Carbon Intensity of Energy

Where gross domestic product (GDP) is a measure of economic activity or health.

In a more mathematical form, this equation is

\[ F = P \times \left[\frac{G}{P}\right] \times \left[\frac{E}{G}\right] \times \left[\frac{F}{E}\right] \]
  • \(F\) (CO\(_2\) emissions from energy),

  • \(P\) (global population),

  • \(G\) (world GDP), and

  • \(E\) (global energy consumption).

Decomposing emissions in this way helps to see key contributions and, if we assume that the factors are independent of each other (which is not fully true), distinct ways that we can lower emissions. Each factor in this model is important and extreme reductions in one can offset increases in the others. In our case, our emissions \(F\) are increasing over time because the Energy Intensity of GDP \(\left[\frac{E}{G}\right] \) and the Carbon Intensity of Energy do not together offset enough of our growing GDP (\(G\)), which is by definition necessary for a growth-based economy.

The first four graphs in the Kaya view display these four variables \(\left(P, \frac{G}{P}, \frac{E}{G}, \frac{F}{E}\right)\), with the fifth plot showing Emissions, \(F\). This allows us to compare the importance of, say, economic and population growth on the CO\(_2\) emissions and subsequent temperature rise by 2100.

Exercise 1: Population vs. Economic Growth#

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: Turn two growth ‘control knobs’ of En-ROADS, which are the sliders Economical growth and Population growth. Use the following cheatsheet if needed.

  3. Answer the following questions:

  • What can you observe within the Kaya graph view? Describe the graphs and interpret them.

Read the following dropdown accessible box if you need more information to interpret the Kaya graphs.

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 here for a description of the Kaya identity and the corresponding plots

Here is one way to understand the shown trends over time:

The Global Population (\(P\)) of 8 billion people is growing and growth is anticipated to be 11 billion by the end of the century, according to UN projections. The rate of growth is slowing over time as people have smaller families.

GDP (\(G\)) per Capita (\(P\)) is growing steadily per year, and the model assumes this will continue, mostly as people in rapidly developing countries such as China, India, South Africa, Mexico, Brazil, and Indonesia attain higher standards of living.

Energy Intensity (\(E\)) of GDP is decreasing over time, due to the world economy becoming more efficient, or using less energy per unit of economic output. Technologies are improving - for example, more efficient cars, buildings, and machines—and economies are shifting from manufacturing to services. The product of global population, GDP per capita, and the energy intensity of GDP is the total amount of energy used by the global economy.

Carbon Intensity of Final Energy, the amount of carbon dioxide emitted by energy use, is expected to slightly decline over time. Overall, this downward trend in carbon intensity is attributed to the gradual shifting away from fossil fuels and towards low-carbon energy sources.

Carbon Dioxide Emissions from Energy are the result of all four factors multiplied together, and you can see that in the Baseline Scenario emissions are growing. As the level of carbon dioxide in the atmosphere correlates with temperature, an increased concentration of carbon dioxide in the atmosphere leads to an increase in global temperatures.

These factors explain, in simple terms, why emissions are increasing in the Baseline Scenario. Improvements in efficiency and decarbonization are not yet keeping up with the strong growth in population and consumption


Questions 1:#

Estimated timing: 10 minutes

Before using the sliders and answering the following questions, build a brief working hypothesis. Which one of the two ‘growth knobs’ do you expect will be more influential on the global mean temperature and also how much more?

  1. What do you observe, when you only change the population growth slider? And vice versa changing only the economic growth slider?

  2. Combine the effect of both sliders in the common and opposite direction, respectively. Are you surprised about the output?

Click for solution

Click here for a bonus digression on the Limits To Growth

Bonus: A note on exponential growth in a bounded system#

Consider a bounded system undergoing only positive feedback leading to exponential growth. The characteristic duration of growth until the system state reaches the system boundary is only weakly sensitive to the size of the boundary. For example, in the context of exponential resource-driven economic growth on Earth, reaching the boundary means exhausting its accessible physical resources. Ten times more or less of the starting amount of accessible resources only changes the time at which those resources are exhausted by a factor of 2 up or down, respectively.

Physics demands that behind the exponential extraction of resources is an exponential use of an energy resource. In recent times on Earth, this has been fossil fuels, which are non-renewable. Legitimate concerns of peak oil in the late 1990s were quelled by the Shale revolution in the United States and other technological advances in oil and gas exploration and exploitation. These have increased (by a factor between 2 and 4) the total amount of known reserves that can be profitably exploited. While this increase is significant on an linear scale, it is negligible on an exponential scale. Looking forward, the largest estimates for how much larger accessible oil and gas reserves will be are within an order of magnitude of current reserves. Presuming resource-driven growth economics continues, whatever accessible oil and gass is left will then be exhausted within a short period of time (e.g. within a century).

Exponential growth in a bounded system will often slow as it reaches the boundary because of boundary-sized feedback effects. In our case, demand growth for fossil fuels is starting to slow with the development of renewable energy sources. There still substantial uncertainty about how these feedbacks will play out. Some questions to consider:

  • whether the transition to renewable energy sources can happen before we exhaust the associated non-renewable resources.

  • Once transitioned, whether the non-renewable resource use (e.g. of rare-earth metals) needed to sustain the renewable energy sector is sustainable in a growth-based economics

  • Once transitioned, whether this renewable energy resource might not slow, but instead accelerate the extraction of all non-renewable resources (see Jevon’s paradox).