Changes between Version 1 and Version 2 of PDAFlocalomi_put_state
- Timestamp:
- Sep 9, 2024, 3:55:49 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFlocalomi_put_state
v1 v2 7 7 The general aspects of the filter specific routines `PDAFomi_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 in the 'flexible' parallelization implementation variant of the data assimilation system. With the 'fully-parallel' implementation variant, the routine [wiki:PDAFomi_assimilate_lenkf PDAFomi_assimilate_local] is used. 8 8 9 The interface for the routine `PDAFlocalomi_put_state` 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`).9 The interface for the routine `PDAFlocalomi_put_state` contains names for routines that operate on the local analysis domains (marked by the suffix `_l`). 10 10 Here, we list the full interface of the routine. 11 11