Open In Colab   Open in Kaggle

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

Week 2, Day 2: 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

Install and import feedback gadget#

Hide code cell source
# @title Install and import feedback gadget

!pip3 install vibecheck datatops --quiet

from vibecheck import DatatopsContentReviewContainer
def content_review(notebook_section: str):
    return DatatopsContentReviewContainer(
        "",  # No text prompt
        notebook_section,
        {
            "url": "https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab",
            "name": "comptools_4clim",
            "user_key": "l5jpxuee",
        },
    ).render()


feedback_prefix = "W2D2_T2"

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/W2D2_TheSocioeconomicsofClimateChange"  # 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#

Submit your feedback#

Hide code cell source
# @title Submit your feedback
content_review(f"{feedback_prefix}_Orienting_inside_a_Climate_Solution_Simulator_Video")
If you want to download the slides: https://osf.io/download/mtyrb/

Submit your feedback#

Hide code cell source
# @title Submit your feedback
content_review(f"{feedback_prefix}_Orienting_inside_a_Climate_Solution_Simulator_Slides")

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 (CH\(_4\)) and nitrous oxide (N\(_2\)O), 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.

Submit your feedback#

Hide code cell source
# @title Submit your feedback
content_review(f"{feedback_prefix}_Exercise_1")
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

Submit your feedback#

Hide code cell source
# @title Submit your feedback
content_review(f"{feedback_prefix}_Questions_1")
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).


Section 2 (Bonus): The Economic Impact of Climate Change#

In the previous day’s tutorials, you learned how increases in atmospheric greenhouse gas (GHG) concentrations significantly alter Earth’s climate and examined the impacts of these emissions on variables such as sea-surface temperature and oxygen. These changes in climate variables can, in turn, impact the economy. For example, increased temperatures may reduce crop yields or soften road surfaces requiring more frequent or intense repairs.

Question 2 (Bonus):#

  1. Take a minute to think of some other possible ways in which climate change can affect the economy. Then discuss with your pod.

Click for solution

Submit your feedback#

Hide code cell source
# @title Submit your feedback
content_review(f"{feedback_prefix}_Bonus_Question_2")

These economic impacts on climate change are considered economic damage as they typically result in less or slower economic growth. Economists incorporate the impacts of climate change on the economy into models through a damage function, which usually represents climate change by an increase in global temperature, and the impact on the economy as a reduction in gross domestic product (GDP).

You can dive deeper into the control knob functionalities of En-ROADS by changing the quantification of how climate change damages the economy via a reduction in GDP. To have a closer look at the assumptions that go into the model, we click on the ‘Simulation’ toggle and select ‘Assumptions’, in the bottom a box of toggles appears. Here we choose the ‘Economy’ section and click on ‘Economic impact of climate change’.

Exercise 2 (Bonus): Choose a Damage function#

Estimated timing: 10 minutes

In this section, 3 dropdowns correspond to 3 assumptions: (1) whether or not climate change slows economic growth, (2) if yes, how strongly as a function of temperature (what is the damage function), and (3) by how much do we discount far future welfare relative to current welfare.

  1. Hypothesize which parameter needs to be changed to have a less severe damage function.

  2. Decide which ‘related graph’ shall be shown on the top left and explain your hypothesis and final choice of the parameter along it.

Click for solution

Submit your feedback#

Hide code cell source
# @title Submit your feedback
content_review(f"{feedback_prefix}_Bonus_Exercise_2")

With this, we already discussed a few damage functions in En-Roads. Although they are central to the climate-economy connection of the models, their formulation is relatively ad hoc, which leads to validity issues that are often criticized.

There are at least two fundamental problems with damage functions (for more see The appallingly bad neoclassical economics of climate change by S. Keen in Globalizations (2020)):

  1. As mathematical model objects, they are likely too simple to be useful predictors in characterizing climate damages in sufficient complexity.

  2. They arise from a poorly validated model-fitting procedure. In particular, it relies on ad hoc functional forms and the relevance of historical and geographical variability to future variability.

Despite these problems, damage functions allow economists within the neoclassical paradigm to start seriously considering the damaging effects of climate change.

Summary#

In this tutorial, we discussed the impact of growth on fossil fuel emissions, in particular population growth vs. economic growth, and its treatment by the world model En-ROADS. Last but not least we introduced the important concept of the damage function to connect climate and economy within a model.

Resources#

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