SABER
|
Subroutines/functions list. More...
Data Types | |
interface | fast_fit |
interface | ver_smooth |
interface | ver_fill |
Functions/Subroutines | |
subroutine | fit_fast_fit (mpl, n, iz, dist, raw, fit_r) |
Fast fit length-scale estimation based on the value at mid-height. More... | |
subroutine | fit_ver_smooth (mpl, n, x, rv, profile) |
Homogeneous smoothing of a vertical profile. More... | |
subroutine | fit_ver_fill (mpl, n, x, profile) |
Missing values filling of a vertical profile. More... | |
Variables | |
integer, parameter | itermax = 10 |
Maximum number of iteration for the threshold definition. More... | |
Subroutines/functions list.
Instrumentation functions Fit-related tools
|
private |
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.
|
private |
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.
|
private |
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.
integer, parameter tools_fit::itermax = 10 |
Maximum number of iteration for the threshold definition.
Definition at line 42 of file tools_fit.F90.