rhoH2O: Density of water

Description Usage Arguments Details Value References See Also Examples

Description

Density of water in g/cm^3

Usage

1
rhoH2O(T, p = 0, S = 0, method = c("Chen", "Fofonoff"))

Arguments

T

temperature in degree centigrade

p

pressure in bar

S

salinity in PSU

method

Chen for fresh water systems, Fofonoff for marine systems

Details

Bitte noch Definitionsbereiche hinzufügen!!

Value

Vector with density values.

References

Chen, Ch.-T. and F.J. Millero (1986). Precise thermodynamic properties of natural waters covering only the limnological range. Limnol. Oceanogr. 31 No. 3, 657 - 662.

Fofonoff N.P. and R.C. Millard (1983). Algorithms for Computation of Fundamental Properties of Seawater. UNESCO technical papers in marine science, 44, 53 pp.

See Also

~~objects to See Also as help, ~~~

Examples

1
2
3
4
5
6
rhoH2O(4)
T <- 0:30
plot(T, rhoH2O(T))
S <- 0:40
plot(S, rhoH2O(T=4, S=S, method="Fofonoff"))
lines(S, rhoH2O(T=4, S=S, method="Chen"))

rsachse/limnotools documentation built on Jan. 8, 2021, 5:37 a.m.