|
EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | generate_pf (stateDim, cnt, comm, x, pf) |
| subroutine to generate Pf matrix given ensemble members on a communicator More... | |
| subroutine generate_pf | ( | integer, intent(in) | stateDim, |
| integer, intent(in) | cnt, | ||
| integer, intent(in) | comm, | ||
| real(kind=rk), dimension(statedim,cnt), intent(in) | x, | ||
| real(kind=rk), dimension(statedim*(statedim+1)/2), intent(out) | pf | ||
| ) |
subroutine to generate Pf matrix given ensemble members on a communicator
| [in] | statedim | size of the state vectors |
| [in] | cnt | number of ensemble members on this process |
| [in] | comm | mpi communicator to use |
| [in] | x | the ensemble members on this process |
| [out] | pf | the Pf matrix i.e. the upper triangular part of the ensemble covariance matrix stored rectangular full packed form (see http://www.netlib.org/lapack/explore-html/db/d37/dtfttp_8f.html) |
Definition at line 31 of file generate_pf.f90.
