Learn R Programming

SolveSAPHE (version 2.1.0)

ACVT_HSWS_O_HFREE: Conversion ratio H_SWS/H_free from free pH-scale to SWS scale

Description

Function returns the ratio H_SWS/H_free as a function of temperature, salinity and pressure

Usage

ACVT_HSWS_O_HFREE(t_k, s, p_bar)

Arguments

t_k

temperature in Kelvin

s

Salinity in psu

p_bar

pressure in bar

Value

ratio

Ratio H_SWS/H_free

Examples

Run this code
# NOT RUN {
  ACVT_HSWS_O_HFREE(t_k=298,s=35, p_bar=0)
# }

Run the code above in your browser using DataLab