ctm_correct_c_t: Conductivity thermal intertia correction factor (C[T])

View source: R/ctm_functions.R

ctm_correct_c_tR Documentation

Conductivity thermal intertia correction factor (C[T])

Description

Calculate thermal inertia adjustment factors for SBE19 conductivity cell using temperature and parameters a and b, using the same method as the Thermal Mass Correction module in SBE Data Processing software.

Usage

ctm_correct_c_t(a, b, temperature, precision = 6)

Arguments

a

Numeric vector (1L). a parameter in thermal mass correction formula, as calculated by gapctd::ctm_par_a()

b

Numeric vector (1L). b parameter in thermal mass correction formula, as calculated by gapctd::ctm_par_b().

temperature

Numeric vector of temperatures in degC (ITS-90 scale).

precision

Precision (significant digits) for conductivity (default = 6).

Author(s)

Sean Rohan


sean-rohan-NOAA/gapctd documentation built on March 1, 2025, 9:27 a.m.