PetscDAEnsembleForecast#
Advances the entire ensemble through the user-supplied forecast model.
Synopsis#
PetscErrorCode PetscDAEnsembleForecast(PetscDA da, PetscDAEnsembleForecastFn *model, PetscCtx ctx)
Collective
Input Parameters#
Note#
The columns of the ensemble matrix are the individual members; model advances them in place.
See Also#
PetscDA: Data Assimilation, PetscDA, PETSCDALETKF, PetscDAEnsembleAnalysis()
Level#
intermediate
Location#
Examples#
src/ml/da/tutorials/ex1.c
src/ml/da/tutorials/ex2.c
src/ml/da/tutorials/ex4.c
src/ml/da/tutorials/ex3.c
Implementations#
PetscDAEnsembleForecast_Ensemble() in src/ml/da/impls/ensemble/daensemble.c
Index of all PetscDA routines
Table of Contents for all manual pages
Index of all manual pages