Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

masking and dataset list #343

Merged
merged 12 commits into from
Apr 11, 2023
Prev Previous commit
Next Next commit
include ECCO on dataset list
  • Loading branch information
Mikejmnez committed Apr 10, 2023
commit f8cfa9f1d7448bf02f9a4f2069badfc26dd5d9a5
16 changes: 16 additions & 0 deletions docs/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,22 @@ Run the following code to open the dataset:
import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('KangerFjord')

.. _ECCO:

----
ECCO
----

ECCO_ v4r4 3D dataset, ocean simulations on LLC90 grid

Run the following code to open the dataset:

.. code-block:: ipython
:class: no-execute

import oceanspy as ospy
od = ospy.open_oceandataset.from_catalog('ECCO')

.. _daily_ecco:

----------
Expand Down