Skip to content

Commit 87a1932

Browse files
Update docs/source/recipes/plot_19_recipe.py for consistent data path
1 parent d39a47d commit 87a1932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/recipes/plot_19_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# %%
2020
# 2. Read the dataset in extract the SST Field from the FieldList:
21-
f = cf.read("~/recipes_break/ERA5_monthly_averaged_SST.nc")
21+
f = cf.read("~/recipes/ERA5_monthly_averaged_SST.nc")
2222
sst = f[0] # this gives the sea surface temperature (SST)
2323

2424
# %%

0 commit comments

Comments
 (0)