Skip to content

Commit

Permalink
fix small typo in docs (#3623)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchor committed Jun 20, 2024
1 parent 6fee02e commit 56c6dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/physics/hydrostatic_free_surface_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ user.

The mass conservation equation is
```math
0 = \boldsymbol{\nabla} \boldsymbol{\cdot} \boldsymbol{u} + \partial_z w \, .
0 = \boldsymbol{\nabla}_h \boldsymbol{\cdot} \boldsymbol{u} + \partial_z w \, .
```

Given the horizontal flow ``\boldsymbol{u}`` we use the above to diagnose the vertical velocity ``w``.
Expand Down

0 comments on commit 56c6dd9

Please sign in to comment.