How salty the sea surface is, near real-time (SMAP)
What it measures. How salty the sea surface is, delivered quickly along the satellite's track, plus extreme wind speeds and the raw microwave brightness readings behind them.
How it's made. Derived from the microwave instrument aboard NASA's SMAP satellite using a combined active-passive algorithm; a validated near-real-time product available within hours of observation.
How & where you'd use it. Supports timely ocean monitoring, including tracking sea surface salinity and strong storm winds.
What's measured
Coverage & cadence
- Time span2015-04-01 → ongoing
- Measured bySMAP (SMAP L-BAND RADIOMETER)
- Processing levelLevel 2
- Spatial extent-180, -90, 180, 90
- FormatsHDF5
- StatusACTIVE
What you can do with it
- Watch sea-surface temperature and marine heatwaves
- Spot algal blooms and ocean-colour shifts
- Support fisheries and coastal monitoring
Official description
The SMAP-SSS V5.0, level 2B (NRT CAP) dataset produced by the Jet Propulsion Laboratory Combined Active-Passive (CAP) project , is a validated product that provides near real-time orbital/swath data on sea surface salinity (SSS) and extreme winds, derived from the NASA's Soil Moisture Active Passive (SMAP) mission launched on January 31, 2015. This mission, initially designed to measure and map Earth's soil moisture and freeze/thaw state to better understand terrestrial water, carbon and energy cycles has been adapted to measure ocean SSS and ocean wind speed using its passive microwave instrument. The SMAP instrument is in a near polar orbiting, sun synchronous orbit with a nominal 8 day repeat cycle. The dataset includes derived SMAP SSS, SSS uncertainty, wind speed and direction data for extreme winds, as well as brightness temperatures for each radiometer polarization. Furthermore, it contains ancillary reference surface salinity, ice concentration, wind and wave height data, quality flags, and navigation data. This broad range of parameters stems from the observatory's version 5.0 (V5) CAP retrieval algorithm, initially developed for the Aquarius/SAC-D mission and subsequently extended to SMAP. Datafrom April 1, 2015 to present, is available with a latency of about 6 hours. The observations are global, provided on a 25km swath grid with an approximate spatial resolution of 60 km. Each data file covers one 98-minute orbit, with 15 files generated per day. The data are based on the near-real-time SMAP V5 Level-1 Brightness Temperatures (TB) and benefits from an enhanced calibration methodology, which improves the absolute radiometric calibration and minimizes biases between ascending and descending passes. These improvements also enrich the applicability of SMAP Level-1 data for other uses, such as further sea surface salinity and wind assessments. Due to a malfunction of the SMAP scatterometer on July 7, 2015, collocated wind speed data has been utilized for the necessary surface roughness correction for salinity retrieval. This JPL SMAP-SSS V5.0 dataset holds tremendous potential for scientific research and various applications. Given the SMAP satellite's near-polar orbit and sun-synchronous nature, it achieves global coverage in approximately three days , enabling researchers to monitor and model global oceanic and climatic phenomena with unprecedented detail and timeliness. These data can inform and enhance understanding of global weather patterns, the Earth’s hydrological cycle, ocean circulation, and climate change.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="SMAP_JPL_L2B_NRT2_SSS_CAP_V5",
version="5.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 POCLOUD Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. Official links
- Data Use and Citation Guidelines VIEW RELATED INFORMATION
- SMAP-SSS Project and Instrument Overview VIEW RELATED INFORMATION
- NASA SMAP Mission Website VIEW RELATED INFORMATION
- JPL CAP SMAP-SSS V5.0 Technical Guide (ATBD, Validation Analysis, Product Format Specification) VIEW RELATED INFORMATION
- Information on Data Outages & Known Issues VIEW RELATED INFORMATION
- HTTPS endpoint for data browse and download GET DATA
- Browse granule search results in Earthdata Search GET DATA
- This dataset can be downloaded using the podaac-data-subscriber (the recommended tool for bulk downloading PO.DAAC data). It is a Python package for downloading one or many files using the command line interface. The URL redirects to the data-subscriber home page with instructions for utilizing the tool GET DATA