Changes between Version 12 and Version 13 of ExternalModelLoop


Ignore:
Timestamp:
May 25, 2025, 5:51:58 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExternalModelLoop

    v12 v13  
    107107The routine `assimilate_pdaf` is called at each time step of the model forecast. This allows to, e.g., apply [wiki:IncrementalAnalysisUpdates incremental analysis updates].
    108108
    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].
     109Details on the implementations of the user-routines for the analysis step ar provided in the [wiki:ImplementationofAnalysisStep_PDAF3 Page on implementating the analysis step].
    110110
    111111Relevant 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.