Changes between Version 6 and Version 7 of PDAFlocalomi_put_state
- Timestamp:
- Mar 23, 2025, 2:49:19 PM (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFlocalomi_put_state
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_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:PDAFlocalomi_assimilate PDAFlocalomi_assimilate] is used.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 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:PDAFlocalomi_assimilate PDAFlocalomi_assimilate] is used. 8 8 9 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`). … … 33 33 34 34 It is recommended that the value of `status_pdaf` is checked in the program after the routine is executed. Only if its value is 0 the initialization was successful. 35 36 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAFlocalomi_put_state_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAFlocalomi_put_state_si`. More information on the pre-defined names is provided in the [ImplementAnalysisLocal page on implementing the analysis step of the local filters].37