Changes between Version 11 and Version 12 of AddFilterAlgorithm


Ignore:
Timestamp:
Nov 14, 2011, 10:04:40 AM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddFilterAlgorithm

    v11 v12  
    7676 * `outflag`: Error flag [integer, output]
    7777
     78The 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.
    7879
    7980Please note:
    8081 * 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.
    8182 * 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.
    8383 * The error flag `outflag` is initial set to 0.
    8484 * 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.