SABER
tools_func::fit_diag Interface Reference

Public Member Functions

subroutine func_fit_diag (mpl, nc3, nl0r, nl0, l0rl0_to_l0, disth, distv, coef, rh, rv, fit)
 Compute diagnostic fit function. More...
 

Detailed Description

Definition at line 98 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_fit_diag()

subroutine tools_func::fit_diag::func_fit_diag ( type(mpl_type), intent(inout)  mpl,
integer, intent(in)  nc3,
integer, intent(in)  nl0r,
integer, intent(in)  nl0,
integer, dimension(nl0r,nl0), intent(in)  l0rl0_to_l0,
real(kind_real), dimension(nc3), intent(in)  disth,
real(kind_real), dimension(nl0,nl0), intent(in)  distv,
real(kind_real), dimension(nl0), intent(in)  coef,
real(kind_real), dimension(nl0), intent(in)  rh,
real(kind_real), dimension(nl0), intent(in)  rv,
real(kind_real), dimension(nc3,nl0r,nl0), intent(out)  fit 
)

Compute diagnostic fit function.

Parameters
[in,out]mplMPI data
[in]nc3Number of classes
[in]nl0rEffective number of levels
[in]nl0Number of levels
[in]l0rl0_to_l0Effective level to level
[in]disthHorizontal distance
[in]distvVertical distance
[in]coefDiagonal coefficient
[in]rhHorizontal support radius
[in]rvVertical support radius

Definition at line 775 of file tools_func.F90.


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