loadFVCOMGrid27: Load an FVCOM grid from a NetCDF output file.

Description Usage Arguments Value

Description

Loads enough of an FVCOM grid to use the other methods associated with the fvcom.grid class. The (x,y,h) locations of the nodes and their connections to form an unstructured triangular mesh are loaded.

Usage

1
  loadFVCOMGrid27(filename, proj)

Arguments

filename

The name of an output NetCDF file from FVCOM 2.7.

proj

A projection string which could be passed to proj4::project and converts between the x,y and lat,lon coordinate systems for this grid.

Value

An instance of the fvcom.grid class.


ocean documentation built on Jan. 15, 2017, 4:16 p.m.

Related to loadFVCOMGrid27 in ocean...