extract_phys: Extract Physical Structure from Input Data

Description Usage Arguments Value

Description

The function takes a data-base type table and returns a list with interpolated matrices for eddy diffusivity, temperature and depths

Usage

1
extract_phys(dat, times, depths)

Arguments

dat

data set with columns “depth”, “temp” and “eddy”

times

vector of requested time steps for interpolation

depths

vector of requested depths for interpolation

Value

list with matrices “eddy”, “temp” and “depth”

depths <- seq(70, 0, -0.5) times <- unique(dat$time) # example to be continued ...


rSALMO documentation built on May 2, 2019, 6:12 p.m.