Skip to content

Commit 46f2073

Browse files
Update src/meshes/p4est_cubed_sphere_topography.jl
Co-authored-by: Andrés Rueda-Ramírez <aruedara@uni-koeln.de>
1 parent 934928c commit 46f2073

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/meshes/p4est_cubed_sphere_topography.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ decays smoothly with height, returning to flat levels well below the model top.
1111
1212
The transformed height is given by:
1313
- For `η ≤ η_H`:
14-
`z = η·H + z_s · sinh((η_H - η) / s / η_H) / sinh(1/s)`
14+
`z = η·H + z_s · sinh((η_H - η) / (s · η_H)) / sinh(1/s)`
1515
- For `η > η_H`:
1616
`z = η·H`
1717

0 commit comments

Comments
 (0)