Skip to main content

No project description provided

Project description

OceanBench logo

OceanBench

The latest version of OceanBench can be found on PyPI. Link to discover EDITO Information on what versions of Python OceanBench supports can be found on PyPI. Information on what kind of operating systems OceanBench can be installed on. Information on the OceanBench licence. REUSE status Documentation

OceanBench is a benchmarking tool to evaluate ocean forecasting systems against reference ocean analysis datasets (such as 2024 GLORYS reanalysis and GLO12 analysis) as well as observations.

Citation

OceanBench's scientific paper is published in NeurIPS 2025 and is accessible at https://openreview.net/forum?id=wZGe1Kqs8G.

@inproceedings{
  aouni2025oceanbench,
  title={OceanBench: A Benchmark for Data-Driven Global Ocean Forecasting systems},
  author={Anass El Aouni and Quentin Gaudel and Juan Emmanuel Johnson and REGNIER Charly and Julien Le Sommer and van Gennip and Ronan Fablet and Marie Drevillon and Yann DRILLET and Pierre Yves Le Traon},
  booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
  year={2025},
  url={https://openreview.net/forum?id=wZGe1Kqs8G}
}

Score table and system comparison

The official score table is available on the OceanBench website.

Open GLORYS dataset to train your ocean forecasting system

You can train your model with GLORYS reanalysis. From an environment with OceanBench installed, run:

import oceanbench
oceanbench.datasets.reference.glorys_reanalysis()

to open GLORYS dataset as a xarray.Dataset:

<xarray.Dataset> Size: 5TB
Dimensions:    (depth: 50, latitude: 2041, longitude: 4320, time: 366)
Coordinates:
  * depth      (depth) float32 200B 0.494 1.541 2.646 ... 5.275e+03 5.728e+03
  * latitude   (latitude) float32 8kB -80.0 -79.92 -79.83 ... 89.83 89.92 90.0
  * longitude  (longitude) float32 17kB -180.0 -179.9 -179.8 ... 179.8 179.9
  * time       (time) datetime64[ns] 3kB 2024-01-01 2024-01-02 ... 2024-12-31
Data variables:
    thetao     (time, depth, latitude, longitude) float64 1TB dask.array<chunksize=(28, 1, 512, 2048), meta=np.ndarray>
    so         (time, depth, latitude, longitude) float64 1TB dask.array<chunksize=(28, 1, 512, 2048), meta=np.ndarray>
    uo         (time, depth, latitude, longitude) float64 1TB dask.array<chunksize=(28, 1, 512, 2048), meta=np.ndarray>
    vo         (time, depth, latitude, longitude) float64 1TB dask.array<chunksize=(28, 1, 512, 2048), meta=np.ndarray>
    zos        (time, latitude, longitude) float64 26GB dask.array<chunksize=(28, 512, 2048), meta=np.ndarray>
Attributes:
    source:       MERCATOR GLORYS12V1
    institution:  MERCATOR OCEAN
    comment:      CMEMS product
    title:        daily mean fields from Global Ocean Physics Analysis and Fo...
    references:   http://www.mercator-ocean.fr
    history:      2023/06/01 16:20:05 MERCATOR OCEAN Netcdf creation
    Conventions:  CF-1.4

Evaluate your system with OceanBench

The evaluation of a system consists of the sequential execution of a Python notebook that runs several evaluation methods against a set of forecasts (produced by the system), namely the challenger dataset, opened as an xarray Dataset.

The OceanBench documentation describes the shape a challenger dataset must have, as well as the definitions of the methods used to evaluate systems.

Official evaluation

All official challenger notebooks are maintained and remain executable in order to update the scores with new OceanBench versions (all official challengers are re-evaluated with each new version).

To officially submit your system to OceanBench, please open an issue on this repository attaching one of the following:

  1. The executed notebook resulting from an interactive or programmatic evaluation.
  2. A way to access the system output data in a standard format (e.g. Zarr or NetCDF).
  3. A way to execute the system code or container along with clear instructions for how to run it (e.g., input/output format, required dependencies, etc.).

In addition, please provide the following metadata:

  • The organization that leads the construction or operation of the system.
  • A link to the reference paper of the system.
  • The system method. For example, "Physics-based", "ML-based" or "Hybrid".
  • The system type. For example, "Forecast (deterministic)" or "Forecast (ensemble)".
  • The system initial conditions. For example, "GLO12/IFS".
  • The approximate horizontal resolution of the system. For example, "1/12°" or "1/4°".

Interactive evaluation

Checkout this notebook that evaluates a sample (two forecasts) of the GLONET system on OceanBench. The resulting executed notebook is used as the evaluation report of the system, and its content is used to fulfill the OceanBench score table.

You can replace the cell that opens the challenger datasets with your code and execute the notebook.

Execute on your own resources

You will need to install OceanBench manually in your environment.

Installation
Using pip via PyPI
pip install oceanbench
From sources
git clone git@github.com:mercator-ocean/oceanbench.git && cd oceanbench/ && pip install --editable .

Execute on EDITO

You can open and manually execute the example notebook in EDITO datalab by clicking here: Link to open resource in EDITO

Programmatic evaluation

Once installed, you can evaluate your system from the command line or using python.

CLI

oceanbench evaluate path/to/challenger.py

To evaluate multiple challengers in parallel:

oceanbench evaluate challenger_a.py challenger_b.py

To upload the resulting notebooks to an S3 bucket:

oceanbench evaluate path/to/challenger.py --output-bucket my-bucket --output-prefix results/

The output notebook name is automatically derived from the challenger file name (e.g. challenger.py produces challenger.report.ipynb).

Python

import oceanbench

oceanbench.evaluate_challenger("path/to/file/opening/the/challenger/datasets.py")

More details in the documentation.

Dependency on the Copernicus Marine Service

Running OceanBench to evaluate systems with 1/12° resolution uses the Copernicus Marine Toolbox and therefore requires authentication with the Copernicus Marine Service.

If you're running OceanBench in a non-interactive way, please follow the Copernicus Marine Toolbox documentation to login to the Copernicus Marine Service before running the bench.

Contribution

Your help to improve OceanBench is welcome. Please first read contribution instructions here.

License

Licensed under the EUPL-1.2 license.

About

Implemented by:

Mercator Ocean logo

As part of a fruitful collaboration with:

PPR logo IMTA logo UGA logo IGEO logo

Powered by:

EDITO logo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oceanbench-0.1.0.tar.gz (42.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

oceanbench-0.1.0-py3-none-any.whl (59.3 kB view details)

Uploaded Python 3

File details

Details for the file oceanbench-0.1.0.tar.gz.

File metadata

  • Download URL: oceanbench-0.1.0.tar.gz
  • Upload date:
  • Size: 42.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oceanbench-0.1.0.tar.gz
Algorithm Hash digest
SHA256 6b78a3faf1cf37803c349755cb0f37a66f13ff5fc62ee00c6ac606b2de750839
MD5 934a0ad43b49b03f5a85b5d75b95720c
BLAKE2b-256 b6eba8bb81982725a4204ce0128fa3b48e051c534fc737386f8bb8183d503d93

See more details on using hashes here.

Provenance

The following attestation bundles were made for oceanbench-0.1.0.tar.gz:

Publisher: publish.yml on mercator-ocean/oceanbench

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file oceanbench-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: oceanbench-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 59.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oceanbench-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2e7bac4d4156fc20fd738d0c00515e034536737825e7071c828b7120fa193122
MD5 da9c80eb27cb955d95a82350753d179c
BLAKE2b-256 35d7120f24225a83a06121b4eeac74706c5b69497b80aedb2753c5db8f3d7bcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for oceanbench-0.1.0-py3-none-any.whl:

Publisher: publish.yml on mercator-ocean/oceanbench

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page