Changes between Version 3 and Version 4 of PDAF3_new_functionality


Ignore:
Timestamp:
Apr 5, 2025, 8:20:56 AM (2 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF3_new_functionality

    v3 v4  
    4646Further information: [wiki:PDAF3_interface The PDAF3 interface].
    4747
    48 === Using `PDAF3_assimilate` in flexible parallelization ===
     48=== Using `PDAF3_assimilate` in flexible parallelization mode ===
    4949
    5050In the flexible parallelization mode of PDAF, one had to use `PDAF_put_state`. With PDAF V3 it is possible, and recommended to use `PDAF_assimilate` instead. This functionality is used in combination with calling `PDAF_get_fcst_info`.
    5151
    5252Further information: [wiki:ExternalModelLoop Modification of the model code for the 'flexible' ensemble integration].
     53
     54=== Using module `PDAF` for all use-included routines ===
     55
     56When PDAF routines are called on need now include `USE PDAF` in the respective subroutine. The module `PDAF` can also be used to include routiens from PDAFomi or PDAFlocal. One does no longer need to distingish the modules, e.g. in the observation modules for PDAF-OMI.
    5357
    5458=== Covariance localization with `PDAF_set_localize_covar` ===