Definition at line 57 of file CRTM_Interpolation.f90.
◆ 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 |
◆ 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 |
The documentation for this interface was generated from the following file: