Changes between Version 12 and Version 13 of ImplementationConceptOnline
- Timestamp:
- May 17, 2025, 12:06:58 PM (20 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationConceptOnline
v12 v13 57 57 * 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. 58 58 * 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)]] 60 60 [[BR]]'''Figure 2:''' Use of user-supplied call-back functions in PDAF 61 61