init.lagrangian.particles: Initiate Lagrangian Particles

View source: R/source.lagrangian.r

init.lagrangian.particlesR Documentation

Initiate Lagrangian Particles

Description

Initiate Lagrangian Particles

Usage

init.lagrangian.particles(
  lon = NA,
  lat = NA,
  depth = NA,
  time = NA,
  sink = NA,
  const.depth = NA,
  density = NA,
  verbose = T
)

Arguments

lon

Longitude values of the lagrangian floats

lat

Latitude values of the lagrangian floats

depth

Depths of the lagrangian floats

time

POSIX datetime of lagrangian floats

sink

Sinking velocity (m s-1) of the lagrangian float

const.depth

Depth (m) at which to maintain regardless of vertical velocity

density

Density (kg m-3) of the float in order to maintain isopycnal position

verbose

Verbose flag, default = T

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.