Codenil

How Coal Emissions Diminish Solar Energy Output: A Technical Guide

Published: 2026-05-18 12:38:21 | Category: Environment & Energy

Overview

Coal-fired power plants are notorious for their environmental and health impacts, but a lesser-known consequence is their interference with solar energy production. Aerosols—tiny particles suspended in the atmosphere—from coal combustion scatter and absorb sunlight, reducing the amount of solar radiation that reaches photovoltaic panels. Recent research estimates that global solar power generation could be hundreds of terawatt-hours higher each year if not for these anthropogenic aerosols. This tutorial walks you through the science behind this phenomenon, how to quantify the losses, and what it means for solar project planning.

How Coal Emissions Diminish Solar Energy Output: A Technical Guide
Source: arstechnica.com

Prerequisites

To get the most out of this guide, you should have:

  • Basic understanding of solar energy principles (solar irradiance, panel efficiency)
  • Familiarity with atmospheric terms like aerosols and optical depth
  • Optional: Access to data analysis tools (Python, R, or Excel) if you want to run example calculations

Step-by-Step Instructions

Step 1: Understand How Aerosols Affect Solar Radiation

Aerosols reduce solar power in two main ways: scattering and absorption. Scattering redirects sunlight away from the panel, while absorption converts light to heat, further reducing available irradiance. Coal combustion emits sulfur dioxide (SO₂), which forms sulfate aerosols, as well as black carbon. These particles increase the aerosol optical depth (AOD), a dimensionless measure of how much light is attenuated by particles in the atmosphere. For every 0.1 increase in AOD, direct solar irradiance can drop by 10–20%, depending on wavelength and particle type.

Step 2: Quantify Aerosol Optical Depth (AOD) from Coal Emissions

Global monitoring networks like AERONET provide ground-based AOD measurements. Alternatively, satellite products (e.g., MODIS) offer gridded data. To isolate coal-related aerosols, you can correlate AOD with coal power plant locations and SO₂ emission inventories. An approximate relationship: each metric ton of SO₂ emitted per year in a region can increase local AOD by 0.0005–0.002 over a 1°×1° grid cell. For a large coal plant emitting 100,000 metric tons of SO₂ annually, the local AOD contribution might be 0.05–0.2.

Step 3: Estimate Solar Power Loss Using a Simple Model

The loss in solar power output can be approximated by the change in global horizontal irradiance (GHI). The empirical formula:

  1. Start with clear-sky GHI (e.g., 1000 W/m² at noon).
  2. Calculate reduction factor: Reduction = 1 - exp(-τ * m), where τ is AOD and m is air mass (≈1/cos(θ), with θ being solar zenith angle).
  3. Multiply by panel efficiency (e.g., 18%) to get lost power per m².

Example: For AOD = 0.2, m = 1.5 (mid-latitude), reduction ≈ 0.26. Clear-sky GHI 800 W/m² → lost irradiance ≈ 208 W/m². Over a 1-hectare solar farm (10,000 m²), that's 2.08 MW lost at peak sun. Scale up nationally.

How Coal Emissions Diminish Solar Energy Output: A Technical Guide
Source: arstechnica.com

Step 4: Apply Real-World Data from the UK Study

The study mentioned in our original article used AI analysis of satellite imagery to map solar facilities and then paired these with weather data. They calculated global solar production losses of hundreds of terawatt-hours per year due to aerosols, with a significant fraction from coal. To replicate a mini-analysis:

  • Download aerosol and GHI datasets (e.g., from NASA's POWER portal).
  • Filter grid cells containing major solar installations.
  • Subtract clear-sky GHI from actual GHI to get aerosol-induced reduction.
  • Multiply by area and time to get annual loss.

Common Mistakes

  • Ignoring spatial variation: Aerosol impacts are highly localized; using a global average overestimates or underestimates specific site losses. Always use regional AOD data.
  • Assuming uniform particle composition: Sulfates scatter differently than black carbon absorbs. Misclassifying aerosols skews loss calculations.
  • Neglecting seasonal and diurnal cycles: AOD varies with weather and plant operations. Summer peaks in coal use can coincide with higher solar incidence, compounding losses.
  • Overlooking panel soiling: Aerosols also settle on panels, causing additional losses that many analyses ignore. Include soiling factors (e.g., 0.5–1% per day without cleaning) for accuracy.

Summary

Coal pollution not only harms health and climate but also directly reduces solar energy production by scattering and absorbing sunlight. This guide has shown how to understand the mechanisms, quantify impacts using AOD, and apply a simple calculation to estimate losses. As solar capacity expands, accounting for aerosol interference becomes critical for accurate yield predictions and siting decisions. Transitioning away from coal could yield a double benefit: cleaner air and more solar electricity.