s3b

Sentinel-3B Global Ocean Along track CMEMS Sea Surface Height L3 product

Load in Python

from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/pangeo-data/pangeo-datastore/master/intake-catalogs/ocean/altimetry.yaml") ds = cat["s3b"].to_dask()

Working with requester pays data

Several of the datasets within the cloud data catalog are contained in requester pays storage buckets. This means that a user requesting data must provide their own billing project (created and authenticated through Google Cloud Platform) to be billed for the charges associated with accessing a dataset. To set up an GCP billing project and use it for authentication in applications:

Metadata

tags ['altimetry', 'ocean', 'observations']
url http://marine.copernicus.eu/services-portfolio/access-to-products/?option=com_csw&view=details&product_id=SEALEVEL_GLO_PHY_L3_REP_OBSERVATIONS_008_062

Dataset Contents

Show/Hide data repr Show/Hide attributes
xarray.Dataset
    • time: 7686926
    • latitude
      (time)
      float64
      dask.array<chunksize=(7686926,), meta=np.ndarray>
      long_name :
      Latitude of measurement
      standard_name :
      latitude
      units :
      degrees_north
      Array Chunk
      Bytes 61.50 MB 61.50 MB
      Shape (7686926,) (7686926,)
      Count 2 Tasks 1 Chunks
      Type float64 numpy.ndarray
      7686926 1
    • longitude
      (time)
      float64
      dask.array<chunksize=(7686926,), meta=np.ndarray>
      long_name :
      Longitude of measurement
      standard_name :
      longitude
      units :
      degrees_east
      Array Chunk
      Bytes 61.50 MB 61.50 MB
      Shape (7686926,) (7686926,)
      Count 2 Tasks 1 Chunks
      Type float64 numpy.ndarray
      7686926 1
    • time
      (time)
      datetime64[ns]
      2018-11-28T00:07:59.975869952 ... 2019-05-13T23:21:21.185891072
      axis :
      T
      long_name :
      Time of measurement
      standard_name :
      time
      array(['2018-11-28T00:07:59.975869952', '2018-11-28T00:08:00.975869952',
             '2018-11-28T00:08:01.975869952', ..., '2019-05-13T23:21:19.185892096',
             '2019-05-13T23:21:20.185892096', '2019-05-13T23:21:21.185891072'],
            dtype='datetime64[ns]')
    • cycle
      (time)
      int16
      dask.array<chunksize=(7686926,), meta=np.ndarray>
      long_name :
      Cycle the measurement belongs to
      units :
      1
      Array Chunk
      Bytes 15.37 MB 15.37 MB
      Shape (7686926,) (7686926,)
      Count 2 Tasks 1 Chunks
      Type int16 numpy.ndarray
      7686926 1
    • dac
      (time)
      float64
      dask.array<chunksize=(7686926,), meta=np.ndarray>
      comment :
      The sla in this file is already corrected for the dac; the uncorrected sla can be computed as follows: [uncorrected sla]=[sla from product]+[dac]; see the product user manual for details
      long_name :
      Dynamic Atmospheric Correction
      units :
      m
      Array Chunk
      Bytes 61.50 MB 61.50 MB
      Shape (7686926,) (7686926,)
      Count 2 Tasks 1 Chunks
      Type float64 numpy.ndarray
      7686926 1
    • lwe
      (time)
      float64
      dask.array<chunksize=(7686926,), meta=np.ndarray>
      comment :
      The sla in this file is already corrected for the lwe; the uncorrected sla can be computed as follows: [uncorrected sla]=[sla from product]-[lwe]; see the product user manual for details
      long_name :
      Long wavelength error
      units :
      m
      Array Chunk
      Bytes 61.50 MB 61.50 MB
      Shape (7686926,) (7686926,)
      Count 2 Tasks 1 Chunks
      Type float64 numpy.ndarray
      7686926 1
    • mdt
      (time)
      float64
      dask.array<chunksize=(7686926,), meta=np.ndarray>
      comment :
      The mean dynamic topography is the sea surface height above geoid; it is used to compute the absolute dynamic tyopography adt=sla+mdt
      long_name :
      Mean dynamic topography
      standard_name :
      sea_surface_height_above_geoid
      units :
      m
      Array Chunk
      Bytes 61.50 MB 61.50 MB
      Shape (7686926,) (7686926,)
      Count 2 Tasks 1 Chunks
      Type float64 numpy.ndarray
      7686926 1
    • ocean_tide
      (time)
      float64
      dask.array<chunksize=(7686926,), meta=np.ndarray>
      comment :
      The sla in this file is already corrected for the ocean_tide; the uncorrected sla can be computed as follows: [uncorrected sla]=[sla from product]+[ocean_tide]; see the product user manual for details
      long_name :
      Ocean tide model
      units :
      m
      Array Chunk
      Bytes 61.50 MB 61.50 MB
      Shape (7686926,) (7686926,)
      Count 2 Tasks 1 Chunks
      Type float64 numpy.ndarray
      7686926 1
    • sla_filtered
      (time)
      float64
      dask.array<chunksize=(7686926,), meta=np.ndarray>
      comment :
      The sea level anomaly is the sea surface height above mean sea surface height; the uncorrected sla can be computed as follows: [uncorrected sla]=[sla from product]+[dac]+[ocean_tide]-[lwe]; see the product user manual for details
      long_name :
      Sea level anomaly filtered not-subsampled with dac, ocean_tide and lwe correction applied
      standard_name :
      sea_surface_height_above_sea_level
      units :
      m
      Array Chunk
      Bytes 61.50 MB 61.50 MB
      Shape (7686926,) (7686926,)
      Count 2 Tasks 1 Chunks
      Type float64 numpy.ndarray
      7686926 1
    • sla_unfiltered
      (time)
      float64
      dask.array<chunksize=(7686926,), meta=np.ndarray>
      comment :
      The sea level anomaly is the sea surface height above mean sea surface height; the uncorrected sla can be computed as follows: [uncorrected sla]=[sla from product]+[dac]+[ocean_tide]-[lwe]; see the product user manual for details
      long_name :
      Sea level anomaly not-filtered not-subsampled with dac, ocean_tide and lwe correction applied
      standard_name :
      sea_surface_height_above_sea_level
      units :
      m
      Array Chunk
      Bytes 61.50 MB 61.50 MB
      Shape (7686926,) (7686926,)
      Count 2 Tasks 1 Chunks
      Type float64 numpy.ndarray
      7686926 1
    • track
      (time)
      int16
      dask.array<chunksize=(7686926,), meta=np.ndarray>
      long_name :
      Track in cycle the measurement belongs to
      units :
      1
      Array Chunk
      Bytes 15.37 MB 15.37 MB
      Shape (7686926,) (7686926,)
      Count 2 Tasks 1 Chunks
      Type int16 numpy.ndarray
      7686926 1
  • Conventions :
    CF-1.6
    Metadata_Conventions :
    Unidata Dataset Discovery v1.0
    cdm_data_type :
    Swath
    comment :
    Sea surface height measured by altimeters referenced to the [1993, 2012] period; with additional corrections; the proposed sla is already corrected for dac, ocean_tide and lwe; [uncorrected sla]=[sla from product]+[dac]+[ocean_tide]-[lwe]
    contact :
    servicedesk.cmems@mercator-ocean.eu
    creator_email :
    servicedesk.cmems@mercator-ocean.eu
    creator_name :
    CMEMS - Sea Level Thematic Assembly Center
    creator_url :
    http://marine.copernicus.eu
    history :
    2019-09-03T11:31:42Z: Creation
    institution :
    CLS, CNES, EUMETSAT
    keywords :
    Oceans > Ocean Topography > Sea Surface Height
    keywords_vocabulary :
    NetCDF COARDS Climate and Forecast Standard Names
    license :
    http://marine.copernicus.eu/web/27-service-commitments-and-licence.php
    platform :
    Sentinel-3B
    processing_level :
    L3
    product_version :
    2019
    project :
    EUMETSAT Sentinel-3 L2P/L3 Marine Altimetry Service
    references :
    http://marine.copernicus.eu
    software_version :
    6.3_DUACS_DT2018_baseline
    source :
    Sentinel-3B measurements
    ssalto_duacs_comment :
    The reference mission used for the altimeter inter-calibration processing is Topex/Poseidon between 1993-01-01 and 2002-04-23, Jason-1 between 2002-04-24 and 2008-10-18, OSTM/Jason-2 between 2008-10-19 and 2016-06-25, Jason-3 since 2016-06-25.
    standard_name_vocabulary :
    NetCDF Climate and Forecast (CF) Metadata Convention Standard Name Table v37
    summary :
    SSALTO/DUACS Delayed-Time Level-3 sea surface height measured by Sentinel-3B altimetry observations over Global Ocean.
    title :
    DT Sentinel-3B Global Ocean Along track SSALTO/DUACS Sea Surface Height L3 product