tjcrone / flowmow

FlowMow2 project processing scripts
MIT License
1 stars 1 forks source link

Paros pressure potentially showing stronger temperature dependence (first order fit discussion) #13

Open dehann opened 5 years ago

dehann commented 5 years ago

bottom01_depth_temp

Hi @tjcrone , looks like first order does not quite fit everything exactly. I want to better understand the mismatch during the progression of the first on bottom segment (segment around -1480m on the first dive). I plotted temperature next to the nav/paros estimates and think there might be correlation there. Find code at end of this notebook.

As a next step, We are interested in the high frequency data from the paros --

I will continue to dig to find answers.

dehann commented 5 years ago

As a follow-on question, do you know where the vent site is in the temperature data? Is there a place where we can see the temperature jump as the sensor goes through warmer water.

tjcrone commented 5 years ago

My first question is, where did you get your fitting parameters? And why is the first one -1? I would not expect this parameter to be -1, because pressure is in psia and depth is in meters. What if we take all the data, selected using a depth range, and find the zeroth and first order fitting parameters using least squares?

tjcrone commented 5 years ago

I took a quick stab at something that does not force the first parameter to -1, and it looks like there is still a trend in this short section of data, suggesting that the Sentry nav may be folding in the temperature to its depth calculation. This would make sense, but I'm not convinced this is the right thing to do. The temperature varies quite a bit in the vicinity a hydrothermal field, but the pressure-depth conversion is a function of the density of the entire overlying water column, which is not measured on the SBE3 or with the Sentry temperature sensors. My sense is that temperature variations measured by any of the Sentry sensors or SBE3 is going to misrepresent depth variations if these are factored in to the calculation.

tjcrone commented 5 years ago

I think we have Sentry height off of the seafloor, from the ADCP I believe, which might be a better measure of the movement of the vehicle IRL, and it might be worth comparing the Paros to the height. Is this possible?

dehann commented 5 years ago

If we start considering sea floor height, then we are heading towards a full mapping and localization problem. We can do that (I would love to do that with this data anyway), but probably best to stick with first order fit over all data and focus on the rapid and local variations as we discussed.

tjcrone commented 5 years ago

Yeah I forgot to consider the topography issue so that was a dumb suggestion on my part. However I do think the Paros is the right instrument to use, basically as is with a multiplier and offset that we glean from either a least-squares linear model (Ax+B) fit to the Sentry depth, a look at the CTD data and a more fancy approach integrating water column density, or even something very simple like the conversion suggested in the Paros manual. My sense is that any of these approaches is likely fine. Leaning toward option 1-2.