SABER
|
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... | |
Definition at line 46 of file tools_wrfda.F90.
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.
[in,out] | mpl | MPI data |
[in] | kz | Dimension of error matrix |
[in] | bx | Vert. background error |
[out] | e | Eigenvectors of Bx |
[out] | l | Eigenvalues of Bx |
Definition at line 163 of file tools_wrfda.F90.