netCDF ファイルをディスクに同期 More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gdncfilesync (fileid, stat) |
netCDF ファイルをディスクに同期
Definition in file gdncfilesync.f90.
| subroutine gdncfilesync | ( | integer, intent(in), optional | fileid, |
| integer, intent(out), optional | stat ) |
netCDF ファイルをディスクに同期
指定されたファイルまたは全てのオープンファイルのバッファデータを ディスクにフラッシュします。同期前に、必要に応じてファイルを データモードに切り替えます。
| [in] | fileid | netCDF ファイル ID (省略時は全ファイルを同期) |
| [out] | stat | ステータスコード (省略可能) |
Definition at line 43 of file gdncfilesync.f90.
References gtdata_netcdf_file_internal::id_head, and gtdata_netcdf_file_internal::id_used.