nc_diminq_nameΒΆ

nc_diminq_name returns the name of a dimension when given its ID.

ssName = nc_diminq_name(ncid, dimid)

Return Value

ssName is the name of the dimension with the ID dimid. If an error occurs, this function returns an empty string.

Parameters

ncid

Identifies the netCDF file.

dimid

dimid is the ID of a dimension.

id-1542868