Changes between Version 9 and Version 10 of AddFilterAlgorithm
- Timestamp:
- Nov 14, 2011, 9:16:12 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddFilterAlgorithm
v9 v10 56 56 === `PDAF_X_init` === 57 57 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.58 The routine `PDAF_X_init` performs the initialization of filter-specific parameters. In addition, it prints information about the configuration. 59 59 60 60 The 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 }}} 65 with the following arguments: 66 * `subtype`: The subtype index of the filter algorithm. 67 * `param_int`: The array of integer parameters 61 68 69 70 Please note: 71 * The routine should check, whether the provided value of `subtype` is a valid choice.