Learn R Programming

sonar (version 1.0.2)

SpeedOfSoundSeaWaterLovett1: Calculation of speed of sound in sea water from Lovett 1978

Description

Returns the speed of sound in sea water from Lovett 1978 Check value: at T=2C, S=34.7; P=6000 dbar; C = 1559.462 m/s.

Usage

SpeedOfSoundSeaWaterLovett1(temperatureC, S, P)

Arguments

temperatureC,
temperature in degrees C T48
S,
salinity in %
P,
pressure in decibars (0 at surface)

Value

the speed of sound (m/s)

Source

Lovett, J.R. 1978 Merged seawater sound-speed equations J. Acoust. Soc. Am., 63, 1713-18.

Examples

Run this code
SpeedOfSoundSeaWaterLovett1(2, 34.7, 6000)

Run the code above in your browser using DataLab