Column-Integrated Diabatic Heating
Overview
Diabatic heating encompasses all non-adiabatic processes that add or remove heat from an air parcel, including latent heat release during condensation, radiative heating/cooling, and sensible heat exchange. This diagnostic estimates the column-integrated diabatic heating rate as a residual of the thermodynamic energy equation: where ascending air cools adiabatically, any departure from that cooling rate implies diabatic heating (e.g. latent heat release in convective storms).
Input Variables
| Variable | Symbol | Units | Description |
|---|---|---|---|
| Omega | $\omega$ | Pa s$^{-1}$ | Vertical velocity in pressure coordinates |
| Temperature | $T$ | K | Air temperature on pressure levels |
Constants
| Constant | Symbol | Value | Units |
|---|---|---|---|
| Gravitational acceleration | $g$ | 9.80665 | m s$^{-2}$ |
| Gas constant for dry air | $R_d$ | 287.05 | J kg$^{-1}$ K$^{-1}$ |
| Specific heat at constant pressure | $c_p$ | 1004.0 | J kg$^{-1}$ K$^{-1}$ |
| Poisson constant | $\kappa = R_d / c_p$ | 0.2859 | -- |
Computation
1. Static Stability Parameter
The static stability on pressure surfaces measures how temperature changes with pressure relative to an adiabatic profile:
$$\sigma_p = \frac{\partial T}{\partial p} - \frac{\kappa \, T}{p}$$
The temperature derivative $\partial T / \partial p$ is computed using centered finite differences along the pressure axis (one-sided at boundaries).
2. Adiabatic Cooling Integrand
The integrand combines the vertical motion with the static stability:
$$f(p) = c_p \, \omega \, \sigma_p$$
3. Column Integration
The column-integrated diabatic heating is obtained by integrating over pressure using the trapezoidal rule and reversing the sign:
$$\text{DH} = -\frac{1}{g} \int_{p_{\text{top}}}^{p_{\text{sfc}}} c_p \, \omega \, \sigma_p \; dp$$
Sign Convention
- Positive values indicate net diabatic heating (e.g. latent heat release in deep convection or warm advection exceeding adiabatic cooling).
- Negative values indicate net diabatic cooling (e.g. radiative cooling or evaporative cooling).
Units
Column-integrated diabatic heating has units of W m$^{-2}$.
References
- Diabatic process (Wikipedia)
- Thermodynamic energy equation (Wikipedia)
- Yanai, M., Esbensen, S. and Chu, J.-H. (1973). Determination of bulk properties of tropical cloud clusters from large-scale heat and moisture budgets. J. Atmos. Sci., 30, 611--627.