Changes between Version 14 and Version 15 of AddFilterAlgorithm_PDAF3


Ignore:
Timestamp:
Apr 17, 2026, 1:41:49 PM (4 weeks ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddFilterAlgorithm_PDAF3

    v14 v15  
    2727Please note: The number of required subroutines is not low. However, these subroutines are well focused and implementing a new assimilation methods follows a clear approach. With this, the effort to add a data assimilation method based on the template codes, or on an already existing assimialtion methods, is not high.
    2828
    29 [[Image(//pics/internal_interface_PDAF3.png)]]
    30 [[BR]]'''Figure 1:''' Structure of the internal interface of PDAF. There are 7 internal interface routines (middle column) that connect the generic part with filter-specific routines. All these interface routines are collected in the module PDAF_utils filters. Each of the internal interface routines call one routine that is specific to the DA method. These routines are collected in the module PDAF_X, where 'X' would be the name of the DA method. The assimilation routines for the online and offline coupled modes are collected in the module PDAF_assimilate_X.
     29[[Image(//pics/internal_interface_PDAF3.1.png)]]
     30[[BR]]'''Figure 1:''' Structure of the internal interface of PDAF. There are 7 internal interface routines (middle column) that connect the generic part with filter-specific routines. All these interface routines are collected in the module PDAF_utils filters. Each of the internal interface routines call one routine that is specific to the DA method. These routines are collected in the module PDAF_X, where 'X' would be the name of the DA method. The assimilation routines for the online and offline coupled modes are collected in the module PDAF_assimilate_X. The routines with a dark frame in the left column, calls the interface routines, but do not need to be modified when a new DA methods is added.
    3131
    3232The separate routines are the following: