NCEPLIBS-ip  5.0.0
ip_mod.F90
Go to the documentation of this file.
1 
4 
6 module ip_mod
7 
8  ! Make these constants public to everyone instead of
9  ! using numbers directly
16 
17  use ipolates_mod
18  use ipolatev_mod
19  use gdswzd_mod
20 end module ip_mod
Driver module for gdswzd routines.
Definition: gdswzd_mod.F90:25
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
Top-level module for the ip library which re-exports public routines such as ipolates,...
Definition: ip_mod.F90:6
Top-level driver for scalar interpolation interpolation routine ipolates().
Definition: ipolates.F90:12
Top-level driver for vector interpolation interpolation routine ipolatev().
Definition: ipolatev.F90:10