Damage Simulation

To simulate the distribution of damages, \(D_t\), the class ezclimate.damage_simulation.DamageSimulation is used. The following picture demonstrate the work flow of the simulation process.

../_images/damage_simulation.png

Temperature Change

Firstly, temperature change over the next 100 years is simulated for given maximum level of GHG. We use assumptions akin to Pindyck to fit a displaced gamma distribution around final GHG concentrations, while setting levels of GHG 100 years in the future equal to equilibrium levels. Parameters for these distribution can be found in the paper. The time path for the temperature change at time \(t\) (in years) is interpolate using function:

\[\Delta T(t) = 2 \Delta T_{100}(1 - 0.5^{\frac{t}{100}}).\]

Map to Damage

The next step is to translate average global surface warming into global mean economic losses via the damage function \(D_t\). There are two components to \(D_t\): a non-catastrophic and a catastrophic one.

The non-catastrophic component is comprised by a loss function of the form:

\[L(\Delta T(t)) = e^{-13.97 \gamma \Delta T(t)^2}\]

where \(\gamma\) is drawn from a displaced gamma distribution. Based on non-catastrophic damages, consumption at any time \(t\) is reduced as follows:

\[CD_t = \bar c_t L(\Delta T(t)).\]

Then we need to calibrate the consumption reduction by adding tipping point which is related to catastrophic damge. Based on our assumption, there is a probability that a tipping point will be hit in each period and for each state, given \(Delta T(t)\) and peakT above which we can expect to have hit a climatic tipping point.

\[Prob(TP) = {1 - \left(1 - \left(\frac{\Delta T(t)}{max(\Delta T(t), peakT)}\right)^2\right)^{\frac{period}{30}}}.\]

Conditional on hitting a tipping point at time, the level of consumption reduction for each period \(t\) is then at a level of:

\[CDTP_t = CD_t e^{TP\_damage} = \bar c_t L(\Delta T(t)) e^{-TP\_damage}.\]

Calculate Damage Table

We order the scenarios based on \(D_T\), the damage to consumption in the final period. We then choose states of nature with specified probabilities to represent different percentiles of this distribution. For example, if the first state of nature is the worst 1% of outcomes, then we assume the damage coefficient at time \(t\) for the given level of mitigation is the average damage at time \(t\) for the worst 1% of values for.