.. highlightlang:: us .. index:: nc_abort .. _nc_abort: nc_abort ======== .. us.tag nc_abort ENGLISH NC_open Changed5400 Changed5401 :ref:`nc_abort` closes or deletes a data file. .. function:: r = nc_abort(ncid) .. us.return **Return Value** If the function succeeds, the return value is not equal to -1. If the function fails, the return value is -1. .. us.params **Parameters** .. uparam:: ncid Identifies the data file. .. seealso:: :ref:`overview-netcdf-files`, :ref:`nc_create`, :ref:`nc_open`, :ref:`nc_close`, :ref:`nc_sync` :sub:`id-983134`