Inquire the file name of an open netCDF file . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gdncfileinquirename (fileid, name) |
Inquire the file name of an open netCDF file
.
Definition in file gdncfileinquirename.f90.
| subroutine gdncfileinquirename | ( | integer, intent(in) | fileid, |
| character(len = *), intent(out) | name ) |
Inquire the file name of an open netCDF file
Searches the internal file list for the specified file ID and returns the associated file name. Raises an error if the file ID is not found.
| [in] | fileid | netCDF file ID |
| [out] | name | File name |
Definition at line 36 of file gdncfileinquirename.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().