Changes between Version 2 and Version 3 of OnlineModifyModelforEnsembleIntegration_PDAF3


Ignore:
Timestamp:
Jun 3, 2025, 5:43:30 PM (2 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OnlineModifyModelforEnsembleIntegration_PDAF3

    v2 v3  
    6969The routine `assimilate_pdaf` is called at each time step of the model forecast. This allows to, e.g., apply [wiki:IncrementalAnalysisUpdates incremental analysis updates].
    7070
    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].
     71Details 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].
    7272
    7373Relevant 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.