How warm the sea surface is (Aqua MODIS)
What it measures. The temperature of the ocean's surface skin, the very top layer of water, measured at about 1 km detail. Daytime and nighttime readings are provided, with a separate nighttime version that is more precise.
How it's made. Calculated from the infrared channels of the MODIS sensor on NASA's Aqua satellite, which sense heat coming off the sea surface.
How & where you'd use it. Used for weather and climate studies, tracking ocean currents and heat, and supporting fisheries and marine forecasting.
What's measured
Coverage & cadence
- Time span2002-07-04 → ongoing
- Measured byAqua (MODIS)
- Processing levelLevel 2
- 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
NASA produces skin sea surface temperature (SST) products from the Infrared (IR) channels of the Moderate-resolution Imaging Spectroradiometer (MODIS) onboard the Aqua satellite. Aqua was launched by NASA on May 4, 2002, into a sun synchronous, polar orbit with a daylight ascending node at 1:30 pm, formation flying in the A-train with other Earth Observation Satellites (EOS), to study the global dynamics of the Earth atmosphere, land and oceans. MODIS captures data in 36 spectral bands at a variety of spatial resolutions. Two SST products can be present in these files. The first is a skin SST produced for both day and night (NSST) observations, derived from the long wave IR 11 and 12 micron wavelength channels, using a modified nonlinear SST algorithm intended to provide continuity of SST derived from heritage and current NASA sensors. At night, a second SST product is generated using the mid-infrared 3.95 and 4.05 micron wavelength channels which are unique to MODIS; the SST derived from these measurements is identified as SST4. The SST4 product has lower uncertainty, but due to sun glint can only be used at night. MODIS L2P SST data have a 1 km spatial resolution at nadir and are stored in 288 five minute granules per day. Full global coverage is obtained every two days, with coverage poleward of 32.3 degree being complete each day. The production of MODIS L2P SST files is part of the Group for High Resolution Sea Surface Temperature (GHRSST) project and is a joint collaboration between the NASA Jet Propulsion Laboratory (JPL), the NASA Ocean Biology Processing Group (OBPG), and the Rosenstiel School of Marine and Atmospheric Science (RSMAS). Researchers at RSMAS are responsible for SST algorithm development, error statistics and quality flagging, while the OBPG, as the NASA ground data system, is responsible for the production of daily MODIS ocean products. JPL acquires MODIS ocean granules from the OBPG and reformats them to the GHRSST L2P netCDF specification with complete metadata and ancillary variables, and distributes the data as the official Physical Oceanography Data Archive (PO.DAAC) for SST. The R2019.0 supersedes the previous R2014.0 datasets which can be found at https://doi.org/10.5067/GHMDA-2PJ02
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="MODIS_A-JPL-L2P-v2019.0",
version="2019.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
- Generic data readers VIEW RELATED INFORMATION
- Documentation on the GDS version 2 format specification VIEW RELATED INFORMATION
- Group for High Resolution Sea Surface Temperature information VIEW RELATED INFORMATION
- Data Quality Flag description VIEW RELATED INFORMATION
- Release Notes VIEW RELATED INFORMATION
- Short-Wave Sea Surface Temperature (SST4) documentation VIEW RELATED INFORMATION
- Algorithm Theoretical Basis Document VIEW RELATED INFORMATION