Changes between Version 6 and Version 7 of OnlineImplementationGuide_PDAF3


Ignore:
Timestamp:
Sep 1, 2025, 10:05:18 AM (22 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OnlineImplementationGuide_PDAF3

    v6 v7  
    5757The implementation of the assimilation program for PDAF in offline mode can be performed in following the four routines in the leftmost column:
    5858
    59  1. **init_parallel_pdaf**: [AdaptParallelization Adapting the parallelization]
    60  2. **init_pdaf**: [InitPdaf Initializing PDAF]
    61  3. **assimilate_pdaf** (Part 1): [ModifyModelforEnsembleIntegration Modifying the model code for the ensemble integration]
    62  4. **assimilate_pdaf** (Part 2): [ImplementationofAnalysisStep Implementing the analysis step]
    63  5. **finalize_pdaf**: [AddingMemoryandTimingInformation Adding memory and timing information]
     59 1. **init_parallel_pdaf**: [wiki:OnlineAdaptParallelization_PDAF3 Adapting the parallelization]
     60 2. **init_pdaf**: [wiki:OnlineInitPdaf_PDAF3 Initializing PDAF]
     61 3. **assimilate_pdaf** (Part 1): [wiki:OnlineModifyModelforEnsembleIntegration_PDAF3 Modifying the model code for the ensemble integration]
     62 4. **assimilate_pdaf** (Part 2): [wiki:ImplementationofAnalysisStep_PDAF3 Implementing the analysis step]
     63 5. **finalize_pdaf**: [wiki:OnlineAddingMemoryandTimingInformation_PDAF3 Adding memory and timing information]
    6464
    6565The names of PDAF core routines always start with `PDAF`. The subroutines with name ending `_pdaf` are generally user-supplied routines in the tutorial codes.