PDAF_enkf_analysis_rlm Subroutine

subroutine PDAF_enkf_analysis_rlm(step, dim_p, dim_obs_p, dim_ens, rank_ana, state_p, ens_p, HXB, forget, U_init_dim_obs, U_obs_op, U_add_obs_err, U_init_obs, U_init_obs_covar, screen, flag)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: step
integer, intent(in) :: dim_p
integer, intent(out) :: dim_obs_p
integer, intent(in) :: dim_ens
integer, intent(in) :: rank_ana
real, intent(inout) :: state_p(dim_p)
real, intent(inout) :: ens_p(dim_p,dim_ens)
real, intent(inout) :: HXB(dim_ens,dim_ens)
real, intent(in) :: forget
real :: U_init_dim_obs
real :: U_obs_op
real :: U_add_obs_err
real :: U_init_obs
real :: U_init_obs_covar
integer, intent(in) :: screen
integer, intent(inout) :: flag