Changes between Version 8 and Version 9 of PDAF3_put_state_local


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF3_put_state_local

    v8 v9  
    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_put_state_*` 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 for the offline mode of PDAF and in the 'flexible' parallelization implementation variant of the data assimilation system. With the 'fully-parallel' implementation variant, the routine [wiki:PDAF3_assimilate_local PDAF3_assimilate_local] is used.
     9The general aspects of the filter specific routines `PDAF3_put_state_*` 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 for the offline mode of PDAF. It can also be used in the 'flexible' parallelization implementation variant of the data assimilation system, but starting with PDAF-3 we recommend to use [wiki:PDAF3_assimilate_local PDAF3_assimilate_local], which is also used with the 'fully-parallel' implementation variant.
    1012
    1113The interface for the routine `PDAF3_put_state_local` contains names for routines that operate on the local analysis domains (marked by the suffix `_l`).