SABER
|
Public Member Functions | |
subroutine | fit_fast_fit (mpl, n, iz, dist, raw, fit_r) |
Fast fit length-scale estimation based on the value at mid-height. More... | |
Definition at line 44 of file tools_fit.F90.
subroutine tools_fit::fast_fit::fit_fast_fit | ( | type(mpl_type), intent(inout) | mpl, |
integer, intent(in) | n, | ||
integer, intent(in) | iz, | ||
real(kind_real), dimension(n), intent(in) | dist, | ||
real(kind_real), dimension(n), intent(in) | raw, | ||
real(kind_real), intent(out) | fit_r | ||
) |
Fast fit length-scale estimation based on the value at mid-height.
[in,out] | mpl | MPI data |
[in] | n | Vector size |
[in] | iz | Zero separation index |
[in] | dist | Distance |
[in] | raw | Raw data |
[out] | fit_r | Fast fit result |
Definition at line 63 of file tools_fit.F90.