4. Variables

The variables that are used in the Climate Module in TIMES are presented in Table 4.7 below. The climate indicators represented in the Climate Module are grouped according to the following internal sets, which are referred to in the GAMS formulation, presented in Section 5:

  • cm_var: the set of all climate indicators

  • cm_tkind: aggregate total indicators (CO2-GtC, CH4-Mt, N2O-Mt, FORCING)

  • cm_emis: emission indicators (CO2-GtC, CH4-Mt, N2O-Mt)

  • cm_boxmaptkind,cm_var,cm_box: mapping between aggregate indicators tkind, reservoir indicators cm_var, and corresponding box labels (ATM/UP/LO);

  • cm_atmaptkind,cm_var: mapping between aggregate indicators tkind and the corresponding boundable atmospheric indicators (CO2-PPM / CH4-PPM / N2O-PPM / DELTA_ATM);

  • cm_atboxtkind,cm_box: mapping between mapping between aggregate emission indicators tkind and the corresponding reservoirs that comprise the atmospheric concentration part; contains the pairs {(CO2-GtC,ATM),(CH4-Mt,ATM),(CH4-Mt,UP),(N2O-Mt,ATM),(N2O-Mt,UP)}

Table 4.7 Model variables specific to the Climate Module.

Variable (Indexes)

Variable Description

VAR_CLITOT (cm_var,y)

Represents the total amount of climate indicator cm_var in year y, where cm_var is one of {CO2-GtC, CH4-Mt, N2O-Mt, FORCING}

VAR_CLIBOX (cm_var,y)

Represents the amount of reservoir indicator cm_var in a single reservoir/box in year y, where cm_var is one of {CO2-ATM, CO2-UP, CO2-LO, CH4-ATM, CH4-UP, N2O-ATM, N2O-UP, DELTA-ATM, DELTA-LO}.

4.1. VAR_CLITOT(cm_var,y)

Description: The total amount of aggregate climate indicator in year y.

Purpose and Occurrence: This variable tracks the total amount of an aggregate climate indicator by period. This variable is generated for each main emission type of the Climate Module as well as for the total forcing from all greenhouse gas concentrations.

Units: GtC (for CO2 emissions), Mt (for CH4 and N2O emissions), or W/m2 (for total radiative forcing).

Bounds: This variable can be directly bounded with the CM_MAXC attribute.

4.2. VAR_CLIBOX(cm_var,y)

Description: The amount of climate indicator in a reservoir.

Purpose and Occurrence: This variable tracks the amount of reservoir-specific climate indicator by period. This variable is generated for each of the reservoirs for each of the aggregate indicators: ATM/UP/LO for CO2 emissions, ATM/UP for CH4 and N2O emissions, and ATM/LO for FORCING (connected to the temperature reservoirs).

Units: GtC (for CO2 emissions), Mt (for CH4 and N2O emissions), or °C (for temperature reservoirs).

Bounds: Only the total atmospheric amounts can be bounded with the CM_MAXC attribute (CO2-ATM, CO2-PPM, CH4-PPB, N2O-PPB, DELTA-ATM).