Ocean wave slope measured from a sea tower
What it measures. Extremely detailed maps of the tilt of the ocean's surface (wave slope) over a small patch of water, captured many times per second at millimeter-scale detail.
How it's made. Recorded by a polarimetric camera mounted on the Air-Sea Interaction Tower, which reconstructs the water surface tilt from the polarization of reflected light, with no instrument in the water.
How & where you'd use it. Used to study small ocean waves and how the sea surface roughens, part of a pilot ocean dynamics experiment; the data are preliminary and the makers ask users to consult the researcher before using them.
What's measured
Coverage & cadence
- Time span2019-10-07 → 2020-01-18
- Measured byFIXED OBSERVATION STATIONS (STOKES POLARIMETER)
- Processing levelLevel 1
- 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
These wave slope data from polarimetry described below are considered preliminary and should not be used for any purpose without consulting Chris Zappa (zappa@ldeo.columbia.edu). This data set includes tower-based measurements of ocean wave slope fields from visible-band polarimetry using a Polaris Pyxis Mono VIS polarimetric camera. The data here include wave slope fields at 30 frames per second temporal resolution and mm-scale spatial resolution over a ~2 m x 2 m area of ocean surface observed off the Air-Sea Interaction Tower (ASIT; 41°20.1950'N, 70°33.3865'W). Measurements were taken over the period from October 2019 through January 2020. Surface slopes are along two dimensions: along-look and cross-look orientations of the camera. Data was acquired for 10 minutes per hour, 8 hours per day, and each data file (netCDF-4) captures one of the 10-minute segments. Note that data files are large, 142 GB each. Data were collected as part of a pre-pilot campaign for the S-MODE (Submesoscale Ocean Dynamics Experiment) project. The polarimetric slope sensing (PSS) technique of Zappa et al. [2008] allows one to reconstruct the water surface slope field by measuring the polarization state of reflected light at each image pixel, allowing for surface resolutions of order 1 mm with no in-water measurement component. From these data one is able to compute water surface slope variance, wave directional spreading, and the near-surface current profile.
Get the data
import earthaccess
earthaccess.login(strategy="netrc") # free Earthdata Login
results = earthaccess.search_data(
short_name="SMODE_L1_ASIT_SLOPEFIELDS_V1",
version="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
- PO.DAAC Landing Page for the S-MODE Project (field campaign, instruments, available data sets, cruise reports, other resources/links related to the project as a whole) VIEW RELATED INFORMATION
- Read me file giving a short description of the instrument, measurements, and file contents. VIEW RELATED INFORMATION
- Journal publication describing the measurement technique VIEW RELATED INFORMATION
- Browse and download granules over HTTPS using the virtual directories GET DATA
- Browse granule search results in Earthdata Search GET DATA
- 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