FV3 Bundle
search_utility Module Reference

Functions/Subroutines

integer function, public bisection_search (x, u, xLower, xUpper)
 
integer function, dimension(size(u)), public value_locate (x, u)
 

Variables

character(*), parameter module_version_id = '$Id: Search_Utility.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 

Function/Subroutine Documentation

◆ bisection_search()

integer function, public search_utility::bisection_search ( real(fp), dimension(:), intent(in)  x,
real(fp), intent(in)  u,
integer, intent(in), optional  xLower,
integer, intent(in), optional  xUpper 
)

Definition at line 103 of file Search_Utility.f90.

Here is the caller graph for this function:

◆ value_locate()

integer function, dimension(size(u)), public search_utility::value_locate ( real(fp), dimension(:), intent(in)  x,
real(fp), dimension(:), intent(in)  u 
)

Definition at line 203 of file Search_Utility.f90.

Here is the call graph for this function:

Variable Documentation

◆ module_version_id

character(*), parameter search_utility::module_version_id = '$Id: Search_Utility.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
private

Definition at line 35 of file Search_Utility.f90.