SABER
|
Public Member Functions | |
subroutine | fit_ver_smooth (mpl, n, x, rv, profile) |
Homogeneous smoothing of a vertical profile. More... | |
Definition at line 47 of file tools_fit.F90.
subroutine tools_fit::ver_smooth::fit_ver_smooth | ( | type(mpl_type), intent(inout) | mpl, |
integer, intent(in) | n, | ||
real(kind_real), dimension(n), intent(in) | x, | ||
real(kind_real), intent(in) | rv, | ||
real(kind_real), dimension(n), intent(inout) | profile | ||
) |
Homogeneous smoothing of a vertical profile.
[in,out] | mpl | MPI data |
[in] | n | Vector size |
[in] | x | Coordinate |
[in] | rv | Filtering support radius |
[in,out] | profile | Vertical profile |
Definition at line 218 of file tools_fit.F90.