FV3 Bundle
crtm_interpolation::find_index Interface Reference

Private Member Functions

subroutine find_regular_index (x, dx, x_int, i1, i2, out_of_bounds)
 
subroutine find_random_index (x, x_int, i1, i2, out_of_bounds)
 

Detailed Description

Definition at line 57 of file CRTM_Interpolation.f90.

Member Function/Subroutine Documentation

◆ find_random_index()

subroutine crtm_interpolation::find_index::find_random_index ( real(fp), dimension(:), intent(in)  x,
real(fp), intent(inout)  x_int,
integer, intent(inout)  i1,
integer, intent(inout)  i2,
logical, intent(inout)  out_of_bounds 
)
private

Definition at line 772 of file CRTM_Interpolation.f90.

◆ find_regular_index()

subroutine crtm_interpolation::find_index::find_regular_index ( real(fp), dimension(:), intent(in)  x,
real(fp), intent(in)  dx,
real(fp), intent(inout)  x_int,
integer, intent(inout)  i1,
integer, intent(inout)  i2,
logical, intent(inout)  out_of_bounds 
)
private

Definition at line 749 of file CRTM_Interpolation.f90.


The documentation for this interface was generated from the following file: