| SABER
    | 
| Public Member Functions | |
| subroutine | func_fit_diag (mpl, nc3, nl0r, disth, distv, coef, rh, rv, fit) | 
| Compute diagnostic fit function.  More... | |
Definition at line 121 of file tools_func.F90.
| subroutine tools_func::fit_diag::func_fit_diag | ( | type(mpl_type), intent(inout) | mpl, | 
| integer, intent(in) | nc3, | ||
| integer, intent(in) | nl0r, | ||
| real(kind_real), dimension(nc3), intent(in) | disth, | ||
| real(kind_real), dimension(nl0r), intent(in) | distv, | ||
| real(kind_real), intent(in) | coef, | ||
| real(kind_real), intent(in) | rh, | ||
| real(kind_real), intent(in) | rv, | ||
| real(kind_real), dimension(nc3,nl0r), intent(out) | fit | ||
| ) | 
Compute diagnostic fit function.
| [in,out] | mpl | MPI data | 
| [in] | nc3 | Number of classes | 
| [in] | nl0r | Effective number of levels | 
| [in] | disth | Horizontal distance | 
| [in] | distv | Vertical distance | 
| [in] | coef | Diagonal coefficient | 
| [in] | rh | Horizontal support radius | 
| [in] | rv | Vertical support radius | 
Definition at line 1147 of file tools_func.F90.