From 87a1932382e8872de9a9ceffa9ae91a44fa9a77f Mon Sep 17 00:00:00 2001 From: "Sadie L. Bartholomew" Date: Thu, 10 Oct 2024 15:49:33 +0100 Subject: [PATCH] Update docs/source/recipes/plot_19_recipe.py for consistent data path --- docs/source/recipes/plot_19_recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/recipes/plot_19_recipe.py b/docs/source/recipes/plot_19_recipe.py index cc8c052493..bcc8f2823f 100644 --- a/docs/source/recipes/plot_19_recipe.py +++ b/docs/source/recipes/plot_19_recipe.py @@ -18,7 +18,7 @@ # %% # 2. Read the dataset in extract the SST Field from the FieldList: -f = cf.read("~/recipes_break/ERA5_monthly_averaged_SST.nc") +f = cf.read("~/recipes/ERA5_monthly_averaged_SST.nc") sst = f[0] # this gives the sea surface temperature (SST) # %%