Schmidt number calculation
Usage
ebase_schmidt(temp, salt)
Arguments
- temp
numeric for temperature (C)
- salt
numeric for salinity (PSU)
Details
The Schmidt number is calculated for the air-sea gas transfer velocity.
Examples
temp <- c(10, 20, 30)
salt <- c(30, 35, 40)
ebase_schmidt(temp = temp, salt = salt)
#> [1] 971.9186 568.2032 354.7613