NCEPLIBS-ip
4.4.0
|
Top-level driver for scalar interpolation routine ipolates(). More...
Go to the source code of this file.
Data Types | |
interface | ipolates_mod::ipolates |
Modules | |
module | ipolates_mod |
Top-level driver for scalar interpolation interpolation routine ipolates(). | |
Functions/Subroutines | |
subroutine, public | ipolates_mod::ipolates_grib1 (ip, ipopt, kgdsi, kgdso, mi, mo, km, ibi, li, gi, no, rlat, rlon, ibo, lo, go, iret) |
This subprogram interpolates scalar field from any grid to any grid given a grib1 Grid Descriptor Section. More... | |
subroutine, public | ipolates_mod::ipolates_grib1_single_field (ip, ipopt, kgdsi, kgdso, mi, mo, km, ibi, li, gi, no, rlat, rlon, ibo, lo, go, iret) |
Special case of ipolates_grib1 when interpolating a single field. More... | |
subroutine, public | ipolates_mod::ipolates_grib2 (IP, IPOPT, IGDTNUMI, IGDTMPLI, IGDTLENI, IGDTNUMO, IGDTMPLO, IGDTLENO, MI, MO, KM, IBI, LI, GI, NO, RLAT, RLON, IBO, LO, GO, IRET) |
This subprogram interpolates scalar field from any grid to any grid given a grib2 descriptor. More... | |
subroutine, public | ipolates_mod::ipolates_grib2_single_field (IP, IPOPT, IGDTNUMI, IGDTMPLI, IGDTLENI, IGDTNUMO, IGDTMPLO, IGDTLENO, MI, MO, KM, IBI, LI, GI, NO, RLAT, RLON, IBO, LO, GO, IRET) |
Special case of ipolates_grib2 when interpolating a single field. More... | |
subroutine | ipolates_mod::ipolates_grid (ip, ipopt, grid_in, grid_out, mi, mo, km, ibi, li, gi, no, rlat, rlon, ibo, lo, go, iret) |
Interpolates scalar fields between grids given ip_grid objects. More... | |
Top-level driver for scalar interpolation routine ipolates().
Definition in file ipolates.F90.