-
Notifications
You must be signed in to change notification settings - Fork 4
/
cvmix_shear.tex
executable file
·129 lines (116 loc) · 5.03 KB
/
cvmix_shear.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
\chapter{\scshape Parameterized shear induced mixing}
\label{chapter:cvmix_shear}
\minitoc
\vspace{.5cm}
\begin{mdframed}[backgroundcolor=lightgray!50]
In this chapter we detail the CVMix version of those
parameterizations arising from shear induced mixing in stratified
flows. The following CVMix Fortran module is directly connected to
the material in this chapter:
\begin{align*}
&{\tt cvmix\_shear.F90}
\end{align*}
\end{mdframed}
\section{Mixing from shear instability}
\label{section:shear-instability-mixing}
Shear induced mixing occurs when vertical shears in the horizontal
velocity overcome the stabilizing effects from vertical buoyancy
stratification. Shear instability is governed by the local or
gradient Richardson number discussed in Section
\ref{section:gradient-richardson-number-elements}
\begin{equation}
\mbox{Ri} = \frac{N^{2}}{|\partial_{z} \, {\bf u}|^{2} }.
\label{eq:richardson-number}
\end{equation}
In this expression, $N^{2}$ is the squared buoyancy frequency detailed
in Section \ref{section:buoyancy-frequency-elements}. We assume
throughout that the water is stably stratified, so that $N^{2} > 0$.
With $N^{2} < 0$, one should set the diffusivity and viscosity to a
large value to parameterize mixing associated with the gravitational
instability.
The denominator in the Richardson number in equation
(\ref{eq:richardson-number}) is the squared vertical shear of the
horizontal velocity vector resolved by the model grid
\begin{equation}
|\partial_{z} \, {\bf u}|^{2} =
\left( \frac{\partial u}{\partial z} \right)^{2}
+
\left( \frac{\partial v}{\partial z} \right)^{2}.
\end{equation}
When the Richardson number is below a critical value, $\mbox{Ri} <
\mbox{Ri}_{c}$, shear instabilities can grow to initiate turbulence,
which in turn leads to enhanced mixing.
The canonical value of the critical gradient Richardson number is
\begin{equation}
\mbox{Ri}_{c} =1/4 \qquad \mbox{analytical value from shear layer instability.}
\end{equation}
This value corresponds to the critical value for initiation of a
Kelvin-Helmholz instability in a shear layer \citep{miles1961}.
However, as reviewed in Section 4b of \cite{Jacksonetal2008}, there
are many reasons that 1/4 is not always the optimal value to use in
numerical simulations. Thus, most schemes choose noticeably larger
values, which allows for shear-induced mixing to be intiated in less
unstable regions of the model's resolved flow.
\section{Pacanowski and Philander mixing}
\label{section:shear-instability-parameterized-ppvmix}
An early form for parameterized shear mixing is that proposed by
\cite{PPvmix}, where their application focused on equatorial dynamics.
They used a different viscosity, $\nu_{\mbox{\tiny pp shear}}$, and
diffusivity, $\kappa_{\mbox{\tiny pp shear}}$. For gravitationally
stable profiles (i.e., $N^{2} > 0$), they chose
\begin{align}
\nu_{\mbox{\tiny pp shear}}&= \frac{\nu_{0}}{(1 + a \, \mbox{Ri})^{n}}
\\
\kappa_{\mbox{\tiny pp shear}}&= \frac{\nu_{0}}{(1 + a \, \mbox{Ri})^{n+1}},
\end{align}
where $\nu_{0}$, $a$ and $n$ are adjustable parameters. Common
settings used in POP are $a=5$ and $n=2$. Note that the Prandtl
number is not constant using this prescription
\begin{subequations}
\begin{align}
\mbox{Pr}_{\mbox{\scriptsize pp}} &= \frac{\nu_{\mbox{\tiny pp shear}}}{\kappa_{\mbox{\tiny pp shear}}}
\\
&= 1 + a \, \mbox{Ri}.
\end{align}
\end{subequations}
For gravitationally unstable profiles, the mixing coefficients are set
to a large value, as in the shear mixing from \cite{LargeKPP}
discussed in Section
\ref{section:shear-instability-parameterized-kpp}.
\section{Richardson number mixing from \cite{LargeKPP}}
\label{section:shear-instability-parameterized-kpp}
For regions beneath the KPP boundary layer (see Figure
\ref{fig:boundary-layer-schematic-kpp}), \cite{LargeKPP} and
\cite{Large_Gent1999} parameterized shear induced mixing using the
following diffusivities
\begin{equation}
\begin{split}
\kappa_{\mbox{\tiny kpp shear}}= \left\{
\begin{array}{llll}
&\kappa_{0} &\mbox{Ri} < 0 &\mbox{gravitational instability regime}
\\
&\kappa_{0} \left[1- \left(\frac{\mbox{Ri}}{\mbox{Ri}_0}\right)^2 \right]^3
&0 < \mbox{Ri} < \mbox{Ri}_0 &\mbox{shear instability regime}
\\
&0 &\mbox{Ri} \ge \mbox{Ri}_{0} &\mbox{stable regime.}
\end{array}
\right.
\label{eq:kappa-shear-kpp}
\end{split}
\end{equation}
The form in the shear instability regime falls most rapidly near
$\mbox{Ri} = 0.4 \, \mbox{Ri}_{0}$, which aims to parameterize the
onset of shear instability. In this neighborhood, rapid changes in
$\mbox{Ri}$ can cause gravitational instabilities to develop in the
vertical, but these are largely controlled by vertically smoothing
$\mbox{Ri}$ profiles with a $1-2-1$ smoother. Unlike \cite{PPvmix},
\cite{LargeKPP} chose a unit Prandtl number for shear induced mixing;
i.e., the shear induced viscosity is the same as the shear induced
diffusivity
\begin{subequations}
\begin{align}
\mbox{Pr}_{\mbox{\scriptsize kpp}} &= \frac{\nu_{\mbox{\tiny kpp shear}}}{\kappa_{\mbox{\tiny kpp shear}}}
\\
&= 1.
\end{align}
\end{subequations}