run.advection.parallel: Advect Lagrangian Particle Model in Parallel

View source: R/source.lagrangian.r

run.advection.parallelR Documentation

Advect Lagrangian Particle Model in Parallel

Description

Advect Lagrangian Particle Model in Parallel

Usage

run.advection.parallel(
  particles,
  meta,
  hist,
  advection,
  get.vel,
  zlim = c(-6000, 0),
  verbose = T
)

Arguments

advection

An advection list, such as one generated by 'load.oscar.advection()', that contains U V and W

lat

Initial latitude of particle

lon

Initial longitude of particle

depth

Intial depth of particle

time

Start time of particle

dt

Time step for RK4 advection scheme

Author(s)

Thomas Bryce Kelly


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