From a65ffcd0ccc3a0988a58bb3d47165a0fe4f8bc4c Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Tue, 8 Oct 2024 19:51:56 +1100 Subject: [PATCH] Fix typo in visualize_tripolar_grid.jl (#42) --- examples/visualize_tripolar_grid.jl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/visualize_tripolar_grid.jl b/examples/visualize_tripolar_grid.jl index 7c86791..8555c08 100644 --- a/examples/visualize_tripolar_grid.jl +++ b/examples/visualize_tripolar_grid.jl @@ -75,13 +75,13 @@ nothing #hide # ![](tripolar_grid_nodes.png) -# Above there are two views of the grid: northern hemisphere on the left, southern +# Above there are two views of the grid: Northern hemisphere on the left, Southern # hemisphere on the right. The actual North and South poles are the red dots. -# On the left we see how the North hemisphere has does not have a gridline convergence -# singularity at the actual North Pole but the singularity has moved to the two fictitious -# poles shifted at latitude 60; on the right we see that the Southern hemisphere has its pole -# at the usual South Pole. +# On the left we see how the Northern hemisphere does not have a gridline convergence +# singularity at the actual North Pole but instead the singularity has moved to the two fictitious +# poles shifted at latitude 60; on the right the Southern hemisphere still has a gridline +# convergence singularity at the actual South Pole. # -# This tripolar configuration is typically used in ocean modeling so that the pole singularity -# in the Arctic ocean is moved away into the land mases of Russia and Canada; the South pole -# singularity is already within the land mass of Antarctica so things are all good down there! +# This tripolar configuration is typically used in ocean modeling so that the gridline convergence +# singularity in the Arctic ocean is moved away and into the land mases of Russia and Canada; the South pole +# singularity is already within the land mass of Antarctica so things are all good there!