How ocean surface winds change across space (Metop-A)
What it measures. How ocean surface winds and the drag they exert vary across space, expressed as the 'curl' and 'divergence' (measures of spinning and spreading) of the wind and wind stress over the sea.
How it's made. Derived from the ASCAT scatterometer on Europe's MetOp-A satellite, which reads winds from radar roughness on the sea surface; this Level-2 product has been calibrated to match similar instruments and is provided along the satellite's swath at about 12.5 km spacing.
How & where you'd use it. An early science-quality release aimed at the ocean-wind science team for evaluation; useful for studying how wind patterns drive ocean currents and upwelling.
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 the curl and divergence of ocean surface equivalent neutral wind and wind stress, derived from satellite-based scatterometer observations (the MetOp-A ASCAT scatterometer), representing the first science quality release of these data 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. These Level 2 data are provided on a non-uniform grid within the satellite swath 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 preview shows data for all orbits over a day (typically 14 orbits). Estimates for the curls and divergences are computed over several spatial domains with varying radii from the point of interest, and included as separate variables. The dataset represents the first science quality release funded under the MEaSUREs (Making Earth System Data Records for Use in Research Environments) program. The primary purpose of this release is for science evaluation by the NASA International Ocean Vector Winds Science Team (IOVWST). This V1.0 of the data was derived from V1.1 of the L2 wind and stress product.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="ASCATA_ESDR_L2_WSDERIV_V1.0",
version="1.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
- HTTPS endpoint for data browse and download GET DATA
- Browse granule search results in Earthdata Search GET DATA
- User Guide describing the project, objectives, processing algorithms, and data products 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