FV3 Bundle
tools_fit Module Reference

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
 

Function/Subroutine Documentation

◆ fast_fit()

subroutine, public tools_fit::fast_fit ( type(mpl_type), intent(in)  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 
)

Definition at line 30 of file tools_fit.F90.

Here is the call graph for this function:

◆ ver_fill()

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.

◆ ver_smooth()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ itermax

integer, parameter tools_fit::itermax = 10

Definition at line 18 of file tools_fit.F90.