View source: R/ctm_functions.R
ctm_obj | R Documentation |
Calculates area between temperature and salinity curves when upcast and downcast data are provided. Calculates path distance for salinity if only downcast or upcast is provided.
ctm_obj(dc = NULL, uc = NULL, alpha_C, beta_C, area_method = "ts")
dc |
Downcast oce object |
uc |
Upcast oce object |
alpha_C |
Conductivity cell thermal inertia correction alpha parameter, passed to gapctd::conductivity_correction() |
beta_C |
Conductivity cell thermal inertia correction beta parameter, passed to gapctd::conductivity_correction() |
area_method |
Area between temperature-salinity ("ts") curves, depth-salinity curves ("zs"), or pressure-salinity curves ("ps") |
Area between T-S curves, Z-S curves, or path distance of salinity curve as a 1L numeric vector
Sean Rohan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.