NCEPLIBS-ip  5.1.0
bicubic_interp_mod.F90 File Reference

Bicubic interpolation routines for scalars and vectors. More...

Go to the source code of this file.

Data Types

interface  bicubic_interp_mod::interpolate_bicubic
 

Modules

module  bicubic_interp_mod
 Bicubic interpolation routines for scalars and vectors.
 

Functions/Subroutines

subroutine bicubic_interp_mod::interpolate_bicubic_scalar (IPOPT, grid_in, grid_out, MI, MO, KM, IBI, LI, GI, NO, RLAT, RLON, IBO, LO, GO, IRET)
 This subprogram performs bicubic interpolation from any grid to any grid for scalar fields. More...
 
subroutine bicubic_interp_mod::interpolate_bicubic_vector (ipopt, grid_in, grid_out, mi, mo, km, ibi, li, ui, vi, no, rlat, rlon, crot, srot, ibo, lo, uo, vo, iret)
 This subprogram performs bicubic interpolation from any grid to any grid for vector fields. More...
 

Detailed Description

Bicubic interpolation routines for scalars and vectors.

Author
Mark Iredell, Kyle Gerheiser, Eric Engle

Definition in file bicubic_interp_mod.F90.