SCALE-RM
|
module FILE I/O HEADER More...
Data Types | |
type | datainfo |
Variables | |
integer, parameter, public | file_hshort = 32 |
integer, parameter, public | file_hmid = 128 |
integer, parameter, public | file_hlong = 1024 |
integer, parameter, public | file_real4 = 0 |
integer, parameter, public | file_real8 = 1 |
integer, parameter, public | file_integer2 = 2 |
integer, parameter, public | file_integer4 = 3 |
integer, parameter, public | file_integer8 = 4 |
integer, parameter, public | file_fread = 0 |
integer, parameter, public | file_fwrite = 1 |
integer, parameter, public | file_fappend = 2 |
integer, parameter, public | error_code = -1 |
integer, parameter, public | success_code = 0 |
integer, parameter, public | already_closed_code = 1 |
integer, parameter, public | already_existed_code = 2 |
integer, parameter, public | max_rank = 10 |
integer, dimension(0:3), parameter, public | file_preclist = (/ 4, 8, 4, 8 /) |
module FILE I/O HEADER
integer, parameter, public gtool_file_h::file_hshort = 32 |
Definition at line 38 of file gtool_file_h.f90.
integer, parameter, public gtool_file_h::file_hmid = 128 |
Definition at line 39 of file gtool_file_h.f90.
integer, parameter, public gtool_file_h::file_hlong = 1024 |
Definition at line 40 of file gtool_file_h.f90.
integer, parameter, public gtool_file_h::file_real4 = 0 |
Definition at line 43 of file gtool_file_h.f90.
Referenced by scale_fileio::fileio_create(), scale_fileio::fileio_def_var(), scale_fileio::fileio_write_3d_t(), gtool_history::historyinit(), gtool_history::historyput1dassociatedcoordinatesdp(), gtool_history::historyput1dassociatedcoordinatessp(), gtool_history::historyput2dassociatedcoordinatesdp(), gtool_history::historyput2dassociatedcoordinatessp(), gtool_history::historyput3dassociatedcoordinatesdp(), gtool_history::historyput3dassociatedcoordinatessp(), gtool_history::historyput4dassociatedcoordinatesdp(), gtool_history::historyput4dassociatedcoordinatessp(), gtool_history::historyputaxisdp(), and gtool_history::historyputaxissp().
integer, parameter, public gtool_file_h::file_real8 = 1 |
Definition at line 44 of file gtool_file_h.f90.
Referenced by scale_fileio::fileio_create(), scale_fileio::fileio_def_var(), scale_fileio::fileio_write_3d_t(), gtool_history::historyinit(), gtool_history::historyput1dassociatedcoordinatesdp(), gtool_history::historyput1dassociatedcoordinatessp(), gtool_history::historyput2dassociatedcoordinatesdp(), gtool_history::historyput2dassociatedcoordinatessp(), gtool_history::historyput3dassociatedcoordinatesdp(), gtool_history::historyput3dassociatedcoordinatessp(), gtool_history::historyput4dassociatedcoordinatesdp(), gtool_history::historyput4dassociatedcoordinatessp(), gtool_history::historyputaxisdp(), and gtool_history::historyputaxissp().
integer, parameter, public gtool_file_h::file_integer2 = 2 |
Definition at line 45 of file gtool_file_h.f90.
integer, parameter, public gtool_file_h::file_integer4 = 3 |
Definition at line 46 of file gtool_file_h.f90.
integer, parameter, public gtool_file_h::file_integer8 = 4 |
Definition at line 47 of file gtool_file_h.f90.
integer, parameter, public gtool_file_h::file_fread = 0 |
Definition at line 50 of file gtool_file_h.f90.
Referenced by scale_external_input::extin_regist(), gtool_file::filegetshape(), and scale_fileio::fileio_open().
integer, parameter, public gtool_file_h::file_fwrite = 1 |
Definition at line 51 of file gtool_file_h.f90.
Referenced by gtool_file::filecreate().
integer, parameter, public gtool_file_h::file_fappend = 2 |
Definition at line 52 of file gtool_file_h.f90.
Referenced by gtool_file::filecreate().
integer, parameter, public gtool_file_h::error_code = -1 |
Definition at line 55 of file gtool_file_h.f90.
integer, parameter, public gtool_file_h::success_code = 0 |
Definition at line 56 of file gtool_file_h.f90.
Referenced by gtool_file::fileattachbuffer(), gtool_file::fileclose(), gtool_file::filecreate(), gtool_file::filedefassociatedcoordinates(), gtool_file::filedefaxis(), gtool_file::filedefinevariable(), gtool_file::filedetachbuffer(), gtool_file::fileenddef(), gtool_file::fileflush(), gtool_file::filegetglobalattributetext(), gtool_file::filegetshape(), gtool_file::filemakefname(), gtool_file::fileopen(), gtool_file::filereadvar1drealdp(), gtool_file::filereadvar2drealdp(), gtool_file::filereadvar2drealsp(), gtool_file::filereadvar3drealdp(), gtool_file::filereadvar3drealsp(), gtool_file::filereadvar4drealdp(), gtool_file::filereadvar4drealsp(), gtool_file::filesetoption(), gtool_file::filesettattr(), and gtool_file::filewrite1drealsp().
integer, parameter, public gtool_file_h::already_closed_code = 1 |
Definition at line 57 of file gtool_file_h.f90.
Referenced by gtool_file::fileclose().
integer, parameter, public gtool_file_h::already_existed_code = 2 |
Definition at line 58 of file gtool_file_h.f90.
Referenced by gtool_file::filedefassociatedcoordinates(), gtool_file::filedefaxis(), gtool_file::fileopen(), and gtool_file::filesettattr().
integer, parameter, public gtool_file_h::max_rank = 10 |
Definition at line 60 of file gtool_file_h.f90.
integer, dimension(0:3), parameter, public gtool_file_h::file_preclist = (/ 4, 8, 4, 8 /) |
Definition at line 78 of file gtool_file_h.f90.
Referenced by gtool_history::historyinit().