Synchronize netCDF variable to disk . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gdncvarsync (var, stat) |
Synchronize netCDF variable to disk
.
Definition in file gdncvarsync.f90.
| subroutine gdncvarsync | ( | type(gd_nc_variable), intent(in), optional | var, |
| integer, intent(out), optional | stat ) |
Synchronize variable data to disk
Flushes pending writes for the variable to disk. If var is not present, syncs all open files.
| [in] | var | Variable handle (optional) |
| [out] | stat | Status code (optional) |
Definition at line 34 of file gdncvarsync.f90.
References gtdata_netcdf_internal::vtable_lookup().