After studying this material, students should be able to:
Traditional Air Quality Model =
Weather Model + Chemistry Equations
↓
Very Slow & Expensive
↓
Less Detail + Less Frequent Updates
Key facts to understand:
Think of it like trying to render a high-definition video on a very old computer — you either wait a very long time or you reduce the quality. Traditional pollution models face the same trade-off.
A generative model learns patterns from existing data and can create new, detailed outputs without running expensive physics simulations from scratch.
Traditional Approach:
Raw Data → Run Full Chemistry Simulation → Detailed Output
(Slow, expensive)
AI Approach:
Raw Data → Trained AI Model → Detailed Output
(Fast, cheap after training)
| Term | Meaning |
|---|---|
| Downscaling | Taking low-resolution data and generating high-resolution detail |
| CorrDiff | NVIDIA's generative downscaling model used here |
| Resolution achieved | 2–3 square kilometers across the UK |
Analogy:
Downscaling is like using AI to sharpen a blurry photograph — the AI fills in realistic detail based on patterns it has learned, rather than requiring a new high-resolution photo to be taken.
CorrDiff = Spatial Detail (Where is pollution high?)
StormCast = Temporal Detail (When will pollution be high?)
↓
Combined = Detailed maps that evolve over time
| Specification | Detail |
|---|---|
| Location | Bristol, UK |
| Hardware | 5,448 NVIDIA GH200 Grace Hopper Superchips |
| AI Performance | 21 exaflops |
| Nodes used | Single 8-GPU node |
| Training time | 2 days |
Key insight: Despite being a massive supercomputer, only a single 8-GPU node was needed — demonstrating the efficiency of the AI approach.
Supercomputer (Training) Desktop (Inference)
Isambard-AI → NVIDIA DGX Spark
National facility Sits on a desk
Thousands of GPUs GB10 Grace Blackwell chip
2 days to train → Runs predictions locally
Why this matters:
Pollution Model predicts high pollution tomorrow
↓
Healthcare system identifies at-risk patients
↓
Proactive alerts sent to asthma patients in affected areas
↓
Patients take precautions before exposure occurs
Wildfire detected
↓
Edge AI devices collect real-time air quality data
↓
Data fed into pollution model
↓
Real-time decisions made about evacuations, health warnings
University of Manchester develops workflow
↓
Releases open-source training data + workflows
↓
Any country or city uses local data
↓
Trains their own pollution model with a "small burst" of supercomputer time
↓
Global network of local pollution models
This addresses a critical equity issue:
Wealthy nations currently have better environmental monitoring. Open workflows could give every country access to the same quality of air quality intelligence.
An agentic system is one where a user asks a plain-language question and a chain of AI models automatically handles all the complex steps to deliver an answer.
User (clinician or government official) asks:
"What will pollution be like in this neighborhood tomorrow?"
↓
Agentic system automatically:
1. Retrieves current air quality observations
2. Runs weather forecast model
3. Runs CorrDiff for spatial detail
4. Runs StormCast for time evolution
5. Synthesizes results
↓
Delivers clear, science-grounded answer
No technical expertise required from the end user.
PROBLEM
Air pollution kills 30,000/yr in UK
Traditional models = slow + expensive
↓
SOLUTION
AI Generative Models (Earth-2 framework)
↓
KEY TOOLS
CorrDiff (spatial detail) + StormCast (time detail)
↓
HARDWARE JOURNEY
Train on supercomputer (2 days) → Run on desktop
↓
APPLICATIONS
Healthcare alerts | Policy modeling | Emergency response
↓
FUTURE
Open source globally + Agentic interfaces