Generic interface to
horiz_interp_new procedures to compute interpolation weights and mapping indices. Following captures the main input arguemnts for each member subroutine: horiz_interp_new_1d_r4: input and output grids are provided as 1D arrays in 32-bit floating point precision. horiz_interp_new_1d_r8: input and output grids are provided as 1D arrays in 64-bit floating point precision. horiz_interp_new_1d_src_r4: input grid is provided as 1D arrays, output grid as 2D arrays, both in 32-bit precision. horiz_interp_new_1d_src_r8: input grid is provided as 1D arrays, output grid as 2D arrays, both in 64-bit precision. horiz_interp_new_2d_r4: input and output grids are provided as 2D arrays in 32-bit precision. horiz_interp_new_2d_r8: input and output grids are provided as 2D arrays in 64-bit precision. horiz_interp_new_1d_dst_r4: input grid is provided as 2D arrays, output grid as 1D arrays, both in 32-bit precision. horiz_interp_new_1d_dst_r8: input grid is provided as 2D arrays, output grid as 1D arrays, both in 64-bit precision.
Definition at line 86 of file horiz_interp.F90.