to_array_from_file Function

public function to_array_from_file(filename, array_shape) result(real_array)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename
integer(kind=int32), intent(in) :: array_shape(1:2)

Return Value real(kind=real64), allocatable, (:,:)