PDAF_enkf_gather_resid Subroutine

subroutine PDAF_enkf_gather_resid(dim_obs, dim_obs_p, dim_ens, resid_p, resid)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: dim_obs
integer, intent(in) :: dim_obs_p
integer, intent(in) :: dim_ens
real, intent(in) :: resid_p(dim_obs_p,dim_ens)
real, intent(out) :: resid(dim_obs,dim_ens)