What it shows
Each driver carries three dirty-air figures:- Total cost (
cumulative_dirty_air_tax_race_s): the race-end cumulative penalty from the OLS airflow model. Drivers who spent more laps closely following another car accumulate a larger penalty. - Average per lap (
dirty_air_tax_s): the mean penalty per classified lap, capturing intensity rather than duration a high average with a low total means a short stint in heavy traffic. - Taxed laps: the count of laps where any dirty-air tax was applied (
dirty_air_tax_s > 0).
Zero-gap laps the race leader, safety-car restarts, and laps where DRS opens carry no tax, because there is no car ahead to disturb the air.
How to use it
- Select a race from the filter bar; the leaderboard loads.
- Sort by total cost to see who lost the most to traffic over the full race.
- Compare average per lap to separate intensity from duration who was in the worst air versus who was in traffic longest.
- Read taxed laps to size how much of the race each driver spent following.
Reading the signal correctly
Dirty-air cost is largely a function of track position and car pace, not driver error a quick car stuck behind a slower one accrues a large penalty through no fault of the driver. Read it as “how much traffic shaped this race”, and pair it with the lap air map to see exactly when the driver was in disturbed air.Data source
The chart queriesint_dirty_air_tax_component via DuckDB-Wasm in the browser, for a single race.
This is a single-race view across 2018–2024 data.
For the full model definition, see the
int_dirty_air_tax_component reference.