load.advection.oscar: Load Advection (OSCAR)

View source: R/source.lagrangian.r

load.advection.oscarR Documentation

Load Advection (OSCAR)

Description

A function used to load an OSCAR circulation netcdf file and structure in a manner suitable for Lagrangian particle release.

Usage

load.advection.oscar(
  file,
  lats = NULL,
  lons = NULL,
  get.vel = get.vel.oscar,
  verbose = F
)

Arguments

file

OSCAR file (includign path) to read in

lats

The latitude limits of the resulting model domain

lons

The longitude of the resulting model domain

verbose

A verbose flag

Author(s)

Thomas Bryce Kelly


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