Hi,
There are a couple of transformations that may help you: @LOC
and @WEQ.
Besides their documentation for those transformations, here are
examples from the list archives and an FAQ about using those
functions
This, about mixed-layer depth, using @LOC. This is from a
knowledgeable contributor:
https://www.pmel.noaa.gov/maillists/tmap/ferret_users/fu_2004/msg00523.html
The same contributor offered the script "mld_temp.jnl" which is
included in the scripts with your installation of Ferret or
PyFerret.
yes? go/help mld_temp.jnl
(I have not compared in detail whether these match the equation
you want to work with.)
And there is also this FAQ, how to define a variable containing
the data at the deepest depth
https://ferret.pmel.noaa.gov/Ferret/faq/how-can-i-show-the-value-of-my-variable-at-its-deepest-depth
Ansley
Dear FerretersG'day
I am performing a computation of MLD using the potential density criterion i.e. potential density referenced to the surface, σ0, exceeds by a threshold of 0.03 kg m−3 the density of the water at 10 m,
σ0(z = −H) = σ0(z = −10 m) + 0.03 kg m−3, with H the mixed-layer depth.
I masked the potential density as
let dens_10m = density[z=10]let threshold = dens_10m + 0.03let mask = if density le threshold then density
now I want to take the deepest level of the valid density .i.e mask variable as the MLD. So how to extract this level as a variable of MLD?
let zed = z[gz=density] + 0*densitylet zp = zed*mask
mld = zp[z=@max]
I like to know if this is the correct way to compute the MLD?
Cheers, Saurabh--
REGARDS
Saurabh RathoreResearch Scholar (PhD.)Centre For Oceans, Rivers, Atmosphere & Land Science TechnologyIndian Institute Of Technology, Kharagpurcontact :- 91- 8345984434