Changes between Version 16 and Version 17 of AddFilterAlgorithm


Ignore:
Timestamp:
Dec 4, 2011, 12:02:27 PM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddFilterAlgorithm

    v16 v17  
    118118Processes 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:
    119119 * `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
     125The optional routine `PDAF_X_options` displays information on the available options for the filter algorithm.
     126
     127The interface is as follows:
     128{{{
     129  SUBROUTINE PDAF_X_options()
     130}}}
     131It has no arguments!
     132
     133The 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`.