EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | phalf_etkf (nrhs, x, px) |
Subroutine to go from N(0,Q) to N(0,P) More... | |
subroutine phalf_etkf | ( | integer, intent(in) | nrhs, |
real(kind=rk), dimension(state_dim,nrhs), intent(in) | x, | ||
real(kind=rk), dimension(state_dim,nrhs), intent(out) | px | ||
) |
Subroutine to go from N(0,Q) to N(0,P)
[in] | nrhs | the number of right hand sides |
[in] | x | the input vector, assumed to be columns N(0,I) |
[out] | px | the resulting vector where Px \(= P^{\frac{1}{2}}x\) |
Definition at line 30 of file phalf_etkf.f90.