Skip to content

Commit

Permalink
Don't map dimensions yet
Browse files Browse the repository at this point in the history
Omega isn't ready for these after all.
  • Loading branch information
xylar committed Nov 28, 2024
1 parent e05c07e commit 267b793
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions polaris/ocean/model/mpaso_to_omega.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
dimensions:
nCells: NCells
nEdges: NEdges
nVertices: NVertices
maxEdges: MaxEdges
maxEdges2: MaxEdges2
TWO: MaxCellsOnEdge
vertexDegree: VertexDegree
nVertLevels: NVertLevels
nVertLevelsP1: NVertLevelsP1
dimensions: {}
# Omega isn't handling these properly yet
# nCells: NCells
# nEdges: NEdges
# nVertices: NVertices
# maxEdges: MaxEdges
# maxEdges2: MaxEdges2
# TWO: MaxCellsOnEdge
# vertexDegree: VertexDegree
# nVertLevels: NVertLevels
# nVertLevelsP1: NVertLevelsP1

variables:
# tracers
Expand Down

0 comments on commit 267b793

Please sign in to comment.