_Specifics.dox

1/*! \page Specifics Specifics
2
3\section section_Specifics Specifics of the Ocean Model Equations
4
5We here provide more details of the terms appearing in the ocean model equations described in \ref General_Coordinate.
6
7\section Horiz_mom_eq Horizontal Momentum Equation
8
9Equation \eqref{eq:h-horz-momentum,h-equations,momentum} is the horizontal momentum
10equation written in its vector-invariant advective form\footnote{The
11vector-invariant advective form is commonly used in models such as MOM6
12using an Arakawa C-grid (e.g., see section 10 of \cite griffies2000-2).}
13with \f$\mathbf{u} = \hat{\mathbf{x}} \, u + \hat{\mathbf{y}} \, v\f$
14the horizontal velocity, \f$p\f$ the hydrostatic pressure, \f$f\f$
15the Coriolis parameter, and
16\f[
17\zeta^{(r)} = \hat{\bf z} \cdot (\nabla_{r}\times \mathbf{u})
18\f]
19the vertical component of the vorticity using \f$\nabla_{r}\f$ for the curl operator. The discretization of the Coriolis term is the enstrophy conserving scheme of \cite sadourny1975. The geopotential coordinate, \f$z\f$, has a value \f$z=0\f$ at a resting ocean surface, \f$z=\eta(x,y,t)\f$ at the ocean free surface, and \f$z=-H(x,y)\f$ at the ocean bottom. We use the Boussinesq approximation (volume conserving kinematics) with \f$\rho_{0} = 1035~\mbox{kg}~\mbox{m}^{-3}\f$ the reference density.\footnote{MOM6 has an option for compressible non-Boussinesq flow (mass conserving kinematics). We chose the Boussinesq option largely based on legacy.} Time and horizontal derivatives are computed holding the generalized vertical coordinate fixed rather than the geopotential
20\f[
21\frac{\partial}{\partial t} = \left[ \frac{\partial}{\partial t} \right]_{r} \qquad \nabla_{r} = \hat{\mathbf{x}} \left[ \frac{\partial}{\partial x} \right]_{r} + \hat{\mathbf{y}} \left[ \frac{\partial}{\partial y} \right]_{r}.
22\f]
23
24The transport of seawater crossing surfaces of constant \f$r\f$ is measured by the dia-surface velocity component (see section 6.7 of \cite SMGbook)
25\f[
26\frac{\partial z}{\partial r} \, \frac{\mathrm{D}r}{\mathrm{D}t} = z_{r} \, \dot{r},
27\f]
28with \f$z_{r}\f$ the specific thickness that is assumed one-signed throughout the ocean, and \f$\mathrm{D}/\mathrm{D}t\f$ the material time derivative operator. In the ocean interior where \f$r\f$ is aligned with isopycnals, the dia-surface velocity becomes the diapycnal velocity whose value is directly related to irreversible processes such as mixing that act on potential temperature and salinity. In the unstratified mixed layers, \f$r =z^{*}\f$ so that \f$z_{r} \dot{r} = (\partial z/\partial z^{*}) \, \mathrm{D}z^{*}/\mathrm{D}t\f$, which is close to the familiar vertical velocity component \f$\mathrm{D}z/\mathrm{D}t\f$.
29
30Viscous dissipation (Laplacian and biharmonic friction following \cite griffies2000) and mechanical boundary forces (winds, bottom stress) contribute to the divergence of the deviatoric (symmetric and trace-free) stress tensor, \f$\boldsymbol{\mathcal{F}} = \nabla \cdot \mathbf{\tau}\f$. MOM6 and the real ocean have no vertical sidewalls, and MOM6 treats all solid-earth boundaries with bottom stress parameterized as a quadratic drag.
31
32\section hydrostatic_balance Hydrostatic balance
33
34Equation \eqref{eq:h-hydrostatic-equation,h-equations,hydrostatic} is the discrete version of the hydrostatic balance. The horizontal pressure gradient force is implemented as a contact force following the method of \cite adcroft2008. These equations differ from \cite bleck2002 who uses the Montgomery potential to calculate pressure gradient accelerations.
35
36\section Thickness_and_tracer Thickness and tracer equations
37
38Volume conservation appears in the form of a prognostic flux-form layer thickness equation \eqref{eq:h-thickness-equation,h-equations,thickness}, with the non-negative layer thickness given by
39\f[
40h = \frac{\partial z}{\partial r} \, \mathrm{d}r,
41\f]
42where \f$\mathrm{d}r\f$ is the thickness of a layer in \f$r\f$-space (e.g., the
43density difference between target density classes or the thickness between
44target depths). The layer thickness increases where horizontal thickness
45fluxes converge, \f$\nabla_r \cdot \left( h_k \, \mathbf{u} \right) < 0\f$,
46and where dia-surface flow converges, \f$\delta_r (z_{r} \, \dot{r} ) <
470\f$. The volume flux \f$h_k \mathbf{u}\f$ is computed using the quasi-third
48order PPM scheme (\cite colella1984) using a positive-definite limiter
49rather than the monotonic limiter. This last choice avoids limiting of
50positive extrema and thus retains third-order accuracy everywhere except
51near vanishing layers.
52
53Transport in the thickness equation is discretized
54compatibly with that in the flux-form potential temperature
55and salinity equations \eqref{eq:h-temperature-equation,h-equations,potential temperature} and
56\eqref{eq:h-salinity-equation,h-equations,salinity}. Compatibility is required to maintain
57global and layer integrated conservation properties for volume, heat, and
58salt. Tracer reconstruction for transport uses PPM with monotonic limiters
59but using third order interpolation for edge values. This reduces the size
60of the stencil which helps the computational efficiency of the transport
61scheme. The flux convergences, \f$\boldsymbol{\mathcal{N}}_\theta^\gamma\f$
62and \f$\boldsymbol{\mathcal{N}}_S^\gamma\f$, provide subgrid scale
63neutral diffusion for the potential temperature and salinity, whereas
64\f$\delta_{r}J_{\theta}^{(z)}\f$ and \f$\delta_{r}J_{S}^{(z)}\f$ provide subgrid
65scale vertical diffusion as well as boundary fluxes. In the interior,
66both subgrid fluxes vanish when their respective tracers are spatially
67uniform, thus ensuring that the tracer equation reduces to the thickness
68equation when the tracer is uniform.
69
70Parameterized subgrid scale advection from the submesoscale (\cite fox-kemper2011) and mesoscale (\cite gent1995) parameterizations are combined with the lateral advection of thickness and tracer, thus providing a residual mean advective transport for the scalar fields. Furthermore, we implement subgrid advective terms solely as lateral transports, thus interpreting them as layer bolus transport as appropriate for vertical Lagrangian models rather than a three-dimensional eddy-induced advection as appropriate for vertical Eulerian models (see \cite mcdougall2001 for details).
71
72\section EOS Equation of state
73
74The equation of state, \eqref{eq:h-equation-of-state,h-equations,equation of state}, determines <em>in situ</em> density as a function of potential temperature, salinity, and pressure. We evaluate the pressure in the equation of state according to \f$- g \, \rho_{0} \, z\f$. Doing so maintains energetic consistency for the Boussinesq fluid according to section 2.4.3 of \cite GVbook. We make use of the \cite wright1997 equation of state so that \f$\theta\f$ is potential temperature and \f$S\f$ is the practical salinity. Although MOM6 has the more updated equation of state from \cite TEOS2010, the required changes for thermodynamic variables were implemented only after the basic model configuration was developed. Time constraints on model development prompted us to retain usage of \cite wright1997 for OM4.
75
76The freezing point of seawater is approximated as
77\f[
78T_f = -0.054 S - 7.75\times10^{-08} p,
79\f]
80where \f$p\f$ is in units of Pascals and \f$S\f$ is in units of
81\f$1\times10^{-3}\f$. When the local temperature anywhere in the ocean
82column falls below the freezing point, the water-equivalent volume of
83ice is calculated and the fusion heat locally added back to the ocean
84to raise the liquid seawater temperature back to the freezing point. The
85frozen water and salt are sent to the sea-ice model.
86
87*/