An Introductory Global CO2 Model
eBook - ePub

An Introductory Global CO2 Model

(with Companion Media Pack)

  1. 200 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

An Introductory Global CO2 Model

(with Companion Media Pack)

About this book

The increasing concentration of atmospheric CO 2 is now a problem of global concern. Although the consequences of atmospheric CO 2 are still evolving, there is compelling evidence that the global environmental system is undergoing profound changes as seen in the recent spike of phenomena: extreme heat waves, droughts, wildfires, melting glaciers, and rising sea levels. These global problems directly resulting from elevated atmospheric CO 2, will last for the foreseeable future, and will ultimately affect everyone.

The CO 2 problem is generally not well understood quantitatively by a general audience; for example, in respect of the increasing rate of CO 2 emissions, and the movement of carbon to other parts of Earth's environmental system, particularly the oceans with accompanying acidification. This book therefore presents an introductory global CO 2 mathematical model that gives some key numbers — for example, atmospheric CO 2 concentration in ppm and ocean pH as a function of time for the calendar years 1850 (preindustrial) to 2100 (a modest projection into the future). The model is based on seven ordinary differential equations (ODEs), and is intended as an introduction to some basic concepts and a starting point for more detailed study.

Quantitative insights into the CO 2 problem are provided by the model and can be executed, with postulated changes to parameters, by a modest computer. As basic calculus is the only required mathematical background, this model is accessible to high school students as well as beginning college and university students. The programming of the model is in Matlab and R, two basic, widely used scientific programming systems that are generally accessible and usable worldwide. This book can therefore also be useful to readers interested in Matlab and/or R programming, or a translation of one to the change.


Contents:

  • Model Structure
  • Model Equations
  • Model Parameters
  • Computer Routines
  • Main Programs
  • Plotting Routines
  • ODE Routines
  • Emissions Rate Routines
  • Base Case Model Output
  • Ocean Chemistry
  • An Interpretation of Dimensionless ODEs
  • Calculation of pH
  • Global CO 2 Concentration


Readership: Students (undergraduate and above) and members of the public interested in/concerned with long-term environmental change. Key Features:

  • A basic model for the global CO 2 problem
  • Routines for the model in source code that can be used in a quantitative study
  • (1) and (2) provide insights into the global CO 2 problem that are otherwise not available from a static description based on the past and current literature

Trusted by 375,005 students

Access to over 1.5 million titles for a fair monthly price.

Study more efficiently using our study tools.

Information

