calcZMixDens | R Documentation |
Calculate Z Mix Density Using density instead of temp to indicate mixed layer, (though note that objects in this script are still labeled e.g. 'temps', not 'dens')
calcZMixDens(dataIn, thresh = 0.075)
dataIn |
A density profile. First column is datetime, POSIXct. Second and subsequent columns are density (kg m-3) at depth. Column headers for these columns are e.g. temp0, temp0.5, temp1.0, temp2, temp2.3 |
thresh |
Threshold density change to indicate end of mixed layer. Units (kg m-3) m-1. Defaults to 0.075 (value Jordan Read is using in their project) |
A data frame. First column is datetime, second column is zMix calculated at that datetime.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.