Flight Emissions Calculator Formula
Understand the math behind the flight emissions calculator. Each variable explained with a worked example.
Formulas Used
CO2 Emissions (with RF)
co2_metric_tons = with_rf * num_passengers / 2204.6Total CO2 (lbs)
co2_lbs_total = with_rf * num_passengersCO2 per Mile
co2_per_mile = with_rf / total_distanceVariables
| Variable | Description | Default |
|---|---|---|
distance_miles | One-Way Flight Distance(miles) | 2500 |
round_trip | Round Trip Multiplier(1 or 2) | 2 |
cabin_factor | Cabin Class Factor(multiplier) | 1 |
num_passengers | Number of Travelers | 1 |
total_distance | Derived value= distance_miles * round_trip | calculated |
base_co2_lbs | Derived value= total_distance * 0.44 * cabin_factor | calculated |
with_rf | Derived value= base_co2_lbs * 1.9 | calculated |
How It Works
How to Calculate Flight Emissions
Air travel emissions depend on distance, cabin class, and the radiative forcing effect at altitude.
Formula
CO2 = Distance * 0.44 lbs/mile * Cabin Factor * 1.9 (RF)
Worked Example
A round-trip economy flight of 2,500 miles each way for one person.
distance_miles = 2500round_trip = 2cabin_factor = 1num_passengers = 1
- 01Total distance: 2,500 * 2 = 5,000 miles
- 02Base CO2: 5,000 * 0.44 * 1.0 = 2,200 lbs
- 03With radiative forcing: 2,200 * 1.9 = 4,180 lbs
- 04In metric tons: 4,180 / 2,204.6 = 1.90 metric tons
Ready to run the numbers?
Open Flight Emissions Calculator