FV3 Bundle
|
Functions/Subroutines | |
subroutine, public | fast_fit (mpl, n, iz, dist, raw, fit_r) |
subroutine, public | ver_smooth (mpl, n, x, rv, profile) |
subroutine, public | ver_fill (mpl, n, x, profile) |
Variables | |
integer, parameter | itermax = 10 |
subroutine, public tools_fit::ver_fill | ( | type(mpl_type), intent(in) | mpl, |
integer, intent(in) | n, | ||
real(kind_real), dimension(n), intent(in) | x, | ||
real(kind_real), dimension(n), intent(inout) | profile | ||
) |
Definition at line 235 of file tools_fit.F90.
subroutine, public tools_fit::ver_smooth | ( | type(mpl_type), intent(in) | 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 | ||
) |
Definition at line 182 of file tools_fit.F90.
integer, parameter tools_fit::itermax = 10 |
Definition at line 18 of file tools_fit.F90.