Changes between Version 2 and Version 3 of PDAFlocalomi_assimilate


Ignore:
Timestamp:
Sep 9, 2024, 3:55:33 PM (10 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFlocalomi_assimilate

    v2 v3  
    77The general aspects of the filter specific routines `PDAFomi_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 the fully-parallel implementation variant of the data assimilation system. When the 'flexible' implementation variant, the routine [wiki:PDAFomi_put_state_local PDAFomi_put_state_local] is used.
    88
    9 The interface for the routine `PDAFlocalomi_assimilate_local` contains names for routines that operate on the local analysis domains (marked by the suffix `_l`). Further there are routines that convert between a local and a global model state vector (`U_g2l_state` and `U_l2g_state`).
     9The interface for the routine `PDAFlocalomi_assimilate_local` contains names for routines that operate on the local analysis domains (marked by the suffix `_l`).
    1010Here, we list the full interface of the routine. Subsequently, the user-supplied routines specified in the call is explained.
    1111