Chapter 4: Correlated-k

Chapter 3’s k-distribution trick compressed one band at one (T, p). In a real atmosphere opacity depends on (T, p) and gas travels through many layers. If each layer had its own independent k-distribution and the orderings were uncorrelated, we would need to re-integrate the full spectrum at every interface — no cheaper than LBL.

The correlated-k approximation rescues us: for a given g-point, \(k(g)\) varies smoothly with (T, p) but the ranking of opacity values is preserved across layers. The spectral location of the strongest absorber at one level is still the strongest absorber at the next level, just with a different magnitude.

Evidence: how well does ranking hold?

Figure 1: Figure 4.1 — Sorted H₂O absorption coefficients at T = 250 K vs. T = 350 K over the same band. Points cluster near the 1:1 diagonal, confirming that the spectral ranking is preserved across a 100 K temperature range.

When it holds

  • Small-to-moderate temperature variations (~ 100 K): line intensities change smoothly with \(T\) via the Boltzmann factor. ✓
  • Pressure variations within a single regime: line widths scale cleanly with \(p\). ✓
  • A single well-mixed gas (fixed mixing ratio): the spectral ordering is set by molecular physics alone, independent of (T, p). ✓

When it breaks down

  • Very large T ranges spanning new hot-band regimes (e.g., Venus lower troposphere vs. upper atmosphere). Use separate tables per regime.
  • Two spectrally independent gases with strongly overlapping line forests — the joint ordering is no longer preserved. Use ESFT overlap instead (Chapter 5).
  • Strongly varying mixing ratios (e.g., H₂O in a partly cloudy column). The correlated-k assumption is weakest here; this is one reason RRTMG uses a separate water-vapour continuum fit.

What the approximation gains

With correlated-k, each g-point in each band is an independent quasi-monochromatic problem: the solver sweeps through the column once per (band, g-point) with a single \(k(g)\) value interpolated to local (T, p). No re-ordering needed at runtime.

This is why climt’s tables have layout k(band, gpoint, temperature, pressure): at each (T, p) look-up point the \(k_i(g_i)\) is the same \(g_i\) across the whole column.

Accuracy

Typical broadband flux errors for correlated-k with 8 g-points per band are 1–3 % versus LBL (Lacis and Oinas 1991; Mlawer et al. 1997). The picket-fence tables ship with 2 g-points per band — errors grow to ~5–10 %. That is sufficient for pedagogy and fast prototype runs; earth_high_res with 8 g-points is the recommended production configuration.

Further reading

  • Lacis and Oinas (1991) — introduces correlated-k and validates it against LBL.
  • Mlawer et al. (1997) — RRTM, a production correlated-k scheme; discusses accuracy budgets.

References

Lacis, A. A., and V. Oinas. 1991. “A Description of the Correlated-k Distribution Method for Modeling Nongray Gaseous Absorption, Thermal Emission, and Multiple Scattering in Vertically Inhomogeneous Atmospheres.” Journal of Geophysical Research 96 (D5): 9027–63. https://doi.org/10.1029/90JD01945.
Mlawer, E. J., S. J. Taubman, P. D. Brown, M. J. Iacono, and S. A. Clough. 1997. “Radiative Transfer for Inhomogeneous Atmospheres: RRTM, a Validated Correlated-k Model for the Longwave.” Journal of Geophysical Research 102 (D14): 16663–82. https://doi.org/10.1029/97JD00237.