Changes between Version 8 and Version 9 of PortingToPDAF3


Ignore:
Timestamp:
Sep 1, 2025, 12:12:36 PM (13 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PortingToPDAF3

    v8 v9  
    4040== Porting to the PDAF3 interface ==
    4141
    42 PDAF V3.0 also provides a set of new routines to call the analysis step. We refer to this as the PDAF3 interface, because the calls are of the format `PDAF3_assimilate_`, `PDAF3_assim_offline`, `PDAF3_put_state`. It is not required to switch to these new interface routines, but it is generally recommended.
     42PDAF V3.0 also provides a set of new routines to call the initialization and analysis steps. We refer to this as the PDAF3 interface, because the calls are of the format `PDAF3_assimilate_`, `PDAF3_assim_offline`, `PDAF3_put_state`. It is not required to switch to these new interface routines, but it is generally recommended.
    4343
    4444Details about the PDAF3 interface are provided on the [wiki:PDAF3_interface page on the PDAF3 interface].
     
    4646== Using new features of PDAF V3.0 ==
    4747
    48 PDAF V3.0 also introduces several new features. An overview of these is given on the [wiki:PDAF3_new_functionality page on new functionality on PDAF V3.0].
     48PDAF V3.0 also introduces a large number of new features. An overview of these is given on the [wiki:PDAF3_new_functionality page on new functionality on PDAF V3.0].