File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ dimensions:
33 nCells : NCells
44 nEdges : NEdges
55 nVertices : NVertices
6+ nTracers : NTracers
67 maxEdges : MaxEdges
78 maxEdges2 : MaxEdges2
89 TWO : MaxCellsOnEdge
@@ -11,6 +12,16 @@ dimensions:
1112 nVertLevelsP1 : NVertLevelsP1
1213
1314variables :
15+ # mesh
16+ cellsOnCell : CellsOnCell
17+ edgesOnCell : EdgesOnCell
18+ verticesOnCell : VerticesOnCell
19+ cellsOnEdge : CellsOnEdge
20+ edgesOnEdge : EdgesOnEdge
21+ verticesOnEdge : VerticesOnEdge
22+ cellsOnVertex : CellsOnVertex
23+ edgesOnVertex : EdgesOnVertex
24+
1425 # tracers
1526 temperature : Temperature
1627 salinity : Salinity
@@ -23,9 +34,10 @@ variables:
2334 normalVelocity : NormalVelocity
2435
2536 # auxiliary state
26- ssh : SshCellDefault
37+ ssh : SshCell
2738 windStressZonal : WindStressZonal
2839 windStressMeridional : WindStressMeridional
40+ relativeVorticity : RelVortVertex
2941
3042config :
3143- section :
You can’t perform that action at this time.
0 commit comments