f_calcWanninkhof: Calculate gas transfer velocity for Wanninkhof equation

View source: R/f_calcWanninkhof.R

f_calcWanninkhofR Documentation

Calculate gas transfer velocity for Wanninkhof equation

Description

Calculate gas transfer velocity for Wanninkhof equation

Usage

f_calcWanninkhof(Temp, Sal, WSpd)

Arguments

Temp

numeric for water temperature (C)

Sal

numeric for salinity (ppt)

WSpd

numeric for wind speed (m/s)

Details

Output is Kw vector that is alternative to calculating KL using Thiebault et al. 2008 (f_calcKL). Interpreted as oxygen mass transfer coefficient.

Value

numeric vector of Kw in m/d

References

Wanninkhof, R. 2014. Relationship between wind speed and gas exchange over the ocean revisited. Limnology and Oceanograpy Methods. 12(6):351-362. 10.4319/lom.2014.12.351

Examples

data(SAPDC)
f_calcWanninkhof(SAPDC$Temp, SAPDC$Sal, SAPDC$WSpd)

fawda123/WtRegDO documentation built on March 18, 2024, 9:04 p.m.