How warm the sea surface is (Metop-C, 0.02 deg)
What it measures. Gives sea surface temperature across the globe on a fine map grid, with each valid ocean pixel carrying quality flags and error estimates so users know how reliable it is.
How it's made. Derived from the AVHRR instrument on Europe's Metop-C satellite, gridded by NOAA's clear-sky ocean processor into 10-minute files.
How & where you'd use it. Detailed, regularly updated ocean temperature data like this supports weather and ocean forecasting, climate monitoring, and tracking marine heat.
What's measured
Coverage & cadence
- Time span2018-12-04 → ongoing
- Measured byMETOP-C (AVHRR-3)
- Processing levelLevel 3
- Spatial extent-180, -90, 180, 90
- FormatsnetCDF-4
- 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
This L3U (Level 3 Uncollated) dataset contains global daily Sea Surface Temperature (SST) on a 0.02 degree grid resolution. It is produced by the National Oceanic and Atmospheric Administration (NOAA) Advanced Clear Sky Processor for Ocean (ACSPO) using L2P (Level 2 Preprocessed) product acquired from the Meteorological Operational satellite C (Metop-C) Advanced Very High Resolution Radiometer 3 (AVHRR/3) (https://podaac.jpl.nasa.gov/dataset/AVHRRF_MC-STAR-L2P-v2.80 ) in Full Resolution Area Coverage (FRAC) mode as input. It is distributed as 10-minute granules in netCDF-4 format, compliant with the Group for High Resolution Sea Surface Temperature (GHRSST) Data Specification version 2 (GDS2). There are 144 granules per 24-hour interval. Fill values are reported in all invalid pixels, including land pixels with >5 km inland. For each valid water pixel (defined as ocean, sea, lake or river), and up to 5 km inland, the following major layers are reported: SSTs and ACSPO clear-sky mask (ACSM; provided in each grid as part of l2p_flags, which also includes day/night, land, ice, twilight, and glint flags). Only input L2P SSTs with QL=5 were gridded, so all valid SSTs are recommended for the users. Per GDS2 specifications, two additional Sensor-Specific Error Statistics layers (SSES bias and standard deviation) are reported in each pixel with valid SST. Ancillary layers include wind speed and ACSPO minus reference Canadian Meteorological Centre (CMC) Level 4 (L4) SST. The ACSPO Metop-C AVHRR FRAC L3U product is monitored and validated against iQuam in situ data (Xu and Ignatov, 2014) in the NOAA SST Quality Monitor (SQUAM) system (Dash et al, 2010). SST imagery and clear-sky mask are evaluated, and checked for consistency with L2P and other satellites/sensors SST products, in the NOAA ACSPO Regional Monitor for SST (ARMS) system. More information about the dataset is found at AVHRRF_MC-STAR-L2P-v2.80 and in (Pryamitsyn et al., 2021).
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="AVHRRF_MC-STAR-L3U-v2.80",
version="2.80",
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
- Clear-Sky Mask for ACSPO VIEW RELATED INFORMATION
- In situ SST Quality Monitor (iQuam) VIEW RELATED INFORMATION
- GHRSST Global Data Assembly Center VIEW RELATED INFORMATION
- Sensor-Specific Error Statistics for SST in the Advanced Clear-Sky Processor for Oceans VIEW RELATED INFORMATION
- SST Quality Monitor (SQUAM) VIEW RELATED INFORMATION
- ACSPO Regional Monitor for SST (ARMS) VIEW RELATED INFORMATION
- Documentation on the GDS version 2 format specification VIEW RELATED INFORMATION