netCDF_GetInfoVarDims: Get information on dimensions for a variable in a netcdf file

View source: R/netCDF_GetInfoVarDims.R

netCDF_GetInfoVarDimsR Documentation

Get information on dimensions for a variable in a netcdf file

Description

Function to get information on dimensions for a variable in a netcdf file.

Usage

netCDF_GetInfoVarDims(netcdf, variable, verbose = FALSE)

Arguments

netcdf

- path to netcdf file (or previously opened connection)

variable

- variable name to extract

verbose

- flag (T/F) to print info

Details

None.

Value

vector of dimension sizes, with dimension names as element names


wStockhausen/wtsROMS documentation built on Feb. 2, 2025, 9:16 p.m.