SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Data Types | Functions/Subroutines
interp_grid.F90 File Reference

Go to the source code of this file.

Data Types

module  modi_interp_grid
 
interface  modi_interp_grid::interp_grid
 

Functions/Subroutines

subroutine interp_grid_1d (PZ1, PT1, PZ2, PT2)
 
subroutine interp_grid_2d (PZ1, PT1, PZ2, PT2)
 

Function/Subroutine Documentation

subroutine interp_grid_1d ( real, dimension(:,:), intent(in)  PZ1,
real, dimension(:,:), intent(in)  PT1,
real, dimension(:), intent(in)  PZ2,
real, dimension(:,:), intent(out)  PT2 
)

Definition at line 34 of file interp_grid.F90.

Here is the call graph for this function:

subroutine interp_grid_2d ( real, dimension(:,:), intent(in)  PZ1,
real, dimension(:,:), intent(in)  PT1,
real, dimension(:,:), intent(in)  PZ2,
real, dimension(:,:), intent(out)  PT2 
)

Definition at line 110 of file interp_grid.F90.

Here is the call graph for this function: