PDAF_lenkf_update Subroutine

subroutine PDAF_lenkf_update(step, dim_p, dim_obs_p, dim_ens, state_p, ens_p, rank_ana, U_init_dim_obs, U_obs_op, U_add_obs_err, U_init_obs, U_init_obs_covar, U_prepoststep, U_localize, screen, subtype, 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
real, intent(inout) :: state_p(dim_p)
real, intent(inout) :: ens_p(dim_p,dim_ens)
integer, intent(in) :: rank_ana
real :: U_init_dim_obs
real :: U_obs_op
real :: U_add_obs_err
real :: U_init_obs
real :: U_init_obs_covar
real :: U_prepoststep
real :: U_localize
integer, intent(in) :: screen
integer, intent(in) :: subtype
integer, intent(inout) :: flag