|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Data Types | |
| interface | modi_interp_grid::interp_grid |
Modules | |
| module | modi_interp_grid |
Functions/Subroutines | |
| subroutine | interp_grid_1d (PZ1, PT1, PZ2, PT2) |
| subroutine | interp_grid_2d (PZ1, PT1, PZ2, PT2) |
| 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 35 of file interp_grid.F90.
1.8.13