We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e5c6e commit 43c421aCopy full SHA for 43c421a
docs/source/recipes/plot_20_recipe.py
@@ -13,7 +13,12 @@
13
import cf
14
15
# %%
16
-# 2. Read the fields in:
+# 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:
22
f = cf.read(
23
"~/summerstudents/final-recipes/new-required-datasets/POLCOMS_WAM_ZUV_01_16012006.nc")
24
0 commit comments