Learn R Programming

EBASE (version 1.1.0)

ebase_schmidt: Schmidt number calculation

Description

Schmidt number calculation

Usage

ebase_schmidt(temp, salt)

Value

sc (unitless)

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

Run this code
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