FV3 Bundle
file_utility Module Reference

Data Types

interface  file_exists
 
interface  file_open
 

Functions/Subroutines

integer function, public get_lun ()
 
logical function file_unit_exists (FileID)
 
logical function file_name_exists (Filename)
 
logical function file_open_by_unit (FileID)
 
logical function file_open_by_name (Filename)
 
integer function, public count_lines_in_file (Filename, NoComment, NoBlank)
 

Function/Subroutine Documentation

◆ count_lines_in_file()

integer function, public file_utility::count_lines_in_file ( character(*), intent(in)  Filename,
character(*), intent(in), optional  NoComment,
integer, intent(in), optional  NoBlank 
)

Definition at line 256 of file File_Utility.f90.

Here is the call graph for this function:

◆ file_name_exists()

logical function file_utility::file_name_exists ( character( * ), intent(in)  Filename)
private

Definition at line 147 of file File_Utility.f90.

◆ file_open_by_name()

logical function file_utility::file_open_by_name ( character( * ), intent(in)  Filename)
private

Definition at line 198 of file File_Utility.f90.

◆ file_open_by_unit()

logical function file_utility::file_open_by_unit ( integer, intent(in)  FileID)
private

Definition at line 191 of file File_Utility.f90.

◆ file_unit_exists()

logical function file_utility::file_unit_exists ( integer, intent(in)  FileID)
private

Definition at line 140 of file File_Utility.f90.

◆ get_lun()

integer function, public file_utility::get_lun ( )

Definition at line 85 of file File_Utility.f90.

Here is the caller graph for this function: