EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | eakf_analysis (num_hor, num_ver, this_hor, this_ver, boundary, x, N, stateDim, obsDim, rho) |
subroutine eakf_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 | ||
) |
Definition at line 27 of file eakf_analysis.f90.