5.1 Climate Indicators

5.1 Climate Indicators#

If you’re reading the UTCDW Guidebook, it’s unlikely you’re interested in doing downscaling for its own sake. Most users will be interested in using downscaled projections to study how a certain system that is sensitive to the climate (sometimes called an “exposure unit”) might be affected by climate change. To do this, you’ll first need to define one or more quantities, which depend on climate variables as inputs, that measure the degree to which your exposure unit is vulnerable to the climate. These quantities are called climate indicators or climate indices (singular: climate index), and are ultimately what you’ll use for the application side of your study.

Defining your climate indicator(s) is the first step in any climate impact analysis study. If you’re a user coming from outside of climate science, your climate indicator(s) should be what you’re already an expert in. It can be the output of an impact model that takes climate data as inputs, such as the Variable Infiltration Capacity (VIC) Model in hydrology [Liang et al., 1994]. It can also be much simpler, such as one of the many ClimDEX standard climate indices, each of which is calculated using elementary operations on a single climate variable (and have methods implemented to calculate them in the Python package xclim). For example, you may be interested in changes to air conditioning usage, and use cooling degree days (CDD) as your climate indicator. Your indicator(s) can also be metrics highly specific to your domain application, such as Zhang et al. [2022] which used downscaled climate data to investigate changes to potential biofuel usage. Different blends of biofuels operate optimally only when the temperature exceeds certain thresholds, depending on their chemical properties. The numbers of days when the temperature exceeds each of these thresholds were the climate indicators used for this study.

5.1.1 Inputs for Calculating Your Indicator(s)#

The data used to calculate the historical and future projected values of your climate indicator(s) will be the downscaled climate model output. Before you can do any downscaling or analysis, you must first figure out which climate variables you need to calculate your indicator(s). It could be a single variable, like temperature or precipitation, or if you’re running an impact model like VIC or a building energy use model, you might need multiple variables, possibly some that are not available from pre-produced downscaled data like that from PCIC. Choosing the variables alone is not sufficient; you will also need to specify the temporal frequency and spatial sampling required for your study. These two factors are critical for determining the data you will be able to use for your study. The following section of this chapter will explain these and other factors that contribute to your choice of both observational and climate model datasets to use in your study.