SABER
tools_wrfda::da_eof_decomposition Interface Reference

Public Member Functions

subroutine wrfda_da_eof_decomposition (mpl, kz, bx, e, l)
 Compute eigenvectors E and eigenvalues L of covariance matrix. B_{x} defined by equation: E^{T} B_{x} E = L, given input kz x kz matrix. More...
 

Detailed Description

Definition at line 46 of file tools_wrfda.F90.

Member Function/Subroutine Documentation

◆ wrfda_da_eof_decomposition()

subroutine tools_wrfda::da_eof_decomposition::wrfda_da_eof_decomposition ( type(mpl_type), intent(inout)  mpl,
integer, intent(in)  kz,
real(kind_real), dimension(1:kz,1:kz), intent(in)  bx,
real(kind_real), dimension(1:kz,1:kz), intent(out)  e,
real(kind_real), dimension(1:kz), intent(out)  l 
)

Compute eigenvectors E and eigenvalues L of covariance matrix. B_{x} defined by equation: E^{T} B_{x} E = L, given input kz x kz matrix.

Parameters
[in,out]mplMPI data
[in]kzDimension of error matrix
[in]bxVert. background error
[out]eEigenvectors of Bx
[out]lEigenvalues of Bx

Definition at line 163 of file tools_wrfda.F90.


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