SABER
tools_func::fit_lct Interface Reference

Public Member Functions

subroutine func_fit_lct (mpl, nc3, nl0r, dxsq, dysq, dxdy, dzsq, dmask, nscales, D, coef, fit)
 LCT fit. More...
 

Detailed Description

Definition at line 130 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_fit_lct()

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.

Parameters
[in,out]mplMPI data
[in]nc3Number of classes
[in]nl0rNumber of levels
[in]dxsqZonal separation squared
[in]dysqMeridian separation squared
[in]dxdyZonal x meridian separations product
[in]dzsqVertical separation squared
[in]dmaskMask
[in]nscalesNumber of LCT scales
[in]dLCT components
[in]coefLCT coefficients

Definition at line 1306 of file tools_func.F90.


The documentation for this interface was generated from the following file: