1.2 Atmospheric Composition

The atmosphere is a mixture of gases, aerosols, and water vapor. While nitrogen and oxygen dominate by volume, trace gases like CO₂, CH₄, and O₃ play crucial roles in climate and chemistry.

Major Atmospheric Gases

Nitrogen (N₂)

78.08%

Chemically inert in lower atmosphere. Essential for life via nitrogen cycle.

Oxygen (O₂)

20.95%

Essential for respiration. Product of photosynthesis. Absorbs UV in stratosphere.

Argon (Ar)

0.93%

Noble gas, completely inert. Third most abundant atmospheric constituent.

Water Vapor (H₂O)

0-4%

Highly variable. Most important greenhouse gas. Source of clouds and precipitation.

Mixing Ratio Definitions

Atmospheric composition is commonly expressed using mixing ratios:

$$w = \frac{m_v}{m_d} \quad \text{(mass mixing ratio)}, \qquad \chi = \frac{n_v}{n_{\text{total}}} \quad \text{(volume mixing ratio)}$$

where $m_v$ is the mass of the trace species, $m_d$ is the mass of dry air, and $n_v / n_{\text{total}}$ is the number fraction

Partial Pressure (Dalton's Law)

Each gas in the mixture contributes a partial pressure proportional to its volume fraction:

$$p_i = x_i \, p$$

where $x_i$ is the mole fraction of species $i$ and $p$ is total pressure. For example, $p_{\text{O}_2} = 0.2095 \times 1013.25 \approx 212$ hPa.

Trace Gases & Climate

Carbon Dioxide (CO₂)

~420 ppm

Primary anthropogenic greenhouse gas. Risen from 280 ppm pre-industrial to 420 ppm today.

Methane (CH₄)

~1.9 ppm

25× more potent GHG than CO₂ over 100 years. Sources: wetlands, agriculture, fossil fuels.

Ozone (O₃)

~0.3 ppm

Stratospheric: protects from UV. Tropospheric: pollutant and greenhouse gas.

Nitrous Oxide (N₂O)

~0.33 ppm

Potent GHG (298× CO₂). Sources: agriculture, combustion, industrial processes.

Radiative Absorption & Atmospheric Lifetimes

Beer-Lambert Law

Radiation is attenuated exponentially as it passes through an absorbing medium:

$$I = I_0 \, e^{-\tau}$$

where $I_0$ is the incident intensity and $\tau$ is the optical depth along the path

Optical Depth

The optical depth is the integrated absorption along a vertical column:

$$\tau = \int_0^{\infty} k_\lambda \, \rho \, dz$$

where $k_\lambda$ is the mass absorption coefficient (m²/kg) and $\rho$ is the absorber density

Residence Time

The average time a molecule remains in the atmosphere before being removed:

$$\tau_{\text{res}} = \frac{M_{\text{burden}}}{S} = \frac{M_{\text{burden}}}{L}$$

where $M_{\text{burden}}$ is the total atmospheric burden, $S$ is the source rate, and $L$ is the loss rate (at steady state $S = L$)

Mean Molecular Weight

$$\bar{M} = \sum_i x_i M_i = 28.97 \text{ g/mol}$$

For dry air (dominated by N₂ at 28 and O₂ at 32)

The ideal gas law for air: $p = \rho R_d T$ where Rd = R*/M̄ = 287 J/(kg·K) is the gas constant for dry air.

Expanding for the major constituents:

$$\bar{M} = x_{\text{N}_2} M_{\text{N}_2} + x_{\text{O}_2} M_{\text{O}_2} + x_{\text{Ar}} M_{\text{Ar}} + \cdots = 0.7808(28.01) + 0.2095(32.00) + 0.0093(39.95) + \cdots$$

Interactive Simulation: Beer-Lambert Atmospheric Absorption

Python

Simulates how solar radiation is absorbed by O3, H2O, CO2, and O2 as it passes through the atmosphere. Shows individual gas transmittance and the combined atmospheric transmission spectrum.

beer_lambert_absorption.py58 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server