Documentation for GCAM
The Global Change Analysis Model
View the Project on GitHub JGCRI/gcam-doc
This section describes the carbon-cycle climate module - Hector - that is available for use in GCAM. Hector v3.2.0 is the default climate model (Hartin et al. 2015 and Dorheim et al. in press) within GCAM.
Hector, an open-source, object-oriented, reduced-form global climate carbon-cycle model, is written in C++. This model runs essentially instantaneously while still representing the most critical global-scale earth system processes. Hector has a three-part main carbon cycle: a one-pool atmosphere, three-pool land, and 4-pool ocean. The model’s terrestrial carbon cycle includes primary production and respiration fluxes, accommodating arbitrary geographic divisions into, e.g., ecological biomes or political units. Hector actively solves the inorganic carbon system in the surface ocean, directly calculating air– sea fluxes of carbon and ocean pH. Hector reproduces the global historical trends of atmospheric [CO2], radiative forcing, and surface temperatures. Hector’s flexibility, open-source nature, and modular design facilitate a broad range of research.
Figure 1: Conceptual diagram of the CO2 fluxes (numbered thick gray arrows) between Hector’s four major carbon cycle boxes: a well-mixed atmosphere (Atmosphere), terrestrial carbon cycle (Land), ocean carbon cycle (Ocean), and fossil fuels (Earth). The thinner arrows within the land and ocean boxes denote Hector’s more complex submodule carbon cycle dynamics, which are not discussed in detail here. The solid lines indicate that CO2 fluxes are calculated within Hector, whereas the dashed lines indicate that the fluxes are externally defined inputs read into the model. The fluxes are labeled: (1) CO2 emissions from fossil fuels and industry and uptake carbon capture technologies; (2) CO2 emissions and uptake from land use change (e.g., afforestation, deforestation, etc.); (3) vegetation uptake from the atmosphere (4) the aggregate CO2 from respiration from the terrestrial biosphere; and ocean carbon (5) uptake and (6) outgassing. The model’s permafrost implementation (Woodard et al. 2021) emits both CO2 and CH4 into the atmosphere.
Currently the GCAM sectors interact with Hector via emissions. At every time step, emissions from GCAM are passed to Hector. Hector converts these emissions to concentrations when necessary, and calculates the associated radiative forcing, as well as the response of the climate system and earth system (e.g., temperature, carbon-fluxes, etc.). Hector’s climate information can be used as a climate constraint for in a GCAM policy run.
Table 1: Emissions and sources from each sector passed to Hector.
Emission | Sector | Notes |
---|---|---|
CO2* | AgLU, Energy | |
CH4 | AgLU, Energy, Industrial Processes | |
N2O | AgLU, Energy | |
NH3 | AgLU, Energy | |
SO2 | AgLU, Energy, Industrial Processes | |
CO | AgLU, Energy, Industrial Processes | |
BC | AgLU, Energy | |
OC | AgLU, Energy | |
NOx | AgLU, Energy, Industrial Processes | |
NMVOC | Energy, Industrial Processes | |
C2F6 | Energy, Industrial Processes | |
CF4 | Industrial Processes, Urban Processes | |
SF6 | Energy, Industrial Processes | |
HFC134a | Energy | |
HFC32 | Energy | |
HFC125 | Urban Processes | |
HFC227ea | Urban Processes | |
HFC23 | Urban Processes | |
HFC236fa | Urban Processes | converted to HFC143a equivalents to be included in Hector |
HFC134a | Industrial Processes | |
HFC245fa | Industrial Processes | |
HFC365mfc | Industrial Processes |
* CO2 emissions from the AgLU sector are separate from CO2 emissions from the Energy sector. Any change in atmospheric carbon, occurs as a function of anthropogenic fossil fuel and industrial emissions (FA), land-use change emissions (FLC), and the atmospheric-ocean (FO) and atmosphere-land (FL) carbon fluxes.
dCatm/dt = FA(t) + FLC(t) - FO(t) - FL(t)
Land carbon pools change as a result of NPP, RH and land-use change fluxes, whose effects are partitioned among the carbon pools (Hartin et al., 2015).
At every time step Hector calculates and outputs key climate variables.
Atmosphere
Land
Ocean
For users who are running GCAM with the Mac or Windows Release Package, Hector support is already compiled in. For users compiling from source or interested in getting the Hector source, please see the Hector section in How to Set Up and Build GCAM.
Hector is a flexible, simple climate model. Users can run Hector under various configurations, parameters, and constraints.
Hector Configurations
By default, Hector’s carbon cycle model treats the entire land surface as a single, homogeneous ecosystem. However, it is possible to introduce some land surface heterogeneity by splitting the land surface into several different biomes with distinct parameters. This is explained in detail here.
Hector Parameters
Hector has many parameters can be user adjusted; see the online Hector manual for more information.
Constraints
The Hector model can be run subject to constraints that force the model to have a certain behavior. Technically, this means that the model’s components output user-provided data as opposed to their own calculations, similar to the data mode of a CESM sub-model. Currently, the available constraints include CO~2~ concentrations, total radiative forcing, and temperature.
Climate indicators