Skip to content

Commit 8a32c29

Browse files
committed
Add comment to be autonomous to understand figure AntSimi#13
1 parent aeeec78 commit 8a32c29

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/02_eddy_identification/pet_eddy_detection.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ def update_axes(ax, mappable=None):
9393
update_axes(ax)
9494

9595
# %%
96-
# Display detected eddies
96+
# Display detected eddies, dashed lines represent effective contour
97+
# and solid lines represent contour of maximum of speed. See figure 1 of https://doi.org/10.1175/JTECH-D-14-00019.1
98+
9799
ax = start_axes("Eddies detected")
98100
a.display(ax, color="r", linewidth=0.5, label="Anticyclonic", ref=-10)
99101
c.display(ax, color="b", linewidth=0.5, label="Cyclonic", ref=-10)

notebooks/python_module/02_eddy_identification/pet_eddy_detection.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"cell_type": "markdown",
189189
"metadata": {},
190190
"source": [
191-
"Display detected eddies\n\n"
191+
"Display detected eddies, dashed lines represent effective contour \nand solid lines represent contour of maximum of speed. See figure 1 of https://doi.org/10.1175/JTECH-D-14-00019.1\n\n"
192192
]
193193
},
194194
{

0 commit comments

Comments
 (0)