|
| subroutine, public | scale_file::file_setup (myrank) |
| | setup More...
|
| |
| subroutine, public | scale_file::file_finalize |
| | finalize More...
|
| |
| subroutine, public | scale_file::file_create (basename, title, source, institution, fid, existed, rankid, single, aggregate, time_units, calendar, allnodes, append) |
| | create file fid is >= 1 More...
|
| |
| subroutine, public | scale_file::file_add_associatedvariable (fid, vname, existed) |
| |
| subroutine, public | scale_file::file_set_option (fid, filetype, key, val) |
| |
| subroutine, public | scale_file::file_open (basename, fid, mode, single, allnodes, aggregate, rankid, postfix) |
| |
| logical function, public | scale_file::file_opened (fid) |
| | check if the file is opened? More...
|
| |
| logical function, public | scale_file::file_single (fid) |
| | check if the file is single More...
|
| |
| logical function, public | scale_file::file_allnodes (fid) |
| | check if the file is allnodes More...
|
| |
| subroutine, public | scale_file::file_get_dimlength (fid, dimname, len, error) |
| | get length of dimension More...
|
| |
| subroutine, public | scale_file::file_def_axis (fid, name, desc, units, dim_name, dtype, dim_size, bounds) |
| |
| subroutine, public | scale_file::file_def_associatedcoordinate (fid, name, desc, units, dim_names, dtype) |
| |
| subroutine, public | scale_file::file_def_variable (fid, varname, desc, units, standard_name, ndims, dims, dtype, vid, time_int, time_stats, existed) |
| |
| subroutine, public | scale_file::file_get_stepsize (fid, varname, len, error) |
| | get number of steps More...
|
| |
| subroutine, public | scale_file::file_enddef (fid) |
| |
| subroutine, public | scale_file::file_redef (fid) |
| |
| subroutine, public | scale_file::file_attach_buffer (fid, buf_amount) |
| |
| subroutine, public | scale_file::file_detach_buffer (fid) |
| |
| subroutine, public | scale_file::file_flush (fid) |
| |
| subroutine, public | scale_file::file_close (fid, abort) |
| |
| subroutine, public | scale_file::file_close_all (skip_abort) |
| |
| subroutine, public | scale_file::file_get_cftunits (date, tunits) |
| | get unit of time More...
|
| |
| logical function, public | scale_file::file_get_aggregate (fid) |
| |