Support data for microwave atmosphere retrievals (Suomi NPP)
What it measures. Extra background information that accompanies the main microwave atmospheric retrievals, covering geophysical parameters like temperature, water in all its forms, and surface properties retrieved in all weather.
How it's made. Generated by the RAMSES II microwave-only algorithm from the ATMS instrument on the Suomi NPP satellite, which scans across 22 channels and works even through clouds.
How & where you'd use it. A support companion to the main retrieval product, used by researchers who need the additional detail behind the microwave atmosphere measurements rather than as a standalone product.
What's measured
Coverage & cadence
- Time span2011-12-10 → ongoing
- Measured bySuomi-NPP (ATMS)
- 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
This level 2 support product is generated by the RAMSES (Retrieval Algorithm for Microwave Sounders in Earth Science) II algorithm.The RAMSES II algorithm is a microwave only retrieval algorithm using observations from the Suomi-National Polar-orbiting Partnership (NPP) Advanced Technology Microwave Sounder (ATMS) instrument. The ATMS instrument used for this product is a cross-track scanner with 22 channels in spectral bands from 23 GHz through 183 GHz. The RAMSES II Level-2 retrieval products contain a variety of geophysical parameters retrieved from ATMS measurements, including profiles of temperature, water in all phases as well as surface properties for six minutes of instrument observation at a time. The RAMSES II algorithm doesn't have a cloud clearing process and produces all weather retrieval A level 2 granule has been set as 6 minutes of data. 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="SNDRSNML2RMSSUP",
version="3",
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
- README Document VIEW RELATED INFORMATION
- ATBD VIEW RELATED INFORMATION
- Test Report VIEW RELATED INFORMATION
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA