File I/O synchronization. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gtvarsync (var, stat) |
File I/O synchronization.
This subroutine is provided as gtdata_generic#GTVarSync through gtdata_generic.
Definition in file gtvarsync.f90.
| subroutine gtvarsync | ( | type(gt_variable), intent(inout), optional | var, |
| integer, intent(out), optional | stat ) |
Synchronize file I/O
Synchronizes the in-memory buffer for variable var with the disk copy of the netCDF file. If var is not provided, synchronization is performed for all files that have been accessed so far in the program.
| [in,out] | var | Variable handle (optional) |
| [out] | stat | Status code (optional) |
Definition at line 43 of file gtvarsync.f90.
References gtdata_internal_map::var_class().