Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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 | < Dimension of control vector |
||
real, | intent(in), | TARGET | :: | ens_p(dim_p,dim_ens) | < PE-local ensemble |
|
real, | intent(in), | TARGET | :: | v_p(dim_cvec_ens) | < PE-local control vector |
|
real, | intent(inout), | TARGET | :: | Vv_p(dim_p) | < PE-local state increment |