nc_dimidΒΆ

nc_dimid returns the ID of a netCDF dimension when given the name of the dimension.

dimid = nc_dimid(ncid, ssName)

Return Value

dimid is the ID of the dimension with the name ssName.

Parameters

ncid

Identifies the netCDF file.

ssName

ssName is the name of the dimension.

id-1672061