Full catalog/AVHRRF_MB-STAR-L2P-v2.80
AVHRRF_MB-STAR-L2P-v2.80·v2.80·dataset

How warm the sea surface is (AVHRR, MetOp-B, 1 km)

GHRSST NOAA/STAR Metop-B AVHRR FRAC ACSPO v2.80 1km L2P Dataset (GDS v2)
ocean NASA POCLOUD Level 2P netCDF-4
In plain English

What it measures. How warm the sea surface is, at about 1 km detail along the satellite's path, reported in 10-minute segments.

How it's made. Derived from infrared light measured by the AVHRR sensor on Europe's MetOp-B satellite, with sea surface temperature computed using a standard multi-band method and checked against buoy measurements.

How & where you'd use it. Supports weather forecasting, ocean monitoring, and climate records of sea surface temperature.

What's measured

OCEANS › OCEAN TEMPERATURE › SEA SURFACE TEMPERATURE › SEA SURFACE SKIN TEMPERATURE

Coverage & cadence

  • Time span2012-10-19 → ongoing
  • Measured byMETOP-B (AVHRR-3)
  • Processing levelLevel 2P
  • 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

The MetOp First Generation (FG) is a European multi-satellite program jointly established by ESA and EUMETSAT, comprising three satellites, MetOp-A, -B and -C. The primary sensor onboard MetOp-FG, the Advanced Very High Resolution Radiometer/3 (AVHRR/3) contributed by NOAA, measures Earth emissions and reflectances in 5 out of 6 available bands (centered at 0.63, 0.83, 1.61, 3.7, 11 and 12 microns), in a swath of 2,600km from an 817km altitude. These data are collected in a Full Resolution Area Coverage (FRAC) mode, with pixel size of 1.1km at nadir. Metop-B launched on 17 September 2012 is the second in the MetOp-FG series. The NOAA Advanced Clear-Sky Processor for Ocean (ACSPO) Level 2 Preprocessed (L2P) SST product is derived at the full AVHRR FRAC resolution and reported in 10 minute granules in NetCDF4 format, compliant with the GHRSST Data Specification version 2 (GDS2). Subskin SSTs are derived using the regression Nonlinear SST (NLSST) algorithm, which employs three bands (3.7, 11 and 12 microns) at night and two bands (11 and 12 microns) during the day. The ACSPO AVHRR FRAC L2P product is monitored and validated against quality controlled in situ data, provided by the NOAA in situ SST Quality Monitor system (iQuam; Xu and Ignatov, 2014, https://doi.org/10.1175/JTECH-D-13-00121.1 ), in another NOAA system, SST Quality Monitor (SQUAM; Dash et al, 2010, https://doi.org/10.1175/2010JTECHO756.1 ). SST imagery and clear-sky masking are continuously evaluated, and checked for consistency with other sensors and platforms, in the ACSPO Regional Monitor for SST (ARMS) system. MetOp-A orbital characteristics and AVHRR/3 sensor performance are tracked in the NOAA 3S system (He et al., 2016, https://doi.org/10.3390/rs8040346 ).The L2P Near Real Time (NRT) SST files are archived at PO.DAAC with 3-6 hours latency, and then replaced by the Re-ANalysis (RAN) SST after about 2 months later with identical file names. Two features can be used to identify them: different file name time stamps and netCDF global attribute metadata source=NOAA-NCEP-GFS for NRT and source=MERRA-2 for RAN. A reduced size (0.45GB/day), equal-angle gridded (0.02-deg resolution) ACSPO L3U product is available at https://doi.org/10.5067/GHMTB-3US28

Get the data

avhrrf_mb-star-l2p-v2.80_access.py
import earthaccess
earthaccess.login(strategy="netrc")          # free Earthdata Login

results = earthaccess.search_data(
    short_name="AVHRRF_MB-STAR-L2P-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.