FMS  2026.01.01-dev
Flexible Modeling System
horiz_interp_new Interface Reference

Private Member Functions

 horiz_interp_new_1d_dst_r4
 
 horiz_interp_new_1d_dst_r8
 
 horiz_interp_new_1d_r4
 
 horiz_interp_new_1d_r8
 
 horiz_interp_new_1d_src_r4
 
 horiz_interp_new_1d_src_r8
 
 horiz_interp_new_2d_r4
 
 horiz_interp_new_2d_r8
 

Detailed Description

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.


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