To be able to edit code and run cells, you need to run the notebook yourself. Where would you like to run the notebook?

This notebook takes about 30 seconds to run.

In the cloud (experimental)

Binder is a free, open source service that runs scientific notebooks in the cloud! It will take a while, usually 2-7 minutes to get a session.

On your computer

(Recommended if you want to store your changes.)

  1. Download the notebook:
  2. Run Pluto

    (Also see: How to install Julia and Pluto)

  3. Open the notebook file

    Type the saved filename in the open box.

Frontmatter

If you are publishing this notebook on the web, you can set the parameters below to provide HTML metadata. This is useful for search engines and social media.

Author 1
👀 Reading hidden code
TableOfContents()
33.5 μs

WHOTS mooring

Here we plot time series from the WHOTS mooring which measures both Ocean and Atmosphere variables. This is one of the long time series available to study Climate. See http://www.oceansites.org/ for more data like this.

👀 Reading hidden code
315 μs

Image credits: NOAA, SOEST, WHOI, Dickson.

👀 Reading hidden code
69.6 ms
Error message

Another cell defining WHOTS contains errors.

Silly computer!
plot(WHOTS,DateTime(y0,m0,d0),DateTime(y1,m1,d1))
👀 Reading hidden code
---

Data Visualisation

Select initial and final time here;

  • year,month,day =

  • year,month,day =

👀 Reading hidden code
117 ms

Data Sources

For more on the data being plotted in this notebook please refer to the websites listed below.

WHOTS

Oceansites

On the U.S. servers, see

or similarly on the E.U. servers, see

Oceansites provides many more time series in addition to the WHOTS timeseries. For example, the long_timeseries subfolder contains ["WHOTS","TRITON","Stratus","RAMA","PIRATA","PAPA","NTAS","KEO","DYFAMED"] ```

👀 Reading hidden code
1.1 ms

Appendix

Data Files

In this next cell we also read a selection of variables to make them available for e.g. plotting.

👀 Reading hidden code
269 μs
Error message from NCDatasets

NetCDF error: Opening path https://tds0.ifremer.fr/thredds/dodsC/CORIOLIS-OCEANSITES-GDAC-OBS/DATA_GRIDDED/WHOTS/OS_WHOTS_200408-201809_D_MLTS-1H.nc#fillmismatch: NetCDF: DAP server error (NetCDF error code: -70)

Stack trace

Here is what happened, the most recent locations are first:

  1. nc_open(path::String, mode::UInt16)
  2. NCDatasets.NCDataset(filename::String, mode::String; format::Symbol, share::Bool, diskless::Bool, persist::Bool, memory::Nothing, maskingvalue::Missing, attrib::Vector{Any})
  3. NCDataset
  4. read_WHOTS(file::String)
  5. read_WHOTS
  6. read
  7. WHOTS=read(OceanSite(),:WHOTS)
WHOTS=read(OceanSite(),:WHOTS)
👀 Reading hidden code
❔
---

Julia Tools

👀 Reading hidden code
180 μs
"Done with packages"
👀 Reading hidden code
6.9 s