178 | | Important: Due to changes in the code, PDAF V3.0 is not fully backward compatible. Thus, with this release it is not possible to just compile and link with existing implementations. The required adaptions are no large. Please see ..... for a description of how to port your existing code to PDAF V3.0 |
179 | | |
180 | | 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 issue due to the extensive changes in the code. We like to motivate all users to test PDAF V3.0 and to report possible issues to use (using the Issues in Github or by email at pdaf\@awi.de). This will help us to fix such issues so that the final release for PDAF V3.0 can hopefull ussor in 2-3 months. During this time, we will also finalize the documentation to reflect all changes. |
| 178 | Important: |
| 179 | 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. |
| 180 | |
| 181 | 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. |
| 193 | * Incremental Analysis Updates (IAU): The previous IAU of PDAF was recoded. Now a fully featured IAU is supported. |
| 194 | * 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. |
| 195 | * Added more diagnostic routines, e.g. for computing ensemble mean (PDAF_diag_ensmean), ensemble mean standard deviation (PDAF_diag_stdev), variance state vector (PDAF_diag_variance) and higher order moments (PDAF_diag_compute_moments). |
| 196 | * Added observation diagnostics module for OMI: This is a set of routines that give the user access to the observation information including the observed ensemble and the observed ensemble mean. In addition, there are routines computing statistics for the difference beetween the observations and the observed ensemble mean. |
| 197 | * Revised setting parameters for PDAF: Before the parameters were all set in the call to PDAF_init. Now there are new routines PDAF_set_iparam and PDAF_set_rparam to set selected parameters, without the need to specify all parameters. These routines make the specification of parameters for PDAF more flexible and can also be used during a run to change parameter values. |
199 | | * Incremental Analysis Updates (IAU): The previous IAU of PDAF was recoded. Now a fully featured IAU is supported. |
200 | | * 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. |
201 | | * Added more diagnostic routines, e.g. for computing ensemble mean (PDAF_diag_ensmean), ensemble mean standard deviation (PDAF_diag_stdev), variance state vector (PDAF_diag_variance) and higher order moments (PDAF_diag_compute_moments). |
202 | | * Revised setting parameters for PDAF: Before the parameters were all set in the call to PDAF_init. Now there are new routines PDAF_set_iparam and PDAF_set_rparam to set selected parameters. These make the specification of parameters for PDAF for flexible and can also be used during a run to change parameter values. |