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

Go to the source code of this file.

Data Types

module  modi_ver_interp_lin_surf
 
interface  modi_ver_interp_lin_surf::ver_interp_lin_surf
 

Functions/Subroutines

real function, dimension(size(kklin,
1), size(kklin, 2), size(kklin, 3)) 
ver_interp_lin3d_surf_bis (PVAR1, KKLIN, PCOEFLIN)
 
real function, dimension(size(kklin,
1), size(kklin, 2)) 
ver_interp_lin2d_surf (PVAR1, KKLIN, PCOEFLIN)
 
real function, dimension(size(kklin)) ver_interp_lin1d_surf (PVAR1, KKLIN, PCOEFLIN)
 

Function/Subroutine Documentation

real function, dimension(size(kklin)) ver_interp_lin1d_surf ( real, dimension(:), intent(in)  PVAR1,
integer, dimension(:), intent(in)  KKLIN,
real, dimension(:), intent(in)  PCOEFLIN 
)

Definition at line 224 of file ver_interp_lin_surf.F90.

Here is the call graph for this function:

real function, dimension(size(kklin,1),size(kklin,2)) ver_interp_lin2d_surf ( real, dimension(:,:), intent(in)  PVAR1,
integer, dimension(:,:), intent(in)  KKLIN,
real, dimension(:,:), intent(in)  PCOEFLIN 
)

Definition at line 135 of file ver_interp_lin_surf.F90.

Here is the call graph for this function:

real function, dimension(size(kklin,1),size(kklin,2),size(kklin,3)) ver_interp_lin3d_surf_bis ( real, dimension(:,:,:), intent(in)  PVAR1,
integer, dimension(:,:,:), intent(in)  KKLIN,
real, dimension(:,:,:), intent(in)  PCOEFLIN 
)

Definition at line 61 of file ver_interp_lin_surf.F90.

Here is the call graph for this function: