Total ozone overhead, mapped (TEMPO)
What it measures. The total amount of ozone in the column of air overhead, mapped onto a regular grid across the area TEMPO watches, along with some cloud and surface details.
How it's made. Made by combining many individual TEMPO scenes from one East-West scan into a single gridded map using an area-weighted method.
How & where you'd use it. Useful for monitoring ozone over North America, which matters for air quality and for how much harmful ultraviolet light reaches the surface. This is a provisional product.
What's measured
Coverage & cadence
- Time span2023-08-02 → ongoing
- Measured byIS-40e (TEMPO)
- Processing levelLevel 3
- FormatsnetCDF-4
- StatusACTIVE
What you can do with it
- Map air pollutants — NO₂, aerosols, ozone
- Track greenhouse gases and Earth's energy budget
- Feed weather and air-quality analysis
Official description
Total ozone Level 3 (PROVISIONAL) files provide ozone information on a regular grid covering the TEMPO field of regard for nominal TEMPO observations. Level 3 files are derived by combining information from all Level 2 files constituting a TEMPO East-West scan cycle. The files are provided in netCDF4 format, and contain information on total column ozone and some auxiliary derived and ancillary input parameters including effective cloud fraction, effective cloud pressure, radiative cloud fraction, SO2 index, and terrain pressure. The re-gridding algorithm uses an area-weighted approach. These data reached provisional validation on December 9, 2024.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="TEMPO_O3TOT_L3",
version="V04",
bounding_box=(-122.5, 37.2, -121.8, 37.9), # your area (W,S,E,N)
temporal=("2024-01-01", "2024-12-31"), # your dates
)
files = earthaccess.open(results) # stream straight from LARC_CLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- How to cite ASDC data VIEW RELATED INFORMATION
- Earthdata Search for TEMPO_O3TOT_L3_V04 (NASA Application to search, discover, visualize, refine, and access NASA Earth Observation data) GET DATA
- Algorithm Description for the TEMPO Total Ozone Retrieval Algorithm, 10.5067/doc/tempo/AlgorithmDescription_L2-3/o3tot/V2.2 VIEW RELATED INFORMATION
- Tropospheric Emissions: Monitoring Pollution (TEMPO) Project Total Ozone Level 2 and 3 Data products: User Guide 10.5067/doc/tempo/O3TOT_L2-3UserGuide_V2.3 VIEW RELATED INFORMATION