Atmospheric Scale Height Calculator Formula
Understand the math behind the atmospheric scale height calculator. Each variable explained with a worked example.
Formulas Used
Scale Height
scale_height = 1.381e-23 * temperature / (mean_molecular_mass * surface_gravity)Scale Height (km)
scale_height_km = 1.381e-23 * temperature / (mean_molecular_mass * surface_gravity) / 1000Variables
| Variable | Description | Default |
|---|---|---|
temperature | Temperature(K) | 288 |
mean_molecular_mass | Mean Molecular Mass(kg) | 4.81e-26 |
surface_gravity | Surface Gravity(m/s2) | 9.81 |
How It Works
Atmospheric Scale Height
The scale height is the vertical distance over which atmospheric pressure decreases by a factor of *e* (about 2.718).
Formula
H = k_B T / (m g)
For Earth, H is about 8.5 km.
Worked Example
Earth: T = 288 K, m = 4.81e-26 kg (N2/O2 mix), g = 9.81 m/s2.
temperature = 288mean_molecular_mass = 4.81e-26surface_gravity = 9.81
- 01H = k_B T / (m g)
- 02H = 1.381e-23 * 288 / (4.81e-26 * 9.81)
- 03H = 3.977e-21 / 4.719e-25
- 04H = 8 428 m = 8.43 km
Ready to run the numbers?
Open Atmospheric Scale Height Calculator