Ocean surface winds and wind push (MetOp-A)
What it measures. Wind direction and speed at the ocean surface, plus how hard the wind pushes on the water (wind stress), measured across the satellite's track.
How it's made. Derived from the ASCAT scatterometer on the MetOp-A satellite, which bounces radar off the sea, and carefully matched to similar instruments to form one unbroken wind record from 1999 to 2022.
How & where you'd use it. Valuable for studying ocean winds, weather, and how the air and ocean exchange energy, especially as part of a long, consistent record across multiple satellites.
What's measured
Coverage & cadence
- Time span2007-01-01 → 2014-04-01
- Measured byMETOP-A (ASCAT)
- Processing levelLevel 2
- Spatial extent-180, -90, 180, 90
- 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
This dataset contains ocean surface wind vectors (equivalent neutral and true 10m) and wind stress vectors derived from satellite-based scatterometer observations (the MetOp-A ASCAT scatterometer), representing the first science quality release of these data (post-provisional after v1.0) funded under the MEaSUREs program. This product from MetOp-A ASCAT has been intercalibrated with similar scatterometer measurements from instruments on the MetOp-B, ScatSat-1, and QuikScat satellites (all of which can be found on the MEaSUREs OSVW Project Page), and if used together create an unbroken record of winds from 1999 to 2022. The wind vector and stress retrievals are provided on a non-uniform grid within the swath (Level 2 products) at 12.5 km pixel resolution. Each L2 file corresponds to a specific orbital revolution number, which begins at the southernmost point of the ascending orbit. The thumbnail shows data for two orbits - using all orbits for a single day will provide global coverage. The dataset represents the first science quality release funded under the MEaSUREs (Making Earth System Data Records for Use in Research Environments) program. Version 1.1 provides a set of updates and improvements from version 1.0, including: 1) increased data coverage, 2) improved quality control, and 3) new global metadata attributes featuring revolution number, equator crossing longitude, and equator crossing time (UTC). The primary purpose of this release is for science evaluation by the NASA International Ocean Vector Winds Science Team (IOVWST).
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="ASCATA_ESDR_L2_WIND_STRESS_V1.1",
version="1.1",
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
- HTTPS endpoint for data browse and download GET DATA
- Browse granule search results in Earthdata Search GET DATA
- Basic file content information for all L2 wind stress products from this project. VIEW RELATED INFORMATION
- User Guide describing the project, objectives, processing algorithms, and data products VIEW RELATED INFORMATION
- PO.DAAC's project page for MEaSUREs OSVW 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