Full catalog/S5P_L2__O3_TCL
S5P_L2__O3_TCL·v2·dataset

Ozone in the lower atmosphere (Sentinel-5P)

Sentinel-5P TROPOMI Tropospheric Ozone Column V2 (S5P_L2__O3_TCL) at GES DISC
atmosphere NASA GES_DISC Level 2 active
In plain English

What it measures. How much ozone sits in the lower atmosphere (the troposphere), the part of the air closest to where we live, reported as a column amount.

How it's made. Retrieved from the TROPOMI instrument on the European Sentinel-5P satellite, which splits incoming light into many wavelengths; special algorithms separate out the lower-atmosphere ozone.

How & where you'd use it. Helps monitor air quality and pollution chemistry in the lower atmosphere across the globe.

What's measured

ATMOSPHERE › AIR QUALITYATMOSPHERE › AIR QUALITY › TROPOSPHERIC OZONEATMOSPHERE › ATMOSPHERIC CHEMISTRYATMOSPHERE › ATMOSPHERIC CHEMISTRY › OXYGEN COMPOUNDS › ATMOSPHERIC OZONEATMOSPHERE › ATMOSPHERIC CHEMISTRY › TRACE GASES/TRACE SPECIES

Coverage & cadence

  • Time span2018-04-30 → ongoing
  • Measured bySentinel-5P (TROPOMI)
  • Processing levelLevel 2
  • Spatial extent-180, -20, 180, 20
  • 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

Starting from July 13th in 2020, five Sentinel-5P TROPOMI level-2 products including total and tropospheric column ozone, sulfur dioxide, CLOUD, and formaldehyde have been generated in processor version 2. For data before July 13 of 2020, please check S5P_L2__O3_TCL_1 data collection. The Copernicus Sentinel-5 Precursor (Sentinel-5P or S5P) satellite mission is one of the European Space Agency's (ESA) new mission family - Sentinels, and it is a joint initiative between the Kingdom of the Netherlands and the ESA. The sole payload on Sentinel-5P is the TROPOspheric Monitoring Instrument (TROPOMI), which is a nadir-viewing 108 degree Field-of-View push-broom grating hyperspectral spectrometer, covering the wavelength of ultraviolet-visible (UV-VIS, 270nm to 495nm), near infrared (NIR, 675nm to 775nm), and shortwave infrared (SWIR, 2305nm-2385nm). Sentinel-5P is the first of the Atmospheric Composition Sentinels and is expected to provide measurements of ozone, NO2, SO2, CH4, CO, formaldehyde, aerosols and cloud at high spatial, temporal and spectral resolutions. Copernicus Sentinel-5P tropospheric ozone data products are retrieved by the convective-cloud-differential (CCD) algorithm to derive the tropospheric ozone columns and by the cloud slicing algorithm (CSA) to derive mean upper tropospheric ozone volume mixing ratios above the clouds. The S5P_TROPOZ_CCD algorithm uses TROPOMI Level-2 ozone column measurements and the cloud parameters provided by the S5P_CLOUD_OCRA and S5P_CLOUD_ROCINN, the average values of the tropospheric ozone columns below 270 hpa can be determined. The S5P_TROPOZ_CSA algorithm uses the correlation between could top pressure and the ozone column above the cloud. The retrieval depends on the amount of measurements with a high cloud cover. The products are restricted in the tropical region (-20 degrees to 20 degrees of latitude). The main outputs of the Copernicus S5P/TROPOMI tropospheric ozone product include the tropospheric ozone column and corresponding errors, upper tropospheric ozone and corresponding errors, stratospheric ozone column and corresponding errors, and the retrieval quality flags. The data are stored in an enhanced netCDF-4 format.

Get the data

s5p_l2__o3_tcl_access.py
import earthaccess
earthaccess.login(strategy="netrc")          # free Earthdata Login

results = earthaccess.search_data(
    short_name="S5P_L2__O3_TCL",
    version="2",
    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 GES_DISC
Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package.