Changes between Version 3 and Version 4 of PDAF3_assimilate_global


Ignore:
Timestamp:
Mar 23, 2025, 3:27:12 PM (9 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF3_assimilate_global

    v3 v4  
    77The routine is typically called in `assimilate_pdaf` or directly in the model code.
    88
    9 The general aspects of the filter specific routines `PDAF3_assimilate_*` are described on the page [ModifyModelforEnsembleIntegration Modification of the model code for the ensemble integration] and its sub-page on [InsertAnalysisStep inserting the analysis step]. The routine is used in both the fully-parallel and the flexible parallelization variant of the data assimilation system.
     9The general aspects of the filter specific routines `PDAF3_assimilate_*` are described on the page [ModifyModelforEnsembleIntegration Modification of the model code for the ensemble integration] and its sub-page on [InsertAnalysisStep inserting the analysis step].
     10
     11The routine is used in both the fully-parallel and the flexible parallelization variant of the data assimilation system.
    1012
    1113The interface for using the global filters is:
     
    2527
    2628**Note:**
    27  * The routine is identical to the routine `PDAFomi_assimilate_global` of PDAF 2. The new name reflect consistency with `PDAF3_assimilate_local`. If one has used `PDAFomi_assimilate_global` before one can jsut adapt the name of the called routine.
     29 * The routine is identical to the routine `PDAFomi_assimilate_global` of PDAF 2. The new name reflect consistency with `PDAF3_assimilate_local`. If one has used `PDAFomi_assimilate_global` before one can just adapt the name of the called routine.
    2830
    2931The user-supplied call-back routines are described on the page on [ImplementAnalysisGlobal implementing the analysis step of the global filters].