Changes between Version 265 and Version 266 of LnDevel
- Timestamp:
- Apr 2, 2025, 2:44:25 PM (23 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LnDevel
v265 v266 192 192 193 193 Important: 194 1. PDAF V3.0 is not fully backward compatible, due to changes in the code. Thus, with this release it is not possible to just compile and link with existing implementations. The required adaptions are not large. Please see ..... for a description of how to port your existing code to PDAF V3.0. Below the code changes affecting backward-compatibility are also described.194 1. PDAF V3.0 is not fully backward compatible, due to changes in the code. Thus, with this release it is not possible to just compile and link with existing implementations. The required adaptions are not large. (Please see https://pdaf.awi.de/trac/wiki/PortingToPDAF3 for a description of how to adapt your existing code for PDAF V3.0). Below the code changes affecting backward-compatibility are also described. 195 195 196 196 2. We have marked this release as a beta-release. While we have tested this release with different applications, we cannot exclude that there might be some hidden issues due to the extensive changes in the code. We like to motivate all users to test PDAF V3.0 and to let us know possible issues (using the Issues-function in Github or by email to pdaf\@awi.de). This will help us to fix such issues so that the final release for PDAF V3.0 can hopefully be released in 2-3 months. During this time, we will also finalize the documentation to reflect all changes. … … 204 204 * Removed 'src/Makefile'. Now only the new Makefile in the main directory exists. However, if one has a workflow basing on src/Makefile and can copy the Makefile and adapt it according to the description within the file. 205 205 * The 'simplified interface' (routine names ending with `_si`) has been removed. 206 207 208 Major changes and additions :206 * For information on how to adapt a program for PDAF V3.0 see https://pdaf.awi.de/trac/wiki/PortingToPDAF3 207 208 Major changes and additions (see also https://pdaf.awi.de/trac/wiki/PDAF3_new_functionality): 209 209 * Incremental Analysis Updates (IAU): The previous IAU of PDAF was recoded. Now there is a fully featured IAU implementation. 210 210 * Added ENSRF/EAKF: The ensemble square-root filter (ENSRF, Whitaker & Hamill, 2002) and ensemble adjustment filter with local linear regression (EAKF, Anderson, 2003) were added. These filters perform the analysis step with a serial processing of single observations.