fun_gas_transfer_velocity: Gas transfer velocity calculation

View source: R/fun_gas_transfer_velocity.R

fun_gas_transfer_velocityR Documentation

Gas transfer velocity calculation

Description

Gas transfer velocity calculation

Usage

fun_gas_transfer_velocity(sc, wspd2, agas_param = 0.251, gas_inv = -0.5)

Arguments

sc

numeric for Schmidt number

wspd2

numeric for windspeed

agas_param

numeric for the a coefficient

gas_inv

numeric for the inverse exponent function

Details

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)

Value

kw (m/s)


jmarriola/fwoxy documentation built on Jan. 30, 2023, 5:13 a.m.