sw_comp {marelac} | R Documentation |
Reference Sea Salt Composition
Description
The sea salt composition definition for reference salinity of the standard ocean at 25 dgC and 1.01325 bar (atmospheric pressure), given in mass fractions).
Usage
sw_comp(species = c("Na", "Mg", "Ca", "K", "Sr", "Cl", "SO4", "HCO3",
"Br", "CO3", "BOH4", "F", "OH", "BOH3", "CO2"))
Arguments
species |
character vector with components whose composition should be estimated. |
Value
A vector with the mass fractions.
Author(s)
Karline Soetaert <karline.soetaert@nioz.nl>
References
Millero FJ, Waters J, Woosley R, Huang F and Chanson M, 2008. The effect of composition of the density of Indian Ocean waters, Deep-Sea Res. I, 55, 960-470.
See Also
sw_adtgrad
, sw_alpha
, sw_beta
,
sw_conserv
, sw_cp
,
sw_dens
,
sw_depth
, sw_enthalpy
, sw_entropy
,
sw_gibbs
, sw_kappa
,
sw_kappa_t
, sw_sfac
,
sw_svel
, sw_tfreeze
, sw_tpot
Examples
sw_comp("CO2")
sw_comp()
sum(sw_comp())
[Package marelac version 2.1.11 Index]