how can i measure mixed layer depth (MLD) using these imported data?
Show older comments
whos Density
Name Size Bytes Class Attributes
Density 79x1 632 double
>> whos Temp Name Size Bytes Class Attributes
Temp 79x1 632 double
>> whos Salinity Name Size Bytes Class Attributes
Salinity 79x1 632 double
>> whos Depth Name Size Bytes Class Attributes
Depth 79x1 632 double
Answers (1)
Kelly Kearney
on 6 Jan 2016
1 vote
Depends on how you're defining mixed layer depth... a common definition is a difference of 0.125 in potential density from the reference density (usually surface). Does that work for your purposes? If so, does your density array include absolute density or potential density?
3 Comments
Kazi Belayet Hossain
on 6 Jan 2016
Kelly Kearney
on 6 Jan 2016
So... you want someone to give you code, but you don't care if the answers you get from that code make any sense for your problem? Have at it then: calcmld.m.
Ariana
on 27 Jun 2024
Thanks!!
Categories
Find more on Biotech and Pharmaceutical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!