Changes between Version 16 and Version 17 of AddFilterAlgorithm
- Timestamp:
- Dec 4, 2011, 12:02:27 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddFilterAlgorithm
v16 v17 118 118 Processes that only participate in the computation of the ensemble forecast, but are not involved in computing the analysis step, operate only on a sub-ensemble. Accordingly, an ensemble array for this sub-ensemble has to be allocated. This is: 119 119 * `eofV`: This is the ensemble matrix in all ensemble-based filters. For SEEK it is the matrix holding eigenvectors. For the processes with `filterpe=.false.`, `eofV` has size (`dim_p`, `dim_ens_l`). 120 121 122 123 === `PDAF_X_options` === 124 125 The optional routine `PDAF_X_options` displays information on the available options for the filter algorithm. 126 127 The interface is as follows: 128 {{{ 129 SUBROUTINE PDAF_X_options() 130 }}} 131 It has no arguments! 132 133 The following display is recommended: 134 * Available subtypes (At least '0' for standard implementation; '5' for offline mode) 135 * Parameters used from the parameter arrays `param_int` and `param_real`.