CAM
file_functions Module Reference

Functions/Subroutines

subroutine, public file_read_1d (file_unit, path_and_filename, num_datapts, entries_per_line, variable)
 
subroutine, public file_read_2d (device, file_path, file_dimension1, file_dimension2, file_per_line, variable)
 

Function/Subroutine Documentation

◆ file_read_1d()

subroutine, public file_functions::file_read_1d ( integer, intent(in)  file_unit,
character(*), intent(in)  path_and_filename,
integer, intent(in)  num_datapts,
integer, intent(in)  entries_per_line,
real( kind = core_rknd ), dimension(num_datapts), intent(out)  variable 
)
Here is the caller graph for this function:

◆ file_read_2d()

subroutine, public file_functions::file_read_2d ( integer, intent(in)  device,
character(*), intent(in)  file_path,
integer, intent(in)  file_dimension1,
integer, intent(in)  file_dimension2,
integer, intent(in)  file_per_line,
real( kind = core_rknd ), dimension(file_dimension1,file_dimension2), intent(out)  variable 
)