PDAF_netf_smootherT Subroutine

subroutine PDAF_netf_smootherT(step, dim_p, dim_obs_p, dim_ens, ens_p, rndmat, T, U_init_dim_obs, U_obs_op, U_init_obs, U_likelihood, 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
real, intent(inout) :: ens_p(dim_p,dim_ens)
real, intent(in) :: rndmat(dim_ens,dim_ens)
real, intent(inout) :: T(dim_ens,dim_ens)
real :: U_init_dim_obs
real :: U_obs_op
real :: U_init_obs
real :: U_likelihood
integer, intent(in) :: screen
integer, intent(inout) :: flag