Part 2—Understand Climate Models
Introduction to Global Climate Modeling
Modeling is using preset differential mathematical equations to represent the forces that control a situation. By changing variables in the equation one can one can envision a future outcome. The primary earth system components that are simulated by a global climate model, (GCM) include the atmosphere, oceans, land surface – including vegetation, and the cryosphere (ice and snow). Interactive diagram of GDC components - from UCAR gives a detailed description about the roles each component plays in the system.
The fundamental physical quantities calculated by the GCM include Temperature (T), Pressure (P), Winds (East-West = U, North-South = V), and the Specific Humidity (Q). Differential equations are used to relate these fundamental quantities to each other. Though these equations may look quite complex and difficult to understand, they are common math that scientists learn during college.
The number of cells in the grid system is known as the "resolution." The more grid cells, the higher the resolution, and the more calculations that must be computed. In general, GCMs are able to represent processes more realistically as they become higher resolution, but the computing time required to do the calculations goes up roughly 10X for every doubling of the resolution. EdGCM uses a GCM with a coarse grid resolution (8° X 10° latitude X longitude) in order to reduce the numbers of calculations and make it possible for the GCM to run on desktop and laptop computers. Pictured are some common grid resolutions for the NASA climate models and the decade during which supercomputers could run GCMs with that resolution. GCMs are computer programs, often hundreds of thousands of lines of code, mostly written in Fortran and strung together by Unix scripts. They generally require a high level of programming skills to operate. However, EdGCM adds a graphical user interface, a database, and some simple structures that allow non-programmers to do many of the experiments with a GCM that programmers and scientists do in their research.
How are the Variables Chosen for Climate Models?
Climate simulations are based on a set of variables that are the result of complex predictions known as scenarios. In this exercise we are using the greenhouse gas predictions from the IPCC emissions scenario A1 - Fossil Intensive (FI). This scenario, explained below, was chosen for this exercise because it is the most realistic course for the development of world economies and populations.From the IPCC special report on emissions scenarios:
The A1 storyline and scenario family describes a future world of very rapid economic growth, global population that peaks in mid-century and declines thereafter, and the rapid introduction of new and more efficient technologies. Major underlying themes are convergence among regions, capacity building and increased cultural and social interactions, with a substantial reduction in regional differences in per capita income.A scenario is an image of a potential future that is based on historical knowledge and assumptions of future change. The IPCC scenarios are based on a clear logic and a data-driven storyline (or narrative) of what events have occurred in the past and how the future may unfold.
There are four most commonly used scenarios. They are labeled A1, A2, B1 and B2. The scenarios describe the relationships between the forces driving greenhouse gas and aerosol emissions and their potential future change during the 21st century for large world regions and globally. Each storyline, and related scenario, represents a different projection of a set of influential factors including: demographic and social change, economic growth, technological innovation, and environmental developments, such as land-use change. These emission scenarios are subsequently used as input into climate models.
An in-depth explanation of IPCC emission scenarios can be accessed by clicking this link.






