Skip to content

Commit 9700473

Browse files
Update docs/src/examples.md
Co-authored-by: Valeria Barra <39932030+valeriabarra@users.noreply.github.com>
1 parent 19507ce commit 9700473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ Follows the momentum equations with vertical diffusion and Coriolis force:
118118
These are discretized using the following:
119119
```math
120120
\begin{align}
121-
\frac{\partial u}{\partial t} &\approx D_\left(\nu G(u)\right) + f(v - v_g) - A(w, u) \\
122-
\frac{\partial v}{\partial t} &\approx D_\left(\nu G(v)\right) - f(u - u_g) - A(w, v)
121+
\frac{\partial u}{\partial t} &\approx D \left(\nu G(u)\right) + f(v - v_g) - A(w, u) \\
122+
\frac{\partial v}{\partial t} &\approx D \left(\nu G(v)\right) - f(u - u_g) - A(w, v)
123123
\end{align}
124124
```
125125

0 commit comments

Comments
 (0)