SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
Data Types | Functions/Subroutines
/home/dasprezs/EXPORT_v7_3/src/SURFEX/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 30 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 106 of file interp_grid.F90.

Here is the call graph for this function: