Changes between Version 9 and Version 10 of AddFilterAlgorithm


Ignore:
Timestamp:
Nov 14, 2011, 9:16:12 AM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddFilterAlgorithm

    v9 v10  
    5656=== `PDAF_X_init` ===
    5757
    58 The routine `PDAF_X_init` performs the initialization of filter-specific parameters. In addition, it calls the user-supplied routine that initializes the initial model state ensemble.
     58The routine `PDAF_X_init` performs the initialization of filter-specific parameters. In addition, it prints information about the configuration.
    5959
    6060The interface is as follows:
     61{{{
     62  SUBROUTINE PDAF_X_init(subtype, param_int, dim_pint, param_real, dim_preal, &
     63                                 ensemblefilter, fixedbasis, verbose, outflag)
     64}}}
     65with the following arguments:
     66 * `subtype`: The subtype index of the filter algorithm.
     67 * `param_int`: The array of integer parameters
    6168
     69
     70Please note:
     71 * The routine should check, whether the provided value of `subtype` is a valid choice.