Skip to content

Commit 3b15542

Browse files
Add recipe 20 to recipes listing with filter keywords
1 parent 43c421a commit 3b15542

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/source/recipes/plot_20_recipe.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
# Irish Sea area. It was found via the CEDA Archive at the location of:
2020
# https://catalogue.ceda.ac.uk/uuid/1b89e025eedd49e8976ee0721ec6e9b5, with
2121
# DOI of https://dx.doi.org/10.5285/031e7ca1-9710-280d-e063-6c86abc014a0:
22-
f = cf.read(
23-
"~/summerstudents/final-recipes/new-required-datasets/POLCOMS_WAM_ZUV_01_16012006.nc")
22+
f = cf.read("~/recipes/POLCOMS_WAM_ZUV_01_16012006.nc")
2423

2524
# %%
2625
# 3. Get the separate vector components, which are stored as separate fields.

docs/source/recipes/recipe_list.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plot_08_recipe.html#sphx-glr-recipes-plot-08-recipe-py
1717
plot_09_recipe.html#sphx-glr-recipes-plot-09-recipe-py
1818
<div class="sphx-glr-thumbcontainer histogram" tooltip="Histogram">
1919
plot_10_recipe.html#sphx-glr-recipes-plot-10-recipe-py
20-
<div class="sphx-glr-thumbcontainer subspace contourmap maths" tooltip=" Subspace, Contourmap, Mathematical Operations">
20+
<div class="sphx-glr-thumbcontainer subspace contourmap maths" tooltip="Subspace, Contourmap, Mathematical Operations">
2121
plot_11_recipe.html#sphx-glr-recipes-plot-11-recipe-py
2222
<div class="sphx-glr-thumbcontainer subspace collapse" tooltip=" Subspace, Collapse">
2323
plot_12_recipe.html#sphx-glr-recipes-plot-12-recipe-py
@@ -27,4 +27,8 @@ plot_13_recipe.html#sphx-glr-recipes-plot-13-recipe-py
2727
plot_14_recipe.html#sphx-glr-recipes-plot-14-recipe-py
2828
<div class="sphx-glr-thumbcontainer subspace collapse contourmap" tooltip="Subspace, Collapse, Contourmap">
2929
plot_15_recipe.html#sphx-glr-recipes-plot-15-recipe-py
30-
<div class="sphx-glr-thumbcontainer histogram subspace" tooltip="Histogram, Subspace">
30+
<div class="sphx-glr-thumbcontainer histogram subspace" tooltip="Histogram, Subspace, Subplot">
31+
plot_16_recipe.html#sphx-glr-recipes-plot-16-recipe-py
32+
<div class="sphx-glr-thumbcontainer contourmap subspace subplot" tooltip="Contourmap, Subspace, Subplot">
33+
plot_20_recipe.html#sphx-glr-recipes-plot-20-recipe-py
34+
<div class="sphx-glr-thumbcontainer subspace contourmap maths" tooltip="Subspace, Contourmap, Mathematical Operations">

0 commit comments

Comments
 (0)