|
SABER
|
Public Member Functions | |
| subroutine | func_vert_interp_setup (nl0, dl0, nl1, il0_interp, il1inf, il1sup, rinf, rsup) |
| Setup vertical interpolation levels and weights. More... | |
Definition at line 115 of file tools_func.F90.
| subroutine tools_func::vert_interp_setup::func_vert_interp_setup | ( | integer, intent(in) | nl0, |
| integer, intent(in) | dl0, | ||
| integer, intent(in) | nl1, | ||
| integer, dimension(nl1), intent(out) | il0_interp, | ||
| integer, dimension(nl0), intent(out) | il1inf, | ||
| integer, dimension(nl0), intent(out) | il1sup, | ||
| real(kind_real), dimension(nl0), intent(out) | rinf, | ||
| real(kind_real), dimension(nl0), intent(out) | rsup | ||
| ) |
Setup vertical interpolation levels and weights.
| [in] | nl0 | Number of levels |
| [in] | dl0 | Level delta |
| [in] | nl1 | Number of interpolation levels |
| [out] | il0_interp | Interpolation levels |
| [out] | il1inf | Inferior interpolation levels |
| [out] | il1sup | Superior interpolation levels |
| [out] | rinf | Inferior interpolation weights |
| [out] | rsup | Superior interpolation weights |
Definition at line 1036 of file tools_func.F90.