SABER
tools_func::vert_interp Interface Reference

Public Member Functions

subroutine func_vert_interp (mpl, nl1, var_l1, nl0, il1inf, il1sup, rinf, rsup, var_l0)
 Apply vertical interpolation. More...
 

Detailed Description

Definition at line 118 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_vert_interp()

subroutine tools_func::vert_interp::func_vert_interp ( type(mpl_type), intent(inout)  mpl,
integer, intent(in)  nl1,
real(kind_real), dimension(nl1), intent(in)  var_l1,
integer, intent(in)  nl0,
integer, dimension(nl0), intent(in)  il1inf,
integer, dimension(nl0), intent(in)  il1sup,
real(kind_real), dimension(nl0), intent(in)  rinf,
real(kind_real), dimension(nl0), intent(in)  rsup,
real(kind_real), dimension(nl0), intent(out)  var_l0 
)

Apply vertical interpolation.

Parameters
[in,out]mplMPI data
[in]nl1Number of interpolation levels
[in]var_l1Input variable
[in]nl0Number of levels
[in]il1infInferior interpolation levels
[in]il1supSuperior interpolation levels
[in]rinfInferior interpolation weights
[in]rsupSuperior interpolation weights
[out]var_l0Output variable

Definition at line 1105 of file tools_func.F90.


The documentation for this interface was generated from the following file: