PB3D  [2.45]
Ideal linear high-n MHD stability in 3-D
Modules | Functions/Subroutines
files_utilities.f90 File Reference

Go to the source code of this file.

Modules

module  files_utilities
 Numerical utilities related to files.
 

Functions/Subroutines

integer function, public files_utilities::nextunit (unit)
 Search for available new unit. More...
 
integer function, public files_utilities::skip_comment (file_i, file_name)
 Skips comment when reading a file. More...
 
subroutine, public files_utilities::get_file_info (file_name, file_size, acc_time, mod_time)
 Gets file information. More...
 
character(len=max_str_ln) function, public files_utilities::get_full_pb3d_name (rich_lvl)
 Returns the name of the PB3D output file. More...
 
integer function, public files_utilities::delete_file (file_name)
 Removes a file. More...
 
integer function, public files_utilities::count_lines (file_i)
 Count non-comment lines in a file. More...