View source: R/fun_gas_transfer_velocity.R
fun_gas_transfer_velocity | R Documentation |
Gas transfer velocity calculation
fun_gas_transfer_velocity(sc, wspd2, agas_param = 0.251, gas_inv = -0.5)
sc |
numeric for Schmidt number |
wspd2 |
numeric for windspeed |
agas_param |
numeric for the a coefficient |
gas_inv |
numeric for the inverse exponent function |
Adapted from Matlab to R by Jill Arriola, 2021-03-16
THIS FUNCTION CALCULATES THE GAS TRANSFER VELOCITY ACROSS THE AIR-SEA INTERFACE FOR OXYGEN BASED ON THE WANNINKHOF (2014) EQUATION
Reference: WANNINKHOF, R., LIMNOLOGY AND OCEANOGRAPHY METHODS, 12(6), 351-362, 2014.
INPUTS ARE sc = Schmidt number (unitless) wspd2 = Windspeed squared (m^2/s^2) **Inputs come from fwoxy.R as vectors**
OUTPUT IS kw (m/s)
kw (m/s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.