GCAM v5.4 Documentation: Economy

Documentation for GCAM
The Global Change Analysis Model

View the Project on GitHub JGCRI/gcam-doc


Economy

Table of Contents

Inputs to the Module

Table 1: Inputs required by the economic module 1

Name Resolution Unit Source
Population Region and year thousands Exogenous
Labor productivity growth rate Region and year unitless Exogenous
Labor force participation rate Region and year unitless Exogenous
Base year GDP Region million 1990$ Exogenous

Description

The socioeconomic component of GCAM sets the scale of economic activity and associated demands for model simulations. Assumptions about population and per capita GDP growth for each of the 32 geo-political regions together determine the Gross Domestic Product (GDP). GDP and population both can drive the demands for a range of different demands within GCAM. Population and economic activity are used in GCAM through a one-way transfer of information to other GCAM components. For example, neither the price nor quantity of energy nor the quantity of energy services provided to the economy affect the calculation of the principle model output of the GCAM macro-economic system, GDP.

Equations

The equations that determine economic variables are described here.

GDP

Regional GDP is calculated using a simple one-equation model:

\[Equation 1: GDP_{r,t+1} = POP_{r,t+1} * LF_{r,t+1} * *( 1+GRO_{r,t+1})^{tStep}( \frac{GDP_{r,t}}{POP_{r,t}LF_{r,t}} ) * (\frac{P_{r,t+1}}{P_{r,t}})^\alpha\]

Where \(r\)=region, \(t\)=the period, \(tStep\)=number of years in the time step, \(GDP_{r,t}\)=population in region \(r\) in period \(t\), \(POP_{r,t}\)=population in region \(r\) in period \(t\), \(LF_{r,t}\)=labor force participation in region \(r\) in period \(t\) and \(GRO_{r,t}\)=labor productivity growth rate in region \(r\) in period \(t\). The last term is an energy-price feedback, where \(P_{r,t}\) is the price of energy services and \(\alpha\) is a feedback elasticity (e.g., the percentage change in GDP for a percentage change in price). Note that \(\alpha\) is set to zero in GCAM, effectively removing this term from the calculation of GDP.

See initialGDPcalc and adjustGDP in gdp.cpp.

Insights and intuition

Socioeconomic growth and demand

Changes in future per capita GDP and population will affect the final demand for energy, food, and forestry. For example, increases in population will increase regional consumption proportionally, while changes in per capita GDP affect consumption through income elasticities (See demand inputs). Thus, different assumptions of future GDP and population growth across different socioeconomic scenarios may play key roles in driving to an alternative future. In addition, regional heterogeneity in future GDP and population growth, leading to heterogeneous regional demand growth, is also a critical driver to future changes in regional supply, biophysical responses, and trade patterns.

IAMC Reference Card

Population

Population age structure

Education level

Urbanization rate

GDP

Income distribution

Employment rate

Labor productivity

Total factor productivity

Autonomous energy efficiency improvements

1: Note that this table differs from the one provided on the Economy Inputs Page in that it lists all inputs to the economy module, including information passed from other modules. Additionally, the units listed are the units GCAM requires, rather than the units the raw input data uses.