Changes between Version 8 and Version 9 of PortingToPDAF3
- Timestamp:
- Sep 1, 2025, 12:12:36 PM (13 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingToPDAF3
v8 v9 40 40 == Porting to the PDAF3 interface == 41 41 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.42 PDAF 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. 43 43 44 44 Details about the PDAF3 interface are provided on the [wiki:PDAF3_interface page on the PDAF3 interface]. … … 46 46 == Using new features of PDAF V3.0 == 47 47 48 PDAF V3.0 also introduces severalnew features. An overview of these is given on the [wiki:PDAF3_new_functionality page on new functionality on PDAF V3.0].48 PDAF 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].