Skip to content

Commit 267b793

Browse files
committed
Don't map dimensions yet
Omega isn't ready for these after all.
1 parent e05c07e commit 267b793

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

polaris/ocean/model/mpaso_to_omega.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
dimensions:
2-
nCells: NCells
3-
nEdges: NEdges
4-
nVertices: NVertices
5-
maxEdges: MaxEdges
6-
maxEdges2: MaxEdges2
7-
TWO: MaxCellsOnEdge
8-
vertexDegree: VertexDegree
9-
nVertLevels: NVertLevels
10-
nVertLevelsP1: NVertLevelsP1
1+
dimensions: {}
2+
# Omega isn't handling these properly yet
3+
# nCells: NCells
4+
# nEdges: NEdges
5+
# nVertices: NVertices
6+
# maxEdges: MaxEdges
7+
# maxEdges2: MaxEdges2
8+
# TWO: MaxCellsOnEdge
9+
# vertexDegree: VertexDegree
10+
# nVertLevels: NVertLevels
11+
# nVertLevelsP1: NVertLevelsP1
1112

1213
variables:
1314
# tracers

0 commit comments

Comments
 (0)