$\text{AQI}= \dfrac{I_{Hi}-I_{Lo}}{C_{Hi}-C_{Lo}}\times (C_p - C_{Lo}) + I_{Lo}$
$C_p$: measured concentration
$C_{Hi/Lo}$: concentration breakpoints
$I_{Hi/Lo}$: corresponding AQI values
Adjust PM2.5, PM10, NO₂, O₃, and CO concentrations to calculate AQI in real time. Compare against WHO guidelines and see the health category instantly.
The core of the AQI is a piecewise linear function that converts the measured concentration of a pollutant (C) into an index value (I). The formula finds where C lies between two breakpoints.
$$I = \frac{I_{high}- I_{low}}{C_{high}- C_{low}}(C - C_{low}) + I_{low}$$Where:
I = AQI value for the pollutant.
C = Measured pollutant concentration (e.g., µg/m³ for PM2.5).
Clow = Concentration breakpoint ≤ C.
Chigh = Concentration breakpoint ≥ C.
Ilow = AQI value at Clow.
Ihigh = AQI value at Chigh.
Each pollutant (PM2.5, O3, etc.) has a unique table of these breakpoints defined by environmental agencies.
The Overall AQI is not an average. It is determined by the single pollutant with the highest calculated index value.
$$AQI_{Overall}= \max(I_{PM2.5}, I_{PM10}, I_{O_3}, I_{NO_2}, I_{CO})$$This "worst offender" principle drives public health alerts. The pollutant that achieves this maximum is called the "Critical Pollutant," and the health category (Good, Moderate, Unhealthy, etc.) is based solely on this maximum AQI value.
Public Health Advisories: City governments use the AQI to issue smog alerts or "Spare the Air" days. When the AQI is forecast to be "Unhealthy," schools may cancel outdoor sports, and health departments advise sensitive groups (children, elderly, those with lung disease) to stay indoors.
Personal Exposure Management: Apps and wearable devices use real-time AQI data from local monitors. A runner might check it before a morning jog; if PM2.5 levels are high ("Unhealthy"), they might choose to run indoors instead to avoid inhaling harmful particles deep into their lungs.
Urban Planning & Policy: Long-term AQI trends are critical for evaluating the impact of policies like vehicle emission standards (affecting NO2 and CO), industrial regulations, or promoting electric vehicles. A sustained high AQI often triggers investment in public transit and clean energy.
Industrial Site Monitoring: Facilities like ports, refineries, or construction sites install air quality monitors. They track pollutants like PM10 (dust) to ensure they comply with environmental permits. Real-time AQI readouts help them mitigate operations (e.g., spraying water to suppress dust) before levels become a public nuisance or health hazard.
There are a few common pitfalls to watch out for when you start using this model. The first is the point that "the calculation results represent an 'average'". The Gaussian model outputs the long-term average concentration, assuming steady-state conditions (constant wind speed and emission). For instance, it's not well-suited for precisely reproducing instantaneous puffs of smoke or short-term phenomena where wind direction changes frequently. In practice, you'll often use these calculation results as a "rough estimate for worst-case scenarios" or for "long-term impact assessment".
The second point concerns parameter dependencies. Did you know that wind speed 'u' and emission rate 'Q' are not in a simple inverse relationship? Looking at the formula, concentration C is proportional to Q/u, but the diffusion widths σy and σz themselves also change with wind speed and atmospheric stability. Especially when wind speed is extremely low (e.g., below 0.5 m/s), diffusion isn't calculated well, and results tend to be overestimated. If you lower the wind speed in the tool to near zero, the concentration should become abnormally high. This isn't realistic, so in actual assessments, it's standard practice to set a lower limit value.
Finally, note that estimating the 'effective stack height H' is even more challenging than the simulation itself. H is the sum of the physical height plus the rise due to the exhaust gas's momentum and buoyancy. For example, for exhaust gas at 200°C with an exit velocity of 20 m/s from a 100m stack, H isn't simply 100m; depending on the calculation, it could be 150m or more. This tool requires you to input H directly, but in practice, you need to calculate this rise beforehand using separate formulas (like the "Holland formula").
While this Gaussian plume model is fundamental for air pollution prediction, its concepts are applied across various engineering fields. The first that comes to mind is Indoor Air Quality (IAQ) Simulation. A confined-space version of the Gaussian model is sometimes used to predict how hazardous gases or dust generated locally in factory workspaces or large offices will disperse. It's an important application that ties into ventilation efficiency evaluation.
Next, its connection to Risk Assessment and Safety Engineering is also deep. The foundation of "gas dispersion simulation," which predicts the range and concentration of a toxic gas cloud following a leak at a chemical plant, is precisely this model. In that case, a variation using an instantaneous puff (smoke cloud) model, rather than a continuous release, is employed.
Slightly different in nature, but it's mathematically similar to beam propagation analysis in Optics and Acoustical Engineering. The spread of a laser beam or the attenuation of sound from a point source is sometimes approximated by a Gaussian distribution. The concept of viewing a diffusion phenomenon as "spreading out from a center following a normal distribution" can be considered a common language across many fields dealing with 'propagation phenomena'.
Once you're comfortable with this tool and want to learn more, I recommend following these three steps. First, Step 1: Thoroughly understand the model's 'assumptions'. The Gaussian model is built upon many assumptions like "flat terrain," "constant wind direction/speed," and "reflection only at the ground." Explore how the calculation needs to be modified if any of these break down. For example, considering the effects of building winds would call for "wind tunnel experiments" or "CFD (Computational Fluid Dynamics)".
Step 2: Explore the origin of the diffusion width tables (like the Pasquill-Gifford table). In the tool, these values are set automatically just by selecting a class, but they are determined by empirical formulas based on data from past field diffusion experiments. Strive to understand, by connecting the physical image with the data, why σ is large for Class A (unstable) and small for Class F (stable).
Finally, Step 3: Progress to non-steady-state, non-Gaussian models. For more complex and higher-accuracy predictions, you would use Lagrangian particle models or the CFD mentioned earlier. These methods can handle complex terrain and non-steady meteorological conditions, but at a vastly higher computational cost. If the Gaussian model is a "simple, rapid tool," these are positioned as "high-precision analysis tools." First, fully grasping the advantages and limitations of this Gaussian model is the best foundation for correctly using more advanced tools later on.