Read a NetCDF file and create a ctd object

ncdf2ctd(ncfile = NULL, varTable = NULL, debug = 0)

Arguments

ncfile

character value naming the input file.

varTable

character value indicating the variable-naming scheme to be used, which is passed to read.varTable() to set up variable names, units, etc.

debug

integer, 0 (the default) for quiet action apart from messages and warnings, or any larger value to see more output that describes the processing steps.

Value

ncdf2ctd() returns an ctd object.

See also

Other things related to CTD data: ctd2ncdf()

Author

Dan Kelley