2.2 Moisture & Humidity

Water vapor is the most important variable constituent of the atmosphere. Its phase changes release and absorb latent heat, driving convection and weather systems.

Humidity Variables

Mixing Ratio (r)

$$r = \frac{m_v}{m_d} = \frac{\rho_v}{\rho_d}$$

Mass of water vapor per mass of dry air (g/kg)

Specific Humidity (q)

$$q = \frac{m_v}{m_v + m_d} = \frac{r}{1+r} \approx r$$

Mass of water vapor per total mass (g/kg)

Relative Humidity (RH)

$$RH = \frac{e}{e_s} \times 100\%$$

Ratio of actual to saturation vapor pressure

Clausius-Clapeyron Equation

$$\frac{de_s}{dT} = \frac{L_v e_s}{R_v T^2}$$

Rate of change of saturation vapor pressure with temperature

Integrated form (Tetens formula):

$$e_s(T) = 6.11 \exp\left(\frac{17.27 (T-273.15)}{T - 35.85}\right) \text{ hPa}$$

Saturation vapor pressure approximately doubles for every 10°C increase

Dew Point & Lifting Condensation Level

Definition

Temperature to which air must be cooled at constant pressure to become saturated

Dew Point Depression

T - Td: larger values indicate drier air

Lifting Condensation Level (LCL)

$$z_{\text{LCL}} \approx 125\,(T - T_d) \quad \text{(metres)}$$

Quick estimate of cloud base height from surface temperature and dew point (both in °C). Based on the different lapse rates of temperature and dew point with height.

Wet-Bulb Temperature Relationship

$$T_d \leq T_w \leq T$$

The wet-bulb temperature $T_w$ is found by evaporating water into air at constant pressure until saturation:

$$c_p\,(T - T_w) = L_v\bigl(w_s(T_w) - w\bigr)$$

where $w_s(T_w)$ is the saturation mixing ratio at the wet-bulb temperature

Advanced Moisture Thermodynamics

Equivalent Potential Temperature

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

Conserved during both dry and moist adiabatic processes. Represents the potential temperature a parcel would reach if all its moisture were condensed out and the latent heat used to warm the parcel.

Precipitable Water

$$W = \frac{1}{\rho_w\, g} \int_0^{\infty} \rho\, w \, dz = \frac{1}{g} \int_0^{p_s} q \, dp$$

Total water vapor in a column expressed as liquid depth (typically 10-50 mm). Here $\rho_w$ is the density of liquid water, $w$ is mixing ratio, and $q$ is specific humidity.

Interactive Simulation: Clausius-Clapeyron Saturation Curve

Python

Plots saturation vapor pressure over liquid water and ice from -40 to 45 degrees C. Shows the Bergeron process region, common atmospheric conditions, dewpoint depression at various relative humidities, and prints a table of key values.

clausius_clapeyron.py75 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server