Changes between Version 11 and Version 12 of AddFilterAlgorithm
- Timestamp:
- Nov 14, 2011, 10:04:40 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddFilterAlgorithm
v11 v12 76 76 * `outflag`: Error flag [integer, output] 77 77 78 The required operations are to initialize the PDAF-internal parameter variables from the provided values of `subtype`, `param_int`, and `param_real`. In the addition, the logical flags `ensemblefilter` and `fixedbasis` have to be set. The existing implementations also include some screen output about the configuration. 78 79 79 80 Please note: 80 81 * The routine should check, whether the provided value of `subtype` is a valid choice. If this is not the case, the error flag should be set to 2. 81 82 * Only parameters from `param_int` and `param_real` up to the value `dim_pint` and `dim_preal` should be considered in the initialization. The array may be bigger, but the user defined which parameters are to be used be setting the values of `dim_pint` and `dim_preal`. 82 * The logical flags `ensemblefilter` and `fixedbasis` have o set in the routine.83 83 * The error flag `outflag` is initial set to 0. 84 84 * The internal parameters are declared and stored in the Fortran module `PDAF_mod_filter`. If a new filter algorithm requires additional parameters, their declaration should be added to the module.