You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where $\bu = (u, \v, w)$ is the three-dimensional velocity, $b$ is buoyancy, $p$ is pressure, $N^2$ is the
53
-
buoyancy frequency (constant), and $f$ is the rotation or Coriolis frequency. The operators $D^{\buu}$ and $D^{\bb}$ are arbitrary dissipation operators which we define only after projecting onto vertical Fourier or Sin/Cos modes.
53
+
buoyancy frequency (constant), and $f$ is the rotation or Coriolis frequency. The operators $D^{\buu}$ and $D^{\bb}$ are arbitrary dissipation that we define only after projecting onto vertical Fourier or Sin/Cos modes.
54
54
Taking the curl of the horizontal momentum equation yields an evolution
where $\J(a, b) = (\p_x a)(\p_y b) - (\p_y a)(\p_x b)$ is the Jacobian operator, contraction with $\pnabla = -\p_y \bxh + \p_x \byh$ gives the vertical component of the curl, and $\Psi$ is the barotropic streamfunction defined so that
@@ -136,17 +135,16 @@ where $\J(a, b) = (\p_x a)(\p_y b) - (\p_y a)(\p_x b)$ is the Jacobian operator,
136
135
The baroclinic components obey
137
136
138
137
```math
139
-
\p_t u - f \v + \p_x p = - \J \left ( \Psi, u \right ) - \bu \bcdot \bnabla U + D^u \com \\
140
-
\p_t \v + f u + \p_y p = - \J \left ( \Psi, \v \right ) - \bu \bcdot \bnabla V + D^\v \com \\
141
-
\p_t p - \tfrac{N^2}{m} w = - \J \left ( \Psi, p \right ) + D^p \per
138
+
\p_t u - f \v + \p_x p = - \J \left ( \Psi, u \right ) - \bu \bcdot \bnabla U + D_1u \com \\
139
+
\p_t \v + f u + \p_y p = - \J \left ( \Psi, \v \right ) - \bu \bcdot \bnabla V + D_1\v \com \\
140
+
\p_t p - \tfrac{N^2}{m} w = - \J \left ( \Psi, p \right ) + D_1p \per
142
141
```
143
142
144
143
The dissipation operators are defined
145
144
146
145
```math
147
-
D^Z = \nu_0 (-1)^{n_0} \nabla^{2n_0} Z + \mu_0 (-1)^{m_0} \nabla^{2m_0} Z \com \\
148
-
D^u = \nu_1 (-1)^{n_1} \nabla^{2n_1} u + \mu_1 (-1)^{m_1} \nabla^{2m_1} u \com \\
0 commit comments