Ocean wind speed from GPS signals, long record (CYGNSS)
What it measures. Average ocean wind speed and sea-surface roughness in about 25 km patches, packaged as a stable long-term climate record.
How it's made. Built from reflected GPS signals picked up by the CYGNSS constellation, reprocessed with a track-by-track correction to improve accuracy and long-term consistency.
How & where you'd use it. Studying ocean winds over years for climate research, where steady, comparable measurements over time matter more than fast delivery.
What's measured
Coverage & cadence
- Time span2018-08-01 → ongoing
- Measured byCYGNSS (DDMI)
- Processing levelLevel 2
- Spatial extent-180, -40, 180, 40
- 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
This dataset contains the Version 1.2 CYGNSS Level 2 Climate Data Record which provides the time-tagged and geolocated average wind speed (m/s) and mean square slope (MSS) with 25x25 kilometer resolution from the Delay Doppler Mapping Instrument aboard the CYGNSS satellite constellation. The reported sample locations are determined by the specular points corresponding to the Delay Doppler Maps (DDMs). A subset of DDM data used in the direct processing of the average wind speed and MSS is co-located inside of the Level 2 data files. Only one netCDF data file is produced each day (each file containing data from up to 8 unique CYGNSS spacecraft) with a latency of approximately 1 to 2 months from the last recorded measurement time. The Version 1.2 CDR represents is a collection of reanalysis products derived from the SDR v3.1 Level 1 data (https://doi.org/10.5067/CYGNS-L1X31 ). Calibration accuracy and long term stability are improved relative to SDR v3.1 (https://doi.org/10.5067/CYGNS-L2X31 ) using the same trackwise correction algorithm as was used by CDR v1.1 (https://doi.org/10.5067/CYGNS-L2C11 ), which was derived from SDR v2.1 Level 1 data (https://doi.org/10.5067/CYGNS-L1X21 ). Details of the algorithm are provided in the Trackwise Corrected CDR Algorithm Theoretical Basis Document. CDR Level 2 and 3 products (ocean surface wind speed, mean square slope, and latent and sensible heat flux) are generated from the CDR L1 data using the v3.1 SDR data processing algorithms. These products also exhibit improved calibration accuracy and stability over SDR v3.0. Trackwise correction is applied to the two primary CYGNSS L1 science data products, the normalized bistatic radar cross section (NBRCS) and the leading edge slope of the Doppler-integrated delay waveform (LES). The correction compensates for small errors in the Level 1 calibration, due e.g. to uncertainties in the GPS transmitting antenna gain patterns and the CYGNSS receiving antenna gain patterns. It should be noted that the trackwise correction algorithm cannot be successfully applied to all SDR v3.1 L1 data so there is also some loss of samples that were present in SDR v3.1.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="CYGNSS_L2_CDR_V1.2",
version="1.2",
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
- Algorithm Theoretical Basis Document (ATBD) for the CYGNSS Climate Data Record (CDR) VIEW RELATED INFORMATION
- CYGNSS Mission Page at PO.DAAC VIEW RELATED INFORMATION
- Deriving Surface Winds from Tropical Cyclones VIEW RELATED INFORMATION
- Level 2 Mean-Square Slope Retrieval Algorithm Theoretical Basis Document, V. Zavorotny, CYGNSS Project Document 148-0139, Rev 3, 22 September 2016. VIEW RELATED INFORMATION
- Look-up table to define the Level 2 data variables VIEW RELATED INFORMATION
- Level 2 Wind Speed Retrieval Algorithm Theoretical Basis Document, M. P. Clarizia, V. Zavarotny, C. Ruf, CYGNSS Project Document 148-0138, Rev 5, 17 Aug. 2018. VIEW RELATED INFORMATION