PDAF_enkf_update Subroutine

subroutine PDAF_enkf_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, screen, subtype, dim_lag, sens_p, cnt_maxlag, 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
integer, intent(in) :: screen
integer, intent(in) :: subtype
integer, intent(in) :: dim_lag
real, intent(inout) :: sens_p(dim_p,dim_ens,dim_lag)
integer, intent(inout) :: cnt_maxlag
integer, intent(inout) :: flag