32 | | * The **assimilation methods** (DA methods) are implemented in the core part of PDAF. They obtain information from the model and the observations and operate on abstract state vectors. For this, one has to fill and ensemble of state vectors with the values of the model fields. After the assimilation update, the analysis state vector is written back to the model fields. This functionality is implemented in separate routines that are supplied to the assimilation system by the user. The DA methods also interacts with the observations, providing the state vectors to the observation operator and obtaining observed model state vectors. |
33 | | * Information on **observations** (observation values, their coordinates and error estimates) have to be read from files. Further, one has to define the observation operator, which computes the model equivalent to the observations. PDAF-OMI provides a structured way for the handling of observations and to provide PDAF with the required information. |
| 32 | * Information on **observations** (observation values, their coordinates and error estimates) have to be read from files. Further, one has to define the observation operator, which computes the model equivalent to the observations. The PDAF Observation Module Interface (PDAF-OMI) provides a structured way for the handling of observations and to provide PDAF with the required information. |
| 33 | * The **assimilation methods** (DA methods) are implemented in the core part of PDAF. They obtain information from the model and the observations and operate on abstract state vectors. For this, one has to fill an ensemble of state vectors with the values of the model fields. After the assimilation update, the analysis state vector is written back to the model fields, or to restart files of the model for offline coupling. This functionality is implemented in separate routines that are supplied to the assimilation system by the user. The DA methods also interacts with the observations. PDAF provides the state vectors to the observation operator and obtaining observed model state vectors. Further the vector of observations, their error and coordinates to provided by PDAF-OMI. |