SABER
|
Public Member Functions | |
subroutine | func_fit_lct (mpl, nc3, nl0r, dxsq, dysq, dxdy, dzsq, dmask, nscales, D, coef, fit) |
LCT fit. More... | |
Definition at line 130 of file tools_func.F90.
subroutine tools_func::fit_lct::func_fit_lct | ( | type(mpl_type), intent(inout) | mpl, |
integer, intent(in) | nc3, | ||
integer, intent(in) | nl0r, | ||
real(kind_real), dimension(nc3,nl0r), intent(in) | dxsq, | ||
real(kind_real), dimension(nc3,nl0r), intent(in) | dysq, | ||
real(kind_real), dimension(nc3,nl0r), intent(in) | dxdy, | ||
real(kind_real), dimension(nc3,nl0r), intent(in) | dzsq, | ||
logical, dimension(nc3,nl0r), intent(in) | dmask, | ||
integer, intent(in) | nscales, | ||
real(kind_real), dimension(4,nscales), intent(in) | D, | ||
real(kind_real), dimension(nscales), intent(in) | coef, | ||
real(kind_real), dimension(nc3,nl0r), intent(out) | fit | ||
) |
LCT fit.
[in,out] | mpl | MPI data |
[in] | nc3 | Number of classes |
[in] | nl0r | Number of levels |
[in] | dxsq | Zonal separation squared |
[in] | dysq | Meridian separation squared |
[in] | dxdy | Zonal x meridian separations product |
[in] | dzsq | Vertical separation squared |
[in] | dmask | Mask |
[in] | nscales | Number of LCT scales |
[in] | d | LCT components |
[in] | coef | LCT coefficients |
Definition at line 1306 of file tools_func.F90.