Skip to content

Commit 6ca14ac

Browse files
authored
Merge pull request #736 from MPAS-Dev/split-horiz-mesh-vert-coord-init-state
Add support for Omega split mesh and vertical coordinate datasets
2 parents c72c3f0 + 215bc3f commit 6ca14ac

9 files changed

Lines changed: 300 additions & 105 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ authors:
7979
family-names: Smith
8080
repository-code: 'https://github.com/MPAS-Dev/MPAS-Tools'
8181
url: 'https://mpas-dev.github.io/MPAS-Tools/master/'
82-
version: 1.6.0
83-
date-released: '2026-05-09'
82+
version: 2.0.0
83+
date-released: '2026-07-01'

conda_package/docs/ocean/depth.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ directly if one has a suitable ``refBottomDepth`` data array indicating the
1717
reference depth of the bottom of each layer in a 1D coordinate that is
1818
independent of both time and horizontal coordinate.
1919

20+
.. warning::
21+
22+
This 1D ``depth`` coordinate relies on ``refBottomDepth`` and therefore
23+
assumes a z-level/z-star vertical coordinate. It is **not supported for
24+
Omega or other general vertical coordinates**, which do not provide
25+
``refBottomDepth``. In those cases, use the 3D ``zMid`` coordinate
26+
(:py:func:`mpas_tools.ocean.depth.add_zmid()`) described below.
27+
2028

2129
Adding a 3D zMid coordinate
2230
---------------------------
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (1, 6, 0)
1+
__version_info__ = (2, 0, 0)
22
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 commit comments

Comments
 (0)