SABER
|
Public Member Functions | |
subroutine | fit_ver_fill (mpl, n, x, profile) |
Missing values filling of a vertical profile. More... | |
Definition at line 50 of file tools_fit.F90.
subroutine tools_fit::ver_fill::fit_ver_fill | ( | type(mpl_type), intent(inout) | mpl, |
integer, intent(in) | n, | ||
real(kind_real), dimension(n), intent(in) | x, | ||
real(kind_real), dimension(n), intent(inout) | profile | ||
) |
Missing values filling of a vertical profile.
[in,out] | mpl | MPI data |
[in] | n | Vector size |
[in] | x | Coordinate |
[in,out] | profile | Vertical profile |
Definition at line 282 of file tools_fit.F90.