Changes between Version 2 and Version 3 of OnlineModifyModelforEnsembleIntegration_PDAF3
- Timestamp:
- Jun 3, 2025, 5:43:30 PM (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OnlineModifyModelforEnsembleIntegration_PDAF3
v2 v3 69 69 The routine `assimilate_pdaf` is called at each time step of the model forecast. This allows to, e.g., apply [wiki:IncrementalAnalysisUpdates incremental analysis updates]. 70 70 71 Details on the implementations of the user-routines for the analysis step are provided in the following [wiki:ImplementationofAnalysisStep Page on implementating the analysis step].71 Details on the implementations of the user-routines for the analysis step are provided in the following [wiki:ImplementationofAnalysisStep_PDAF Page on implementating the analysis step]. 72 72 73 73 Relevant for the forecasting is that `PDAF3_assimilate` calls the user-supplied routine `collect_state_pdaf` which writes forecasted model fields into a state vector from PDAF's ensemble array. We recommend to implement the functionality in `collect_state_pdaf` at this point, even though we explain `PDAF3_assimilation` only later.