Changes between Version 2 and Version 3 of PDAFomi_put_state_lenkf
- Timestamp:
- Dec 8, 2021, 5:16:54 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_put_state_lenkf
v2 v3 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:PDA omi_assimilate_lenkf PDAFomi_assimilate_lenkf] 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 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_lenkf] is used. 8 8 9 9 Here, we list the full interface of the routine.