|
SABER
|
Public Member Functions | |
| subroutine | func_fit_lct (mpl, nc, nl0, dxsq, dysq, dxdy, dzsq, dmask, nscales, D, coef, fit) |
| LCT fit. More... | |
Definition at line 107 of file tools_func.F90.
| subroutine tools_func::fit_lct::func_fit_lct | ( | type(mpl_type), intent(inout) | mpl, |
| integer, intent(in) | nc, | ||
| integer, intent(in) | nl0, | ||
| real(kind_real), dimension(nc,nl0), intent(in) | dxsq, | ||
| real(kind_real), dimension(nc,nl0), intent(in) | dysq, | ||
| real(kind_real), dimension(nc,nl0), intent(in) | dxdy, | ||
| real(kind_real), dimension(nc,nl0), intent(in) | dzsq, | ||
| logical, dimension(nc,nl0), 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(nc,nl0), intent(out) | fit | ||
| ) |
LCT fit.
| [in,out] | mpl | MPI data |
| [in] | nc | Number of classes |
| [in] | nl0 | 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 1037 of file tools_func.F90.