Changes between Version 268 and Version 269 of LnDevel
- Timestamp:
- Apr 3, 2025, 7:56:09 PM (32 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LnDevel
v268 v269 173 173 [wiki:PDAF_put_state_lnetf] add U_init_obs_f 174 174 175 175 [wiki:AddFilterAlgorithm] and [wiki:AddFilterAlgorithm_PDAF231] 176 176 177 177 … … 213 213 * Added Fortran function PDAF_localfilter as alternative to subroutine PDAF_get_localfilter to make code more compact 214 214 * Added subroutine PDAF_get_local_type and Fortran function PDAF_local_type. These return information which of the different localization variants a filter uses (no localization, local analysis, covariance localization, covariance localization with serial observation processing) 215 * The screen output of the configration of the DA method was revised and provides now a complete configuration overview 215 * The screen output of the configration of the DA method was revised and provides now a complete configuration overview 216 216 217 217 … … 222 222 * Further change in PDAFomi_init_dim_obs_l to improve the performance of the local observation search 223 223 * Revised the internal structure of the code for DA method using modularization 224 * Added templates for implementing global or local ensemble filters in templates/analysis/224 * The internal code structure of assimilation algorithms was revised and modularized. This yields a better approach to add further assimilation methods. We also added templates for implementing global or local ensemble filters in templates/analysis/. Information on how to add an assimilation algorithm to PDAF can be found at https://pdaf.awi.de/trac/wiki/AddFilterAlgorithm 225 225 * Revision of PDAF file headers: It is now possible to use 'Doxygen' to generate a documentation and structure overview of PDAF. 226 226