Changes between Version 6 and Version 7 of PDAFomi_assimilate_local
- Timestamp:
- Sep 8, 2024, 1:19:19 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_assimilate_local
v6 v7 5 5 The routine is typically called in `assimilate_pdaf` or directly in the model code. 6 6 7 The 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:PDAomi_put_state_local PDA omi_put_state_local] is used.7 The 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:PDAomi_put_state_local PDAFomi_put_state_local] is used. 8 8 9 9 The interface for the routine `PDAFomi_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`).