Skip to content

Commit f5390e2

Browse files
committed
doc: fixed encoding
1 parent a2f3be2 commit f5390e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/turbulence/algebraiclength.F90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ subroutine algebraiclength(method,nlev,z0b,z0s,depth,h,NN)
3232
! \begin{equation}
3333
! l = \kappa \, \min(d_s+z_0^s,d_b+z_0^b)
3434
! \comma
35-
!    \end{equation}
35+
! \end{equation}
3636
! which converges always to $\kappa(z+z_0)$ near the bottom
3737
! or near the surface.
3838
! \item A distorted parabola can be constructed by
@@ -45,7 +45,7 @@ subroutine algebraiclength(method,nlev,z0b,z0s,depth,h,NN)
4545
! d_b^\text{Xing} =
4646
! d_b \exp{\left(-\beta \frac{d_b}{H} \right)}
4747
! \comma
48-
!    \end{equation}
48+
! \end{equation}
4949
! where it should be noted that only for large water depth
5050
! this equation converges to $\kappa(z+z_0)$ near the bottom
5151
! or near the surface. The constant $\beta$ is a form parameter
@@ -58,7 +58,7 @@ subroutine algebraiclength(method,nlev,z0b,z0s,depth,h,NN)
5858
! l = \kappa (d_b+z_0^b)
5959
! \sqrt{1-\frac{d_b-z_0^s}{H}}
6060
! \comma
61-
!   \end{equation}
61+
! \end{equation}
6262
! where it should be noted that only for large water depth
6363
! this equation converges to $\kappa(z+z_0)$ near the bottom.
6464
! Near the surface, the slope of $l$ is always different from

0 commit comments

Comments
 (0)