Increment reference count of an open netCDF file . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gdncfilereopen (fileid, err) |
Increment reference count of an open netCDF file
.
Definition in file gdncfilereopen.f90.
| subroutine gdncfilereopen | ( | integer, intent(in) | fileid, |
| logical, intent(out), optional | err ) |
Increment reference count of an open netCDF file
Searches the internal file list for the given file ID and increments its reference count. Returns an error if the file ID is not found.
| [in] | fileid | netCDF file ID |
| [out] | err | Error flag (optional) |
Definition at line 35 of file gdncfilereopen.f90.
References dc_trace::beginsub(), dc_trace::dbgmessage(), dc_trace::endsub(), gtdata_netcdf_file_internal::id_head, gtdata_netcdf_file_internal::id_used, and dc_error::storeerror().