How to find mixed layer depth using the criteria mentioned?

4 visualizaciones (últimos 30 días)
Lavnish Gupta
Lavnish Gupta el 6 de Jun. de 2018
Editada: jonas el 6 de Jun. de 2018
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 comentario
jonas
jonas el 6 de Jun. de 2018
Editada: jonas el 6 de Jun. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by