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 d39a47d commit 87a1932Copy full SHA for 87a1932
docs/source/recipes/plot_19_recipe.py
@@ -18,7 +18,7 @@
18
19
# %%
20
# 2. Read the dataset in extract the SST Field from the FieldList:
21
-f = cf.read("~/recipes_break/ERA5_monthly_averaged_SST.nc")
+f = cf.read("~/recipes/ERA5_monthly_averaged_SST.nc")
22
sst = f[0] # this gives the sea surface temperature (SST)
23
24
0 commit comments