NCEPLIBS-ip  4.1.0
ip_interpolators_mod.F90
Go to the documentation of this file.
1 
4 
14  implicit none
15 
17  integer, parameter, public :: bilinear_interp_id = 0
19  integer, parameter, public :: bicubic_interp_id = 1
21  integer, parameter, public :: neighbor_interp_id = 2
23  integer, parameter, public :: budget_interp_id = 3
25  integer, parameter, public :: spectral_interp_id = 4
27  integer, parameter, public :: neighbor_budget_interp_id = 6
28 
29 contains
30 
31 
32 end module ip_interpolators_mod
33 
Bicubic interpolation routines for scalars and vectors.
Bilinear interpolation routines for scalars and vectors.
Budget interpolation routines for scalars and vectors.
Top-level module to export interpolation routines and constants.
integer, parameter, public neighbor_interp_id
integer, parameter, public bilinear_interp_id
integer, parameter, public budget_interp_id
integer, parameter, public spectral_interp_id
integer, parameter, public bicubic_interp_id
integer, parameter, public neighbor_budget_interp_id
Interpolate scalar fields (neighbor).
Interpolate scalar fields (neighbor).
Interpolate spectral.