NCEPLIBS-ip  4.1.0
budget_interp_mod.F90 File Reference

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

Go to the source code of this file.

Data Types

interface  budget_interp_mod::interpolate_budget
 

Modules

module  budget_interp_mod
 Budget interpolation routines for scalars and vectors.
 

Functions/Subroutines

subroutine budget_interp_mod::interpolate_budget_scalar (IPOPT, grid_in, grid_out, MI, MO, KM, IBI, LI, GI, NO, RLAT, RLON, IBO, LO, GO, IRET)
 Performs budget interpolation from any grid to any grid (or to random station points) for scalar fields. More...
 
subroutine budget_interp_mod::interpolate_budget_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 budget interpolation from any grid to any grid (or to random station points) for vector fields. More...
 

Detailed Description

Budget interpolation routines for scalars and vectors.

Author
Mark Iredell, Kyle Gerheiser, Eric Engle
Date
July 2021

Definition in file budget_interp_mod.F90.