Changes between Version 3 and Version 4 of PDAF3_assimilate_global
- Timestamp:
- Mar 23, 2025, 3:27:12 PM (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF3_assimilate_global
v3 v4 7 7 The routine is typically called in `assimilate_pdaf` or directly in the model code. 8 8 9 The general aspects of the filter specific routines `PDAF3_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 both the fully-parallel and the flexible parallelization variant of the data assimilation system. 9 The general aspects of the filter specific routines `PDAF3_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]. 10 11 The routine is used in both the fully-parallel and the flexible parallelization variant of the data assimilation system. 10 12 11 13 The interface for using the global filters is: … … 25 27 26 28 **Note:** 27 * The routine is identical to the routine `PDAFomi_assimilate_global` of PDAF 2. The new name reflect consistency with `PDAF3_assimilate_local`. If one has used `PDAFomi_assimilate_global` before one can j sut adapt the name of the called routine.29 * The routine is identical to the routine `PDAFomi_assimilate_global` of PDAF 2. The new name reflect consistency with `PDAF3_assimilate_local`. If one has used `PDAFomi_assimilate_global` before one can just adapt the name of the called routine. 28 30 29 31 The user-supplied call-back routines are described on the page on [ImplementAnalysisGlobal implementing the analysis step of the global filters].