pangeo_fish.io.open_copernicus_zarr

pangeo_fish.io.open_copernicus_zarr#

pangeo_fish.io.open_copernicus_zarr(model='GLOBAL_ANALYSISFORECAST_PHY_001_024', format='geoChunked', freq='D', interp_thetao=False)#

Retrieve Copernicus Marine data in zarr format.

Warning

This function is not fully finalized and may require further adjustments.

Parameters:
  • name (str) – Name of the dataset to retrieve. Supported models and corresponding frequencies are:

    • “GLOBAL_ANALYSISFORECAST_PHY_001_024” with freq = “D” (daily): working.

    • “NWSHELF_ANALYSISFORECAST_PHY_004_013” with freq = “D” (daily): working.

    Future supported models and corresponding frequencies are:

    • “GLOBAL_ANALYSISFORECAST_PHY_001_024” with freq = “H”

    • “GLOBAL_MULTIYEAR_PHY_001_030” with freq = “NEW” or “OLD”

    • “IBI_MULTIYEAR_PHY_005_002” with freq = “D”

    • “IBI_MULTIYEAR_PHY_005_002” with freq = “H”

    • “IBI_ANALYSISFORECAST_PHY_005_001” with freq = “D”

    • “IBI_ANALYSISFORECAST_PHY_005_001” with freq = “H”

    • “NWSHELF_ANALYSISFORECAST_PHY_004_013” with freq = “H”

    • “NWSHELF_MULTIYEAR_PHY_004_009” with freq = “H”

    • “NWSHELF_MULTIYEAR_PHY_004_009” with freq = “D”

  • format ({"arco-geo-series", "arco-time-series"}, default: "arco-geo-series") – Format of the dataset.

Returns:

xarray.Dataset – xarray.Dataset containing retrieved data.