cvt_adj_ens_pdaf Subroutine

private subroutine cvt_adj_ens_pdaf(iter, dim_p, dim_ens, dim_cvec_ens, ens_p, Vv_p, v_p)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: iter

< Iteration of optimization

integer, intent(in) :: dim_p

< PE-local dimension of state

integer, intent(in) :: dim_ens

< Ensemble size

integer, intent(in) :: dim_cvec_ens

< Number of columns in HV_p

real, intent(in), TARGET:: ens_p(dim_p,dim_ens)

< PE-local ensemble

real, intent(in), TARGET:: Vv_p(dim_p)

< PE-local input vector

real, intent(inout), TARGET:: v_p(dim_cvec_ens)

< PE-local result vector


Contents

None