Changes between Version 281 and Version 282 of LnDevel
- Timestamp:
- May 11, 2025, 9:50:05 AM (22 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LnDevel
v281 v282 182 182 * New routine `PDAF_set_seedset`: This routine can be used to seed the random number seed for PDAF's random number generating routine. 183 183 * Introduced named variables for choosing the filter type: The filter type can now also be specified by a named parameter of the form PDAF_DA_X, where 'X' is the DA method, thus, e.g. 'PDAF_DA_ESTKF'. With this, one does not need to look up the number of the filter type. 184 * Added routine 'PDAF_print_ filter_types': This routine writes a list of the available filter types and named parameters PDAF_DA_X.184 * Added routine 'PDAF_print_DA_types': This routine writes a list of the available types of DA methods and named parameters PDAF_DA_X. 185 185 * Added Fortran function PDAF_localfilter as alternative to subroutine PDAF_get_localfilter to make code more compact 186 186 * 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)