We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b4a9a commit b04adf2Copy full SHA for b04adf2
1 file changed
docs/src/tutorial1.jl
@@ -44,7 +44,10 @@ end
44
# The dataset contains the variables `lon` (longitude), `lat` (latitude), `time`
45
# and `sst` (sea surface temperature).
46
47
-url = "https://downloads.psl.noaa.gov/Datasets/noaa.oisst.v2.highres/sst.day.mean.2023.nc"
+# 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"
51
52
fname = "sst.day.mean.2023.nc"
53
if !isfile(fname)
0 commit comments