EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | etkf_analysis (num_hor, num_ver, this_hor, this_ver, boundary, x, N, stateDim, obsDim, rho) |
subroutine to perform the ensemble transform Kalman filter More... | |
subroutine etkf_analysis | ( | integer, intent(in) | num_hor, |
integer, intent(in) | num_ver, | ||
integer, intent(in) | this_hor, | ||
integer, intent(in) | this_ver, | ||
integer, intent(in) | boundary, | ||
real(kind=rk), dimension(statedim,n), intent(inout) | x, | ||
integer, intent(in) | N, | ||
integer, intent(in) | stateDim, | ||
integer, intent(in) | obsDim, | ||
real(kind=rk), intent(in) | rho | ||
) |
subroutine to perform the ensemble transform Kalman filter
Definition at line 34 of file etkf_analysis.f90.