SABER
tools_wrfda.F90 File Reference

Go to the source code of this file.

Data Types

interface  tools_wrfda::pseudoinv
 
interface  tools_wrfda::da_eof_decomposition
 
interface  tools_wrfda::da_eof_dominant_mode
 
interface  tools_wrfda::da_eof_recomposition
 

Modules

module  tools_wrfda
 Subroutines/functions list.
 

Functions/Subroutines

subroutine tools_wrfda::wrfda_pseudoinv (mpl, n, a, ainv, mmax, var_th)
 Compute the pseudo-inverse of a covariance matrix. More...
 
subroutine tools_wrfda::wrfda_da_eof_decomposition (mpl, n, a, evec, eval)
 Compute eigenvectors and eigenvalues of a covariance matrix. More...
 
integer function tools_wrfda::wrfda_da_eof_dominant_mode (n, eval, var_th)
 Compute dominant mode given a variance threshold. More...
 
subroutine tools_wrfda::wrfda_da_eof_recomposition (n, mmax, evec, eval, a)
 Recompute covariance matrix from a subset of eigenvectors and eigenvalues. More...