Description Usage Arguments Value Author(s) References Examples
View source: R/water_density.R
This function estimate water density determined by three parameters: temperature, salinity and concentration of total solid.
1 2 | water_density(wt, tds = 0, tss = 0, sal = 0, sg = 2.5,
method = c("gill_m", "tilton"))
|
wt |
a numeric vector of water temperature (Degrees Celsius) |
tds |
a numerical vector of total dissolved solids (g/m^3) |
tss |
a numerical vector of total suspend solids (g/m^3) |
sal |
a numerical vector of salinity (Practical Salinity Scale Units) |
sg |
specific gravity of the total suspended solid (Dimensionless) |
method |
gill_m or tilton |
A numeric vector of water densities in kg/m^3
Izidro Sousa-Filho, Lorena Pinheiro-Silva
Ji, Zhen-Gang (2007). Hydrodynamics and water quality: modeling rives, lakes, and estuaries
Tilton, L. W., and J. K. Taylor. (1937). Accurate representation of reflectivity and density of distilled water as a function of temperature. J. Res. U.S. Bur. Stand. 18:205-214.
Gill, Adrian E. (1982). Atmosphere-Ocean Dynamics. Academic Press
1 2 3 4 | ## water density
water_density(0:5, method = "tilton")
water_density(0:5, method = "gill")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.