Changes between Version 12 and Version 13 of ImplementationConceptOnline


Ignore:
Timestamp:
May 17, 2025, 12:06:58 PM (20 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationConceptOnline

    v12 v13  
    5757 * Model-specific operations like the initialization of the array of ensemble states in `PDAF_init` are actually performed by user-supplied routines. These routines are called through the standard interface of PDAF. Details on the interface and the required routines are given on the pages describing the implementation steps.
    5858 * The assimilation system is controlled by the user-supplied routines that are called through PDAF as call-back routines.  With this strategy, the assimilation program is essentially driven by the model part of the program. Thus, logically the model is not a sub-component of the assimilation system, but the implementation with PDAF results in a model extended for data assimilation.
    59 [[Image(//pics/PDAF_callback.png)]]
     59[[Image(//pics/PDAF_callback_online_v3.png)]]
    6060[[BR]]'''Figure 2:''' Use of user-supplied call-back functions in PDAF
    6161