calculateMixedLayerDepth | R Documentation |
This function calculates the mixed layer depth using one
of three methods implemented. Methods include the gradient
, N2
, and density
.
calculateMixedLayerDepth(
ctd,
method = "gradient",
mldMin = NULL,
nPointsMin = 3,
densityThreshold = 0.03,
densityReferenceDepth = 10,
debug = TRUE
)
ctd |
a |
method |
a character string indicting which method to use to calculate the mixed layer depth, options include 'gradient', 'N2', and 'density'. Default is 'gradient'. |
mldMin |
a numeric value indicating the minimum value the
mixed layer depth should be. Default is set to |
nPointsMin |
a numeric value indicating the minimum number of points in ctd object |
densityThreshold |
a numeric value indicating the threshold value
to use for the |
densityReferenceDepth |
a numeric value indicating the reference
depth for the |
debug |
a logical value indicating to show debug information |
a single numeric value of the calculated mixed layer depth
Chantelle Layton and Benoit Casault
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.