Synchronize netCDF file to disk . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gdncfilesync (fileid, stat) |
Synchronize netCDF file to disk
.
Definition in file gdncfilesync.f90.
| subroutine gdncfilesync | ( | integer, intent(in), optional | fileid, |
| integer, intent(out), optional | stat | ||
| ) |
Synchronize netCDF file to disk
Flushes buffered data to disk for the specified file or all open files. Before syncing, switches the file to data mode if necessary.
| [in] | fileid | netCDF file ID (optional, sync all if omitted) |
| [out] | stat | Status code (optional) |
Definition at line 43 of file gdncfilesync.f90.
References gtdata_netcdf_file_internal::id_head, and gtdata_netcdf_file_internal::id_used.