Soil Water Balance (SWB2)
Loading...
Searching...
No Matches
file_operations.F90 File Reference

Go to the source code of this file.

Data Types

type  file_operations::ascii_file_t

Modules

module  file_operations

Functions/Subroutines

integer(c_int) function file_operations::return_fortran_unit_number_fn (this)
integer(c_int) function file_operations::return_num_lines_fn (this)
integer(c_int) function file_operations::return_num_records_fn (this)
integer(c_int) function file_operations::return_current_linenum_fn (this)
logical(c_bool) function file_operations::have_we_reached_the_eof_fn (this)
logical(c_bool) function file_operations::is_current_line_a_comment_fn (this)
subroutine file_operations::open_file_read_access_sub (this, sfilename, scommentchars, sdelimiters, lhasheader)
subroutine file_operations::open_file_write_access_sub (this, sfilename, lquiet)
subroutine file_operations::close_file_sub (this)
logical(c_bool) function file_operations::does_file_exist_fn (this, sfilename)
logical(c_bool) function file_operations::is_file_open_fn (this)
subroutine file_operations::count_number_of_lines_sub (this)
type(fstring_list_t) function file_operations::read_header_fn (this)
subroutine file_operations::write_line_of_data_sub (this, stext)
character(len=:) function, allocatable file_operations::read_line_of_data_fn (this)
character(len=:) function, allocatable, public file_operations::fully_qualified_filename (filename, pathname)

Variables

integer(c_int), parameter file_operations::max_str_len = 65536