Changes between Version 12 and Version 13 of ExternalModelLoop
- Timestamp:
- May 25, 2025, 5:51:58 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExternalModelLoop
v12 v13 107 107 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]. 108 108 109 Details on the implementations of the user-routines for the analysis step ar provided in the [wiki:ImplementationofAnalysisStep Page on implementating the analysis step].109 Details on the implementations of the user-routines for the analysis step ar provided in the [wiki:ImplementationofAnalysisStep_PDAF3 Page on implementating the analysis step]. 110 110 111 111 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.