How to find mixed layer depth using the criteria mentioned?

3 次查看(过去 30 天)
I am having a 3-D dataset of density.(360x180x42)(lat long depth). I want to store the depths at which my density changes by amount of 0.03 for the first time as we go from top to bottom. Problem is no exact difference is 0.03. They all are nearby 0.03. So, how to tackle this. Any ideas?
  1 个评论
jonas
jonas 2018-6-6
编辑:jonas 2018-6-6
Depends on the characteristics of your data set. Is the density (d) change ( diff(d) ) steadily increasing with depth? Then find the first value where diff(d) exceeds 0.03.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by