LMDZ
array_lib Module Reference

Functions/Subroutines

integer *4 function infind (list, val, sort, dist)
 
subroutine lin_interpolate (yarr, xarr, yyarr, xxarr, tol)
 

Function/Subroutine Documentation

integer*4 function array_lib::infind ( real*8, dimension(:), intent(in)  list,
real*8, intent(in)  val,
integer, intent(in), optional  sort,
real*8, intent(out), optional  dist 
)

Definition at line 17 of file array_lib.F90.

Here is the caller graph for this function:

subroutine array_lib::lin_interpolate ( real*8, dimension(:), intent(in)  yarr,
real*8, dimension(:), intent(in)  xarr,
real*8, dimension(size(xxarr)), intent(out)  yyarr,
real*8, dimension(:), intent(in)  xxarr,
real*8, intent(in)  tol 
)

Definition at line 99 of file array_lib.F90.

Here is the call graph for this function:

Here is the caller graph for this function: