How to find mixed layer depth using the criteria mentioned?

3 views (last 30 days)
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 Comment
jonas
jonas on 6 Jun 2018
Edited: jonas on 6 Jun 2018
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.

Sign in to comment.

Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!