|
FMS
2026.01.01-dev
Flexible Modeling System
|
Generic interface to compute interpolation weights and mapping indices. Member subroutines and their main arguments are: horiz_interp_conserve_new_1dx1d_r4: input and output grids are provided as 1D arrays in 32-bit precision. horiz_interp_conserve_new_1dx1d_r8: input and output grids are provided as 1D arrays in 64-bit precision. horiz_interp_conserve_new_2dx1d_r4: input grid is provided as 2D arrays, output grid as 1D arrays, both in 32-bit precision. horiz_interp_conserve_new_2dx1d_r8: input grid is provided as 2D arrays, output grid as 1D arrays, both in 64-bit precision. horiz_interp_conserve_new_1dx2d_r4: input grid is provided as 1D arrays, output grid as 2D arrays, both in 32-bit precision. horiz_interp_conserve_new_1dx2d_r8: input grid is provided as 1D arrays, output grid as 2D arrays, both in 64-bit precision. horiz_interp_conserve_new_2dx2d_r4: input and output grids are provided as 2D arrays in 32-bit precision. horiz_interp_conserve_new_2dx2d_r8: input and output grids are provided as 2D arrays in 64-bit precision. More...
Generic interface to compute interpolation weights and mapping indices. Member subroutines and their main arguments are: horiz_interp_conserve_new_1dx1d_r4: input and output grids are provided as 1D arrays in 32-bit precision. horiz_interp_conserve_new_1dx1d_r8: input and output grids are provided as 1D arrays in 64-bit precision. horiz_interp_conserve_new_2dx1d_r4: input grid is provided as 2D arrays, output grid as 1D arrays, both in 32-bit precision. horiz_interp_conserve_new_2dx1d_r8: input grid is provided as 2D arrays, output grid as 1D arrays, both in 64-bit precision. horiz_interp_conserve_new_1dx2d_r4: input grid is provided as 1D arrays, output grid as 2D arrays, both in 32-bit precision. horiz_interp_conserve_new_1dx2d_r8: input grid is provided as 1D arrays, output grid as 2D arrays, both in 64-bit precision. horiz_interp_conserve_new_2dx2d_r4: input and output grids are provided as 2D arrays in 32-bit precision. horiz_interp_conserve_new_2dx2d_r8: input and output grids are provided as 2D arrays in 64-bit precision.
Definition at line 66 of file horiz_interp_conserve.F90.