tempsalinity: Temperature/Salinity measurements along a moving Eddy

Description Usage Format Details Source Examples

Description

Simulated measurements of temperature and salinity in the center of 'Eddy Juggernaut', a huge anti-cyclone (clockwise rotating) Loop Current Ring in the Gulf of Mexico. The start date is October 18, 1999.

Usage

1

Format

The data is stored as multivariate zooreg object with variables longitude, latitude, temperature (Celsius), and salinity (psu - practical salinity units, originally from http://www.toptotop.org/climate).

Details

The temperature salinity profile of body of water can be characteristic. This data shows a change in the profile in time as the eddy accumulates new water.

Source

Data from simulation by Andrew Poje.

Examples

1
2
3
4
5
6
7
8
data(tempsalinity)
if(require(zoo)) {
  plot(tempsalinity[,3:4])
  ## overide plot.zoo method
  plot.default(tempsalinity[,3:4])
  abline(lm(salinity ~ temperature, tempsalinity, subset = 1:67))
  abline(lm(salinity ~ temperature, tempsalinity, subset = -(1:67)))
  }

jverzani/UsingR documentation built on Aug. 3, 2020, 11:57 a.m.