Skip to content

Commit b04adf2

Browse files
alternative URL for tutorial
1 parent 01b4a9a commit b04adf2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/src/tutorial1.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ end
4444
# The dataset contains the variables `lon` (longitude), `lat` (latitude), `time`
4545
# and `sst` (sea surface temperature).
4646

47-
url = "https://downloads.psl.noaa.gov/Datasets/noaa.oisst.v2.highres/sst.day.mean.2023.nc"
47+
# The service is a bit unreliable, the original URL is
48+
# url = "https://psl.noaa.gov/thredds/fileServer/Datasets/noaa.oisst.v2.highres/sst.day.mean.2023.nc"
49+
50+
url = "http://data-assimilation.net/upload/Alex/SST_2023/sst.day.mean.2023.nc"
4851

4952
fname = "sst.day.mean.2023.nc"
5053
if !isfile(fname)

0 commit comments

Comments
 (0)