Skip to content

Commit

Permalink
not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Dec 19, 2023
1 parent 3e45b97 commit 82d7966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorial1.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ if !isfile(fname)
end

# Open the dataset and access the variable sst

ds = NCDataset(fname)
ncsst = ds["sst"]
lon = ds[CF"longitude"]

ncsst2 = @select(ncsst,300 <= lon <= 360 && 0 <= lat <= 46 && time DateTime(2023,12,24))

Expand Down

0 comments on commit 82d7966

Please sign in to comment.