Changes between Version 32 and Version 33 of GeneralImplementationConcept


Ignore:
Timestamp:
Jan 25, 2026, 9:19:09 AM (2 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeneralImplementationConcept

    v32 v33  
    3838
    3939PDAF supports two possibilities to build a data assimilation system. Figure 2 sketches how these are realized with PDAF:
    40  1. '''Online coupling:''' [[BR]] In the online coupling mode, calls to subroutines for the data assimilation are inserted into the model code. Thesse routines call the PDAF core routines. A single data-assimilative model program is compiled. While running this single program, the necessary ensemble integrations and the actual assimilation are performed. The information transfer between the model and the data assimilation functions are performed in memory.
    41  1. '''Offline coupling:''' [[BR]] In the offline coupling mode, the model is executed separately from the assimilation program. The model write restart files, which are used as inputs for the assimilation program. After computing the analysis step with the DA method, the assimilation program writes new restart files for the model, which is then started to compute the next forecast phase. In Figure 1, the model on the bottom left side is replaced by the reading and writing of files.
     40 1. '''Online coupling:''' [[BR]] In the online coupling mode, calls to subroutines for the data assimilation are inserted into the model code. Thesse routines call the PDAF core routines. A single data-assimilative model program with ensemble integration functionality provided by PDAF is compiled. While running this single program, the necessary ensemble integrations and the actual assimilation are performed. The information transfer between the model and the data assimilation functions are performed in memory.
     41 1. '''Offline coupling:''' [[BR]] In the offline coupling mode, the model is executed separately from the assimilation program. The model write restart files, which are used as inputs for the assimilation program. After computing the analysis step with the DA method, the assimilation program writes new restart files for the model, which is then started to compute the next forecast phase. Related to Figure 1, the model on the bottom left side is replaced by the reading and writing of files in the assimilation program, which contains the assimilation method and observations as in the case of online coupling.
    4242
    4343[[Image(//pics/DAextension_offline-online_V3.png)]]