Supporting atmosphere data (Aqua AIRS, monthly, 1 degree)
What it measures. Monthly, gridded supporting atmospheric readings derived from the AIRS sounder — similar to its main products but including fields that aren't fully validated or are intermediate values.
How it's made. Produced from the AIRS infrared instrument on NASA's Aqua satellite, averaged into monthly maps at 1-degree resolution.
How & where you'd use it. A specialist product for researchers who need the extra or intermediate fields; it should be used with caution since some values come from retrievals that may have failed quality checks.
What's measured
Coverage & cadence
- Time span2002-09-01 → ongoing
- Measured byAqua (AIRS)
- Processing levelLevel 3
- Spatial extent-180, -90, 180, 90
- 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
The Atmospheric Infrared Sounder (AIRS) is a grating spectrometer (R = 1200) aboard the second Earth Observing System (EOS) polar-orbiting platform, EOS Aqua. In combination with the Advanced Microwave Sounding Unit (AMSU) and the Humidity Sounder for Brazil (HSB), AIRS constitutes an innovative atmospheric sounding group of visible, infrared, and microwave sensors. The L3 support products are similar to the L3 standard products but contain fields which are not fully validated, or are inputs or intermediary values. Because no quality control information is available for some of these fields, values from failed retrievals may be included.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="AIRS3SPM",
version="006",
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. Official links
- Access the data via HTTP. GET DATA
- Access the data via the OPeNDAP protocol. USE SERVICE API
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA
- AIRS Documentation Page VIEW RELATED INFORMATION
- README Document VIEW RELATED INFORMATION