Which way ocean surface currents flow (final, 0.25 degree)
What it measures. Maps the direction and speed of ocean surface currents worldwide, representing the flow averaged over roughly the top 30 meters of the ocean, on a quarter-degree daily grid. This is the 'final' best-quality version.
How it's made. Calculated with a physical model that combines satellite measurements of sea surface height, ocean winds, and sea surface temperature, rather than coming from a single instrument (a Level 4 product).
How & where you'd use it. Used to study ocean circulation, support shipping and search-and-rescue, track how heat and nutrients move, and follow debris or spills. The 'final' version has about a one-year delay; faster versions exist for timelier needs.
What's measured
Coverage & cadence
- Time span1993-01-01 → 2022-08-05
- Measured byNOAA-14 (AVHRR-2) · JASON-1 (JASON-1 Microwave Radiometer, POSEIDON-2) · TOPEX/POSEIDON (ALT (TOPEX), TMR, SSALT) · NOAA-17 (AVHRR-3) · GRACE (GRACE-FO ACC, GRACE-FO KBR, GRACE SCA) · OSTM/JASON-2 (AMR, POSEIDON-3) · DMSP 5D-2/F10 (SSM/I) · DMSP 5D-2/F11 (SSM/I) · ERS-2 (ERS-2 Altimeter) · GFO (GFO Altimeter) · NOAA-16 (AVHRR-3) · NOAA-19 (AVHRR-3) · ENVISAT (RA-2) · QUIKSCAT (SEAWINDS) · DMSP 5D-2/F14 (SSM/I) · ERS-1 (ERS-1 ALTIMETER) · DMSP 5D-2/F13 (SSM/I) · NOAA-20 (AVHRR-3) · METOP-A (AVHRR-3) · JASON-3 (POSEIDON-3B)
- Processing levelLevel 4
- Spatial extent-180, -89.75, 180, 89.75
- FormatsnetCDF-4
- StatusCOMPLETE
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
Ocean Surface Current Analyses Real-time (OSCAR) is a global surface current database and NASA funded research project. OSCAR ocean mixed layer velocities are calculated from satellite-sensed sea surface height gradients, ocean vector winds, and sea surface temperature gradients using a simplified physical model for geostrophy, Ekman, and thermal wind dynamics. Daily averaged surface currents are provided on a global 0.25 x 0.25 degree grid as an average over an assumed well-mixed top 30 m of the ocean from 1993 to present day. OSCAR currents are provided at three quality levels: final, interim and nrt with a respective latency of each of approximately 1 year, 1 month, and 2 days. OSCAR is generated by Earth & Space Research (ESR) https://www.esr.org/research/oscar/. More details on the source datasets, file structure, and methodology can be found in oscarv2guide.pdf.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="OSCAR_L4_OC_FINAL_V2.0",
version="2.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
- Browse Granule Listing GET DATA
- Search Granules GET DATA
- Generic Data Readers VIEW RELATED INFORMATION
- User Guide VIEW RELATED INFORMATION
- 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
- This dataset can be accessed with the Open-source Project for a Network Data Access Protocol (OPeNDAP) API framework. This service enables variable and dimensional subsetting. The URL redirects to a page with information about utilizing the service. USE SERVICE API