Learn R Programming

ocean (version 0.2-4)

fvcom.grid-class: Finite Volume Community Ocean Model grid

Description

fvcom.grid provides a represenation of the unstructured triangular sigma grid used by the Finite Volume Community Ocean Model (FVCOM). As a disclaimer, please note that the author of this package is a user of FVCOM, but is not affiliated with its development.

Arguments

Slots

nodes.n
The number of nodes in the grid.
nodes.x
x-coordinates of the nodes (m).
nodes.y
y-coordinates of the nodes (m).
nodes.h
z-coordinates (depth) of the nodes (m).
nodes.lat
Latitude of the nodes.
nodes.lon
Longitude of the nodes.
elems.n
Number of elements in the grid
elems.v1
1st set of node indices
elems.v2
2nd set of node indices
elems.v3
3rd set of node indices
elems.size
The area of each element (m^2)
.
proj
A string that could be passed to proj4::project to convert x and y values to latitude and longitude.

References

http://fvcom.smast.umassd.edu/FVCOM/