NCEPLIBS-ip  5.1.0
bilinear_interp_mod.F90 File Reference

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

Go to the source code of this file.

Data Types

interface  bilinear_interp_mod::interpolate_bilinear
 

Modules

module  bilinear_interp_mod
 Bilinear interpolation routines for scalars and vectors.
 

Functions/Subroutines

subroutine bilinear_interp_mod::interpolate_bilinear_scalar (IPOPT, grid_in, grid_out, MI, MO, KM, IBI, LI, GI, NO, RLAT, RLON, IBO, LO, GO, IRET)
 This subprogram performs bilinear interpolation from any grid to any grid for scalar fields. More...
 
subroutine bilinear_interp_mod::interpolate_bilinear_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 bilinear interpolation from any grid to any grid for vector fields. More...
 

Detailed Description

Bilinear interpolation routines for scalars and vectors.

Author
Mark Iredell, Kyle Gerheiser, Eric Engle

Definition in file bilinear_interp_mod.F90.