Changes between Version 17 and Version 18 of AddFilterAlgorithm
- Timestamp:
- Dec 4, 2011, 12:51:33 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddFilterAlgorithm
v17 v18 24 24 The routine `PDAF_get_state` calls 25 25 * `PDAF_initinfo_filters` - interface routine to `PDAF_X_initinfo` 26 * `PDAF_X_initinfo` displays information on the c urrentconfiguration of the filter algorithm.26 * `PDAF_X_initinfo` displays information on the chosen configuration of the filter algorithm. 27 27 28 28 … … 134 134 * Available subtypes (At least '0' for standard implementation; '5' for offline mode) 135 135 * Parameters used from the parameter arrays `param_int` and `param_real`. 136 137 138 139 === `PDAF_X_initinfo` === 140 141 The routine `PDAF_X_initinfo` displays information on the chosen configuration of the filter algorithm. 142 143 The interface is as follows: 144 {{{ 145 SUBROUTINE PDAF_X_initinfo() 146 }}} 147 It has no arguments! 148 149 The following functionality is recommended: 150 * Display the name of the filter method 151 * Display a string about the selected subtype of the filter method 152 * Display the ensemble size and value of the forgetting factor 153 * Display additional information on options selected by entries in the parameter arrays `param_int` and `param_real`