Extra atmospheric details from the sounder (Aqua, per orbit)
What it measures. A detailed, research-oriented version of the atmospheric sounder's readings, with finer vertical profiles of temperature and moisture, trace-gas amounts, and intermediate processing outputs, plus quality information.
How it's made. Produced from the AIRS infrared instrument on NASA's Aqua satellite, using infrared only because some microwave channels grew noisy over time.
How & where you'd use it. Aimed at researchers and the algorithm team who need the extra detail and intermediate steps; it is a specialist companion to the simpler standard product rather than a general-purpose dataset.
What's measured
Coverage & cadence
- Time span2002-08-30 → ongoing
- Measured byAqua (AIRS)
- Processing levelLevel 2
- 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. This product is similar to AIRX2SUP. It is produced using AIRS IR only because the radiometric noise in several AMSU channels started to increase significantly (since June 2007). The Support Product includes higher vertical resolution profiles of the quantities found in the Standard Product, plus intermediate outputs (e.g., microwave-only retrieval), research products such as the abundance of trace gases, and detailed quality assessment information. The Support Product profiles contain 100 levels between 1100 and .016 mb; this higher resolution simplifies the generation of radiances using forward models, though the vertical information content is no greater than that in the Standard Product profiles. The intended users of the Support Product are researchers interested in generating forward radiance or in examining research products, and the AIRS algorithm development team. The Support Product is generated at all locations as Standard Products. An AIRS granule has been set as 6 minutes of data, 30 footprints cross track by 45 lines along track. There are 240 granules per day, with an orbit repeat cycle of approximately 16 day.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="AIRS2SUP",
version="7.0",
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 HTTPS. 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
- Overview of the AIRS Mission: Instruments, Processing Algorithms, Products, and Documentation VIEW RELATED INFORMATION
- AIRS/AMSU/HSB Version 7 Level 2 Product User Guide VIEW RELATED INFORMATION