nc_varinq_dimidsΒΆ
nc_varinq_dimids returns a vector of dimension IDs.
- dimids = nc_varinq_dimids(ncid, varid)
Return Value
dimids is a vector of dimension IDs. If an error occurs dimids is -1.
Parameters
- ncid
Identifies the netCDF file.
- varid
varid is the ID of the variable.
See also
id-500844