EMPIRE DA  v1.9.1
Data assimilation codes using EMPIRE communication
 All Classes Files Functions Variables Pages
generate_pf.f90 File Reference

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...
 

Function/Subroutine Documentation

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

Parameters
[in]statedimsize of the state vectors
[in]cntnumber of ensemble members on this process
[in]commmpi communicator to use
[in]xthe ensemble members on this process
[out]pfthe 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.

Here is the caller graph for this function: