bubbleSat: Equilibrium bubble supersaturation

View source: R/gas.R

bubbleSatR Documentation

Equilibrium bubble supersaturation

Description

Implements the bubble supersaturation parametrisation of Woolf and Thorpe (1991) Note: parametrisation is only applicable for Oxygen (O2), Nitrogen (N2), Argon (Ar) and Carbon Dioxide (CO2).

Usage

bubbleSat(compound = "O2", u)

Arguments

compound

character string of compound of interest ('O2' ,'N2', 'Ar' or 'CO2')

u

vector of wind speed in meters per second at 10 meters height

Details

TODO

Value

vector of equilibrium bubble supersaturation effects (no units)

References

Woolf, D. K., & Thorpe, S. A. (1991). Bubbles and the air-sea exchange of gases in near-saturation conditions. Journal of Marine Research, 49(3), 435-466. doi:10.1357/002224091784995765

Examples

bubbleSat('Ar', 7)  # bubble supersaturation effect for Argon at 7 m-1 s-1 winds

tomhull/airsea documentation built on Oct. 26, 2023, 3:29 a.m.