Skip to content

Pressure/Depth estimation #2145

Answered by richardsc
Martina-Scanu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Martina!

Thanks for checking out oce!

The short answer is that in general, no, it is not possible to get pressure/depth from in-situ measurements of S/C and T. Further, you actually need to know the pressure/depth in order to convert measurements of temperature and conductivity into salinity. Of course, if you're instrument is only ever used in very shallow water, you can probably ignore the pressure effects. For example, the difference in inferred salinity between a pressure of 0 and 50 dbar is:

> swSCTp(1, T90fromT68(15), 0) - swSCTp(1, T90fromT68(15), 50)
[1] 0.020332

or, expressed as a percentage, only about 0.05%

> (swSCTp(1, T90fromT68(15), 0) - swSCTp(1, T90fromT68(15), 50))/35…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dankelley
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants