Skip to content

Commit

Permalink
Update docs/source/recipes/plot_19_recipe.py for consistent data path
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew authored Oct 10, 2024
1 parent d39a47d commit 87a1932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/recipes/plot_19_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

# %%
Expand Down

0 comments on commit 87a1932

Please sign in to comment.