.. highlightlang:: us .. index:: nc_inquire_recdim .. _nc_inquire_recdim: nc_inquire_recdim ================= .. us.tag nc_inquire_recdim ENGLISH NC :ref:`nc_inquire_recdim` returns the ID number of the record variable in a nc file. .. function:: recdim = nc_inquire_recdim(ncid) .. us.return **Return Value** If the function succeeds, the return value is the ID of the record variable. If the function fails, the return value is -1. .. us.params **Parameters** .. uparam:: ncid Identifies the nc file. .. seealso:: :ref:`overview-netcdf-files`, :ref:`nc_create` :sub:`id-1161116`