powered by
Schmidt number calculation
ebase_schmidt(temp, salt)
sc (unitless)
numeric for temperature (C)
numeric for salinity (PSU)
The Schmidt number is calculated for the air-sea gas transfer velocity.
temp <- c(10, 20, 30) salt <- c(30, 35, 40) ebase_schmidt(temp = temp, salt = salt)
Run the code above in your browser using DataLab