Skip to content

Commit

Permalink
Fix typo in visualize_tripolar_grid.jl (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Oct 8, 2024
1 parent 6375165 commit a65ffcd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/visualize_tripolar_grid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit a65ffcd

Please sign in to comment.