Skip to content

Commit 43c421a

Browse files
Add details of data source for recipe 20
1 parent 20e5c6e commit 43c421a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/source/recipes/plot_20_recipe.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
import cf
1414

1515
# %%
16-
# 2. Read the fields in:
16+
# 2. Read the fields in. This dataset consists of depth-averaged eastward and
17+
# northward current components plus the sea surface height above sea level and
18+
# is a gridded dataset, with grid resolution of 1.85 km, covering the entire
19+
# Irish Sea area. It was found via the CEDA Archive at the location of:
20+
# https://catalogue.ceda.ac.uk/uuid/1b89e025eedd49e8976ee0721ec6e9b5, with
21+
# DOI of https://dx.doi.org/10.5285/031e7ca1-9710-280d-e063-6c86abc014a0:
1722
f = cf.read(
1823
"~/summerstudents/final-recipes/new-required-datasets/POLCOMS_WAM_ZUV_01_16012006.nc")
1924

0 commit comments

Comments
 (0)