Climate Reconstruction Simulator: Temperature from Tree-Ring Width Index

simulator intermediate ~11 min
Loading simulation...
T = 14.5°C ± 1.8°C — mean conditions at RWI = 1.0

With calibration slope 2.5 and intercept 12°C, a ring-width index of 1.0 reconstructs a temperature of 14.5°C. At R² = 0.55, the 95% prediction interval is approximately ±1.8°C.

Formula

T_recon = β₀ + β₁ × RWI (linear transfer function)
RE = 1 - Σ(T_obs - T_pred)² / Σ(T_obs - T̄_calib)²
SE_pred = SE × √(1 + 1/n + (RWI - R̄WI)² / Σ(RWI_i - R̄WI)²)

From Proxy to Temperature

Tree rings do not directly record temperature — they record growth, which is influenced by temperature among other factors. The bridge between ring width and temperature is the transfer function: a statistical model calibrated during the period when both tree-ring and instrumental data overlap (typically 1850-present). If ring-width index correlates strongly with summer temperature during calibration, we assume this relationship held in the past.

The Transfer Function

The simplest transfer function is linear regression: T = β₀ + β₁ × RWI, where β₀ is the intercept and β₁ is the slope. The explained variance R² quantifies how much temperature variation the ring-width index captures. For temperature-sensitive treeline conifers, R² values of 0.4-0.7 are typical. More complex approaches use principal components of multi-site networks.

Verification & Skill

A reconstruction is only as good as its verification. The reduction of error (RE) statistic compares reconstruction accuracy against the naive prediction of using the calibration-period mean. RE > 0 indicates skill. The coefficient of efficiency (CE) uses the verification-period mean and is a stricter test. Both must be positive for the reconstruction to be considered reliable.

Uncertainty & the Divergence Problem

Every reconstruction carries uncertainty from measurement error, calibration statistics, and the assumption of temporal stability in the growth-climate relationship. The 'divergence problem' — where some northern hemisphere trees stopped tracking temperature after ~1960, possibly due to pollution or threshold responses — challenges this assumption and remains actively debated in paleoclimatology.

FAQ

How are past temperatures reconstructed from tree rings?

A transfer function (typically linear regression) is calibrated using the overlap period where both ring-width indices and instrumental temperature are available. This equation is then applied to the full ring-width chronology to estimate temperatures before the instrumental era.

What is the calibration-verification approach?

The instrumental period is split into calibration and verification intervals. The regression is fit on one interval and tested on the other. Statistics like RE (reduction of error) and CE (coefficient of efficiency) must be positive for the reconstruction to be deemed skillful.

What limits the accuracy of tree-ring temperature reconstructions?

The divergence problem (some trees stopped tracking temperature after ~1960), biological persistence (autocorrelation in ring widths), and the fact that trees respond to multiple climate variables simultaneously all introduce uncertainty. Multi-proxy approaches help mitigate these issues.

What is the Medieval Climate Anomaly in tree-ring records?

Many tree-ring reconstructions show above-average temperatures from roughly 950-1250 CE, consistent with other proxy evidence. However, the warming was not globally uniform — some regions show little change while others show pronounced warmth.

Sources

Embed

<iframe src="https://homo-deus.com/lab/dendrochronology/climate-reconstruction/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub