dimension_names ================= .. py:function:: dimension_names(nc) Returns the list of the dimension names of the current :class:`NetCDF` variable in ``nc``. :param nc: input nectdf :type nc: :class:`NetCDF` :rtype: list .. mv-minigallery:: dimension_names