This is an ARGO drifter data object, for drifter 6900388,
downloaded in July 2011. These data were collected and made freely
available by the International Argo Program and the national programs that
contribute to it. Salinity, temperature and pressure are each matrices
with first index corresponding to depth, e.g.
argo[["temperature"]][1,] is the surface temperature.
# How data were createdargo <- read.drifter("/data/OAR/6900388_traj.nc")
library(oce)
data(argo)
summary(argo)
data(coastlineWorld)
plot(argo, which="trajectory", coastline=coastlineWorld)