Publisher
WSPC
Year
2015
eBook ISBN
9789814663052
1 INTRODUCTION
The anticipated changes in the Earth’s climate that are now widely discussed are due in large part to the accumulation of so-called greenhouse gases (GHGs) in the Earth’s atmosphere. The increase in GHGs causes a reduction in the re-radiation of energy from the Sun back into outer space. Since less energy leaves the Earth’s atmosphere, heating of the atmosphere results in a temperature rise. This temperature rise, so-called global warming, is in turn a driving force for climate change.
Carbon dioxide (CO2) is the major GHG, with increasing levels arising primarily from the burning of fossil fuels. Thus, changes in CO2 level or concentration in the Earth’s atmosphere is of paramount importance in understanding anticipated warming and climate change. A second aspect of CO2 accumulation in the atmosphere that is not as generally recognized and appreciated as temperature rise is the accumulation of carbon (from CO2) in the oceans that leads to ocean acidifcation. CO2 dissolves in ocean water and undergoes a series of chemical changes that ultimately leads to increased hydrogen ion concentration, denoted subsequently as [H+], and thus acidification. This increase in [H+] is manifested as a decrease in pH; note that [H+] and pH move in opposite directions due to the basic relation1
Image
For example, if [H+] = 108, pH = 8 while if [H+] = 107, pH = 7.
As a point of notation, square brackets placed around a chemical formula, e.g., [H+], denotes a molar concentration. The units of concentration are typically mols/liter, millimols/liter or micromols/liter (where liter is a liter of aqueous solution). Since for H2O one liter weighs one kilogram (kg) (because the density of H2O is 1 g/milliliter = 1 g/cc with 1 liter = 1000 milliliters), these concentrations are also in reciprocal kg. For the purpose of using Eq. (1.1) to calculate pH,[H+] is in g mol/liter = kg mol/m3.
Also, mols are taken specifically as g mols. One g mol of a chemical quantity has a weight equal to its atomic or molecular weight in g. For example, H2O has a molecular weight of 2(1) + 16 = 18 g. Thus, one g mol of H2O is 18 g.
The causes for changing environmental CO2 levels are complex and not completely understood. But increasing atmospheric CO2 is clearly established through measurements over more than 50 years [8]. Enough is known about CO2 accumulation2 to begin to formulate quantitative descriptions of the various physical and chemical processes that determine CO2 levels with the goal of projecting3 how atmospheric CO2 levels might be expected to increase in the future. To this end, we describe here an introductory global CO2 model that elucidates at a basic level the mechanisms which determine CO2 buildup in the Earth’s atmosphere.
The model is necessarily a simplification of the physical and chemical processes at work that determine CO2 levels. However, the model provides insight into CO2 dynamics (the variation of CO2 levels over time); specifically, it can be used to study the effect of various phenomena and parameters that determine CO2 levels, and how they change with time.
In particular, the effect of variations in the rate of anthropogenic emissions can be assessed. This is accomplished by the numerical integration of a system of ordinary differential equations (ODEs) starting with known conditions in the past (for example, at 1850, but this starting year can easily be changed). The forward integration of the ODE model equations through time can be to an arbitrary point in the future (for example, to 2100, but this final year can also easily be changed). The details of the ODE model, and some representative output from the model, are discussed subsequently.
A major advantage of a computer-based mathematical model is the execution of the associated computer code4 for the solution of the model equations to observe the effect of postulated conditions, e.g., the rate of anthropogenic CO2 emissions. Thus, although only a limited set of model outputs is considered here, the code can easily be executed for other conditions to observe the effect of the model structure and parameters on projected CO2 levels. Ideally, this process should elucidate the most relevant and sensitive conditions that determine future CO2 levels, and thereby give an indication of plausible future CO2 changes.
The model focuses only on CO2. It does not have a climate component and it has only a basic global warming component consisting of multiplication of atmospheric CO2 (in ppm) by a temperature sensitivity. While the current levels of CO2 are relatively well known from measurements, the net effect of CO2 on the Earth’s climate is not well understood quantitatively at this point in time. Thus we have limited the model to CO2 dynamics as a main determinant of global warming and climate, but we do not attempt to explain the resulting dynamics of anticipated global warming and climate change.
The model does, however, have as an output ocean H+ and pH as a function of time. As with atmospheric CO2, the long-term effects of ocean acidification are not completely understood at this point in time. However, two relatively well established effects can be observed:
The ocean pH is decreasing and this can be measured.
The effect of acidification on coral is being observed. We take CaCO3 as the main component of coral, and the basic chemistry relating CaCO3 and H+ is considered toward the end of this discussion.
Of course, other important effects of acidification could be considered, for example, on the ocean biosphere, but they are not included in the model. No doubt these effects will be important and will be elucidated with future research.
1log10 indicates a base-10 logarithm. To briefly review, a number (real, nonnegative) can be expressed as c = ba where a is the logarithm (log) of c to the base b (e.g., 10; e = 2.718282, the base of the “natural” logarithm system). An important application of logs is to facilitate the multiplication or division of numbers. For example, two numbers c1 = ba1,c2 = ba2 can b...

Table of contents

  1. Cover
  2. Halftitle
  3. Title Page
  4. Copyright Page
  5. Dedication
  6. Contents
  7. Preface
  8. 1. Introduction
  9. 2. Model Structure
  10. 3. Model Equations
  11. 4. Model Parameters
  12. 5. Computer Routines
  13. 6. Ocean Chemistry
  14. 7. Model Case Studies
  15. 8. Sources of Information
  16. 9. Summary and Conclusions
  17. References
  18. Appendix A: Calculation of ODE Terms
  19. Appendix B: Additional Analysis of the Model ODEs
  20. Appendix C: Calculation of pH
  21. Appendix D: New York Times, 10 May 2013 — Announcement of 400 ppm Global CO2 Concentration
  22. Appendix E: Exercise Problems
  23. Index
  24. Appendix: The Companion Media Pack

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn how to download books offline
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.5M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1.5 million books across 990+ topics, we’ve got you covered! Learn about our mission
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more about Read Aloud
Yes! You can use the Perlego app on both iOS and Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app
Yes, you can access An Introductory Global CO2 Model by Anthony J McHugh, Graham W Griffiths, William E Schiesser in PDF and/or ePUB format, as well as other popular books in Biological Sciences & Mathematical Analysis. We have over 1.5 million books available in our catalogue for you to explore.