Skip to content

Commit e71978a

Browse files
Add title and summary for recipe 20
1 parent fd167a8 commit e71978a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/source/recipes/plot_20_recipe.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
"""
2+
Calculating and plotting the divergence of sea current vectors
3+
==============================================================
4+
5+
In this recipe, we will calculate the divergence of depth-averaged
6+
currents in the Irish Sea, then plot the divergence as a contour
7+
fill plot underneath the vectors themselves in a vector plot.
8+
"""
9+
110
import cfplot as cfp
211
import cf
312

0 commit comments

Comments
 (0)