@@ -3,14 +3,26 @@ dimensions:
33 nCells : NCells
44 nEdges : NEdges
55 nVertices : NVertices
6+ nTracers : NTracers
67 maxEdges : MaxEdges
78 maxEdges2 : MaxEdges2
89 TWO : MaxCellsOnEdge
910 vertexDegree : VertexDegree
10- nVertLevels : NVertLevels
11- nVertLevelsP1 : NVertLevelsP1
11+ # Don't map nVertLevels yet -- needs Omega fix
12+ # nVertLevels: NVertLayers
13+ # nVertLevelsP1: NVertLayersP1
1214
1315variables :
16+ # mesh
17+ cellsOnCell : CellsOnCell
18+ edgesOnCell : EdgesOnCell
19+ verticesOnCell : VerticesOnCell
20+ cellsOnEdge : CellsOnEdge
21+ edgesOnEdge : EdgesOnEdge
22+ verticesOnEdge : VerticesOnEdge
23+ cellsOnVertex : CellsOnVertex
24+ edgesOnVertex : EdgesOnVertex
25+
1426 # tracers
1527 temperature : Temperature
1628 salinity : Salinity
@@ -23,7 +35,10 @@ variables:
2335 normalVelocity : NormalVelocity
2436
2537 # auxiliary state
26- ssh : SshCellDefault
38+ ssh : SshCell
39+ windStressZonal : WindStressZonal
40+ windStressMeridional : WindStressMeridional
41+ relativeVorticity : RelVortVertex
2742
2843config :
2944- section :
@@ -67,6 +82,21 @@ config:
6782 config_use_mom_del4 : VelHyperDiffTendencyEnable
6883 config_mom_del4 : ViscDel4
6984
85+ - section :
86+ forcing : Tendencies
87+ options :
88+ config_use_bulk_wind_stress : WindForcingTendencyEnable
89+
90+ - section :
91+ debug : Tendencies
92+ options :
93+ config_disable_vel_explicit_bottom_drag : BottomDragTendencyEnable
94+
95+ - section :
96+ bottom_drag : Tendencies
97+ options :
98+ config_explicit_bottom_drag_coeff : BottomDragCoeff
99+
70100- section :
71101 manufactured_solution : ManufacturedSolution
72102 options :
0 commit comments