2. Emission Sources & Calculations
2.1 Vehicular Emissions
Traffic is the single largest contributor to local PM2.5 in Delhi. We model five vehicle types with distinct emission profiles.
Data Sources
Emission Factors: ARAI (Automotive Research Association of India) emission standards and CPCB vehicle emission inventory studies [1,2]
Vehicle Counts: Delhi Traffic Police reports, GNCTD transport statistics, zone-specific traffic surveys [3]
| Vehicle Type |
Emission Factor (g PM2.5/hr) |
Rationale |
| Trucks (Heavy Diesel) |
30.0 |
BS-IV diesel engines, high load, older fleet |
| Buses (Diesel/CNG) |
12.0 |
Mix of CNG (lower) and diesel (higher) buses |
| Cars (Petrol/Diesel) |
2.0 |
Newer fleet, BS-VI compliance increasing |
| Two-Wheelers |
2.0 |
Small engines but high count, often poorly maintained |
| Auto-Rickshaws (CNG) |
1.5 |
Lower emissions due to CNG conversion mandate |
Vehicle Emission Calculation:
Daily_Vehicle_PM = Σ (Vehicle_Count × Avg_Hours_Operating × Emission_Factor × Congestion_Multiplier)
Congestion_Multiplier = 1.0 to 3.0 based on zone traffic density
• Lutyens Delhi: 2.0 (moderate)
• Uttam Nagar: 3.0 (severe congestion)
2.2 Road Dust Resuspension
Vehicles kick up dust from roads, which is a significant non-exhaust PM2.5 source. We use the EPA AP-42 formula for unpaved/paved road dust emissions [4].
AP-42 Dust Emission Formula:
E = k × (silt / 12)^0.91 × (W / 3)^1.02
where:
E = Emission factor (g/vehicle-km)
k = Base factor (0.15 for paved roads)
silt = Road silt loading (g/m²) [zone-specific: 2-7]
W = Average vehicle weight (tonnes)
Daily_Dust_PM = E × Total_Vehicle_km_Traveled
Why Dust Matters
In Delhi, dust contributes 20-30% of PM2.5 during dry months. Unpaved roads, construction sites, and open land amplify resuspension. Winter's low wind speeds prevent dust from settling, keeping it suspended longer.
2.3 Industrial Emissions
Delhi's industrial clusters emit PM2.5 through combustion (coal, biomass) and manufacturing processes. We model four major clusters:
| Industrial Cluster |
Daily Load (kg PM2.5/day) |
Key Industries |
| East Delhi (Small-scale) |
15,000 |
Metal fabrication, chemical processing, small foundries |
| South Delhi (Engineering) |
12,000 |
Automobile parts, machinery manufacturing |
| Northwest (Thermal Plants) |
45,000 |
Coal-based power generation (Badarpur, BTPS) |
| Peri-Urban (Brick Kilns) |
25,000 |
Traditional brick manufacturing, open combustion |
Data Source
CPCB Industrial Source Apportionment Studies (2018-2022), Emission Inventory Reports for Delhi NCR [5,6]
Zone-Level Industrial PM:
Zone_Industrial_PM = Cluster_Daily_Load × Distance_Decay_Factor
Distance_Decay_Factor = exp(-Distance_to_Cluster / 10 km)
• Zones closer to clusters receive higher PM contributions
• 10 km characteristic decay length based on dispersion studies
2.4 Garbage Burning
Unregulated garbage burning in residential areas releases toxic PM2.5. The model tracks daily fire counts per zone based on municipal waste reports and satellite data.
Garbage Emission Calculation:
Daily_Garbage_PM = Fire_Count × 300 g/fire
Typical Fire Counts by Zone:
• Lutyens Delhi: 50 fires/day
• Uttam Nagar: 1000 fires/day (dense, unplanned areas)
2.5 Construction Dust
Construction activities (excavation, material handling, demolition) generate PM2.5. Emissions scale with site count.
Construction Emission:
Daily_Construction_PM = Site_Count × 2.0 kg/site/day
Based on EPA construction site emission factors [7]
2.6 Secondary PM Formation (NOx → PM2.5)
Nitrogen oxides (NOx) from vehicles and industry undergo atmospheric chemistry to form secondary PM2.5 (nitrates, organic aerosols). This process is enhanced during foggy conditions due to aqueous-phase chemistry.
Secondary PM Formation:
NOx_Emissions = 6.0 × Primary_PM_Emissions (typical NOx:PM ratio)
If FOG:
Secondary_PM = NOx × 0.15 (fog conversion rate)
Else:
Secondary_PM = NOx × 0.03 (clear-sky conversion rate)
Foggy conditions accelerate conversion 5× due to aqueous chemistry
Why This Matters
In Delhi's winter fog, secondary PM can contribute 30-40% of total PM2.5. This is why pollution spikes persist even after vehicle restrictions—chemistry continues in the atmosphere.
2.7 Stubble Burning (Regional Transport)
Farmers in Punjab, Haryana, and western UP burn crop residue (stubble) after harvest. Smoke plumes transport 300-500 km to Delhi via northwesterly winds during October-November.
Data Sources
Fire Counts: NASA VIIRS (Visible Infrared Imaging Radiometer Suite) satellite fire detection data [8]
Transport Model: SAFAR-India (System of Air Quality and Weather Forecasting) dispersion patterns [9]
Stubble PM Calculation:
Regional_Stubble_PM = (Fire_Count × 100 kg/fire) × Transport_Fraction
Transport_Fraction depends on wind direction:
• NW wind (dominant Oct-Nov): 0.20-0.35 reaches Delhi
• Other winds: <0.10
Daily fire counts peak at 3000-5000 during harvest season
| Month |
Peak Fire Count |
Contribution to Delhi PM2.5 |
| October | 800-1500 | 10-15% |
| November | 3000-5000 | 25-40% |
| December | 200-500 | 5-10% |
| May (wheat) | 500-1000 | 8-12% |
3. Meteorology & Dispersion
3.1 Mixing Height (Ventilation Coefficient)
The mixing height (boundary layer height) determines the vertical volume available for pollution dispersion. Lower mixing heights trap pollution near the surface.
Data Source
IMD (India Meteorological Department) radiosonde observations, SAFAR mixing layer measurements [10,11]
| Month |
Mixing Height (m) |
Ventilation Status |
| January | 300 | Poor (winter inversion) |
| February | 400 | Poor |
| November | 400 | Poor |
| December | 250 | Severe (lowest of year) |
| April | 1200 | Good |
| May | 1500 | Excellent (pre-monsoon) |
Ventilation-Based Dilution:
Ventilation_Coefficient = Wind_Speed (km/h) × Mixing_Height (m)
PM_Removal_Rate = (PM_Concentration × Ventilation_Coefficient) / 24 hours
Higher ventilation → Faster dilution
3.2 Wind Speed & Direction
Wind transports pollution horizontally. The model uses stochastic wind speed variations around seasonal means with directional persistence.
| Season |
Avg Wind Speed (km/h) |
Dominant Direction |
| Winter (Dec-Feb) | 2-4 | NW |
| Pre-Monsoon (Mar-May) | 8-12 | W |
| Monsoon (Jun-Sep) | 6-10 | SE (monsoon winds) |
| Post-Monsoon (Oct-Nov) | 3-5 | NW (stubble season) |
3.3 Fog Events
Dense fog forms when temperature drops below dew point. Fog droplets trap PM2.5 and accelerate secondary formation (as discussed in Section 2.6).
Fog Probability Model:
Fog occurs if: random() < Monthly_Fog_Probability
Monthly Probabilities:
• December: 0.80
• January: 0.70
• November: 0.60
• February: 0.50
3.4 Rain Washout
Rainfall scavenges PM2.5 from the atmosphere through below-cloud and in-cloud washout. Heavy rain can reduce PM2.5 by 40-60% within hours.
Rain Washout Formula:
If Rain Event:
PM_Removal = PM_Concentration × 0.70 (70% washout)
Mixing_Height += 200 m (atmospheric cleansing)
Rain probabilities vary by month (highest in July-August monsoon)