SABER
|
Public Member Functions | |
subroutine | func_vert_interp (mpl, nl1, var_l1, nl0, il1inf, il1sup, rinf, rsup, var_l0) |
Apply vertical interpolation. More... | |
Definition at line 118 of file tools_func.F90.
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.
[in,out] | mpl | MPI data |
[in] | nl1 | Number of interpolation levels |
[in] | var_l1 | Input variable |
[in] | nl0 | Number of levels |
[in] | il1inf | Inferior interpolation levels |
[in] | il1sup | Superior interpolation levels |
[in] | rinf | Inferior interpolation weights |
[in] | rsup | Superior interpolation weights |
[out] | var_l0 | Output variable |
Definition at line 1105 of file tools_func.F90.