pub fn specvol_second_derivatives(
    sa: f64,
    ct: f64,
    p: f64
) -> Result<(f64, f64, f64, f64, f64)>
Expand description

Second order derivatives of specific volume (75-term polynomial approximation)

Arguments

  • sa: Absolute Salinity [ g kg-1 ]
  • ct: Conservative Temperature (ITS-90) [ deg C ]
  • p: sea pressure [ dbar ] (i.e. absolute pressure - 10.1325 dbar)