diff --git a/doc/algorithm/algorithm.rst b/doc/algorithm/algorithm.rst index e67cc48628..328060616c 100644 --- a/doc/algorithm/algorithm.rst +++ b/doc/algorithm/algorithm.rst @@ -232,20 +232,6 @@ The correspondence to the code is as follows: The calling tree for these routines is as follows: -.. _call-tree-press-meth: - -.. admonition:: Pressure method calling tree - :class: note - - | :filelink:`FORWARD\_STEP ` - | :math:`\phantom{W}` :filelink:`DYNAMICS ` - | :math:`\phantom{WW}` :filelink:`TIMESTEP ` :math:`\phantom{xxxxxxxxxxxxxxxxxxxxxx}` :math:`u^*,v^*` :eq:`ustar-rigid-lid` , :eq:`vstar-rigid-lid` - | :math:`\phantom{W}` :filelink:`SOLVE\_FOR\_PRESSURE ` - | :math:`\phantom{WW}` :filelink:`CALC\_DIV\_GHAT ` :math:`\phantom{xxxxxxxxxxxxxxxx}` :math:`H\widehat{u^*},H\widehat{v^*}` :eq:`elliptic` - | :math:`\phantom{WW}` :filelink:`CG2D ` :math:`\phantom{xxxxxxxxxxxxxxxxxxxxxxxxxx}` :math:`\eta^{n+1}` :eq:`elliptic` - | :math:`\phantom{W}` :filelink:`MOMENTUM\_CORRECTION\_STEP ` - | :math:`\phantom{WW}` :filelink:`CALC\_GRAD\_PHI\_SURF ` :math:`\phantom{xxxxxxxxxx}` :math:`\nabla \eta^{n+1}` - | :math:`\phantom{WW}` :filelink:`CORRECTION\_STEP ` :math:`\phantom{xxxxxxxxxxxxw}` :math:`u^{n+1},v^{n+1}` :eq:`un+1-rigid-lid` , :eq:`vn+1-rigid-lid` In general, the horizontal momentum time-stepping can contain some terms that are treated implicitly in time, such as the vertical viscosity when