Detailed atmosphere, cloud and surface state per footprint (Suomi-NPP)
What it measures. A detailed picture of the atmosphere over each tiny sensor footprint, including temperature, water vapor and trace gases stacked by height, plus cloud and surface properties, at finer spatial detail than usual sounder products.
How it's made. Produced from the combined infrared and microwave CrIMSS sounder suite on the Suomi-NPP satellite using the SiFSAP algorithm, which retrieves results for each individual field of view.
How & where you'd use it. A support product carrying extra diagnostic detail, aimed at researchers who need high-resolution atmospheric profiles and the technical information behind each retrieval.
What's measured
Coverage & cadence
- Time span2015-11-02 → 2021-05-21
- Measured bySuomi-NPP (ATMS, CrIS)
- Processing levelLevel 2
- Spatial extent-180, -90, 180, 90
- StatusCOMPLETE
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 SiFSAP (Single Field-of-View Sounder Atmospheric Products) algorithm. The SIFSAP algorithm provides retrieval for each sounder Field of View (FOV), therefore, it has 3-times higher horizontal spatial resolution and 9-time denser products compared to other current IR sounder products. Since SiFSAP is an FOV-based algorithm, its product variables have an additional dimension which represents the number of FOVs. For CrIS instrument, there are 9 FOVs for each Field of Regard (FOR). The SiFSAP Level-2 retrieval products contain a variety of geophysical parameters retrieved from IR/MW sounder suites measurements, including profiles of temperature, water vapor and trace gas species as well as clouds and surface properties. This support product provides height vertical sampling (up to 98 levels) and also includes more detailed Empirical Orthogonal Function (EOF) information like averaging kernels. 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="SNDRSNIML2SFSPSUP",
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. 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
- Science validation report for SiFSAP L2 V2 VIEW RELATED INFORMATION
- Use the Earthdata Search to find and retrieve data sets across multiple data centers. GET DATA