Skip to content

JGCRI/CMIP5_patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMIP5_patterns

This repository contains a library of temperature and precipitation patterns generated by a least squared regression for all available CMIP5 models.

Pattern scaling:

Coordinated climate model experiments are bound by a limited number of possible forcing scenarios, which makes exploring uncertainties in climate projections difficult. In the absence of a large sample of model experiments to draw upon, extrapolation outside of the range of projections, as well as interpolation between scenarios can be used to reduce uncertainty from future forcing by spanning a much larger range of emission scenarios. One such computationally efficient method to explore many different future forcing scenarios scaled from general circulation models (GCMs) is called 'pattern scaling' (Santer, 1990; Mitchell et al, 1999).

Under the assumption that a climate variable scales propotionally with global mean temperature change, a "pattern" (the statistical relationship between a climate variable and global mean temperature) can be derived from any GCM. Those patterns can then be "scaled" by a global temperature change obtained from a simple climate model (SCM) to span a wide range of future scenarios that may not have been simulated by full GCMs.

Pattern generation:

The least squared regression (LSR) patterns are calculated from future forcing scenarios only.

LSR equation:

equation

TG is the global mean surface temperature time series (one-dimensional, unsmoothed), and TL is the gridded time series (three dimensional). equation is a two-dimensional field of regression slopes, and equation is a two-dimensional residual term (error) stemming from linearly fitting the dependent variable to the predictor. equation is the y-intercept, which we take to be 0 by only computing change, not absolute temperature.

Pattern metatdata

The purpose of creating this pattern library was to allow for researchers across various fields to be able to efficiently use the statistical patterns generated by the described regression method to examine model response to change in global mean temperature for all the available CMIP5 models. We also further intend for those patterns to be easy to scale using a scaler generated from a SCM of ones choosing. To this end, included in each netcdf file is:

  1. The individual model pattern (2-D);

  2. The adjusted R^2 between the predictor and dependent terms (2-D);

  3. The regression error term (2-D);

  4. A historical climatology based on the 1960-1999 average (2-D);

*which can be used to construct absolute values at time X

  1. The 95th percentile confidence level pattern.

*which can be used to calculate the 95th and 5th confidence intervals

All source code used to produce these patterns is found here. Individual temperature and precipitation patterns in a .nc file are found here.

DOI

References:

Lynch, C., Hartin, C., Bond-Lamberty, B., and Kravitz, B.: An open-access CMIP5 pattern library for temperature and precipitation: Description and methodology, Earth Syst. Sci. Data Discuss., doi:10.5194/essd-2016-68, in review, 2017.

Kravitz, B., Lynch, C., Hartin, C., and Bond-Lamberty, B.: Exploring precipitation pattern scaling methodologies and robustness among CMIP5 models, Geosci. Model Dev. Discuss., doi:10.5194/gmd-2016-258, in review, 2016.

This work is supported by the Integrated Assessment Research Program of the Office of Science, U.S. Department of Energy. The Pacific Northwest National Laboratory is operated for DOE by Battelle Memorial Institute under contract DE-AC05-76RL01830.