Skip to content

Commit 0b5e8db

Browse files
committed
Update 2026-02-02-3D-Visualization-Tutorial-using-GLORYS.md
1 parent 8bf445b commit 0b5e8db

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

_posts/2026-02-02-3D-Visualization-Tutorial-using-GLORYS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,9 @@ cbar.ax.tick_params(labelsize=label_sz) # set label size of ticks
471471
cbar.formatter.set_powerlimits((0, 0)) # formatting scientific notation
472472
cbar.update_ticks()
473473
```
474-
![depth]({{ site.url }}/assets/img/post4/depth_cross.png){: .center-image }
474+
![depth]({{ site.url }}/assets/img/post4/zonal_cross.png){: .center-image }
475475

476-
<center>Figure 1: Zonal cross-section at the equator for the Pacific.</center>
476+
<center>Figure 2: Zonal cross-section at the equator for the Pacific.</center>
477477

478478
# Visualizing one meridional cross-section
479479
We use the same main function with a few changes to do a zonal cross-section.
@@ -584,7 +584,7 @@ cbar.update_ticks()
584584

585585
![depth]({{ site.url }}/assets/img/post4/merd_cross.png){: .center-image }
586586

587-
<center>Figure 1: Meridional cross-section at 160E in the North Pacific.</center>
587+
<center>Figure 3: Meridional cross-section at 160E in the North Pacific.</center>
588588

589589
# All cross-section plotted as cube
590590

@@ -760,9 +760,9 @@ cbar.update_ticks()
760760

761761
```
762762

763-
![depth]({{ site.url }}/assets/img/post4/3D_cube_cross.png){: .center-image }
763+
![depth]({{ site.url }}/assets/img/post4/3D_cube.png){: .center-image }
764764

765-
<center>Figure 1: North Pacific with a depth, zonal, and meridional cross-section.</center>
765+
<center>Figure 4: North Pacific with a depth, zonal, and meridional cross-section.</center>
766766

767767
# Making an animation of zonal cross-sections
768768
Though the cross-sections are great, sometimes they are hard to understand and intuiatively place their location. For example, the meridional cut is tough to understand on its own, but once placed on a cube we can better imagine its location.
@@ -946,4 +946,4 @@ for file in frame_files:
946946
print(f"{output_path} created!")
947947
```
948948
This animation shows multiple zonal cross-sections going up the California coast for EOF 1. Using this you can observe how ENSO cases warm anomalies on the California coast and how changes as it moves north.
949-
<img src="https://raw.githubusercontent.com/dlafarga/3D-Visualization-Tutorial-using-GLORYS/main/EOF1_animation.gif" width="50%">
949+
<img src="https://raw.githubusercontent.com/dlafarga/3D-Visualization-Tutorial-using-GLORYS/main/EOF1_animation.gif" width="80%">

0 commit comments

Comments
 (0)