4.1 Air Masses

An air mass is a large body of air with relatively uniform temperature and humidity characteristics, acquired from its source region. Air masses are classified by their source and modification.

Air Mass Classification

Continental Polar (cP)

Cold, dry. Source: Siberia, Canada

Winter: T ~ -30°C, Td ~ -35°C

Maritime Polar (mP)

Cool, moist. Source: N. Pacific, N. Atlantic

T ~ 5°C, Td ~ 2°C

Continental Tropical (cT)

Hot, dry. Source: Sahara, SW deserts

T ~ 40°C, Td ~ 5°C

Maritime Tropical (mT)

Warm, humid. Source: Gulf of Mexico, tropics

T ~ 25°C, Td ~ 22°C

Thermodynamic Classification Parameters

Air masses are quantitatively classified using conserved thermodynamic variables. The equivalent potential temperature $\theta_e$ is conserved during both dry and moist adiabatic processes, making it ideal for identifying air mass types:

$$\theta_e = \theta \exp\!\left(\frac{L_v \, w_s}{c_p \, T}\right)$$

where $\theta$ is potential temperature, $L_v$ is latent heat of vaporisation,$w_s$ is saturation mixing ratio, $c_p$ is specific heat, and $T$ is temperature

The mixing ratio, which measures moisture content, is given by:

$$w = \varepsilon \frac{e}{p - e}, \qquad \varepsilon = \frac{M_v}{M_d} \approx 0.622$$

where $e$ is vapour pressure, $p$ is total pressure, and $M_v/M_d$ is the ratio of molar masses of water vapour and dry air

The wet-bulb potential temperature $\theta_w$ is also widely used — it is the temperature a parcel reaches when lifted moist-adiabatically to low pressure and then brought back dry-adiabatically to 1000 hPa. Tropical maritime air typically has $\theta_w \approx 20\text{--}24\,°\text{C}$, while polar air has $\theta_w < 10\,°\text{C}$.

Source Region Requirements

  • • Large, uniform surface (ocean or flat land)
  • • Light winds (stagnant high pressure)
  • • Several days of residence time
  • • Clear distinction from surrounding air

Static Stability of Source Regions

Source regions are characterised by weak flow and high static stability. The static stability parameter in pressure coordinates is:

$$\sigma = -\frac{T}{\theta}\frac{\partial \theta}{\partial p}$$

Large positive $\sigma$ indicates strong static stability — air resists vertical displacement, allowing uniform properties to develop

Air Mass Modification

When an air mass moves away from its source region, it is modified by the underlying surface. The rate of temperature change can be approximated empirically by a Newtonian relaxation:

$$\frac{dT}{dt} \approx \frac{T_s - T}{\tau}$$

where $T_s$ is the surface temperature, $T$ is the air mass temperature, and $\tau$ is the adjustment time scale (typically 1--3 days over ocean, longer over land)

Interactive Simulation: Air Mass Classification Diagram

Python

Plots temperature vs dew point for major air mass types (cA, cP, mP, cT, mT, mE) with relative humidity contours, clustered data points for each type, and a bar chart showing temperature, dew point, and dew point depression as a stability indicator.

air_mass_classification.py93 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server