Changes between Version 16 and Version 17 of InitPdaf


Ignore:
Timestamp:
May 18, 2011, 4:21:09 PM (13 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InitPdaf

    v16 v17  
    5656  * The ensemble size for all ensemble-based filters (or the rank of the state covariance matrix for mode-based filters like SEEK)
    5757 * `length_filter_param_i`: An Integer defining the length of the array `filter_param_i`. The entries in the array are parsed up to this index.
    58  * `filter_param_r`: Array of reals collecting flowting point variables for PDAF. The first variable is mandatory and equal for all filters.  Further variables are optional (see example code). The mandatory variable is:
     58 * `filter_param_r`: Array of reals collecting floating point variables for PDAF. The first variable is mandatory and equal for all filters.  Further variables are optional (see example code). The mandatory variable is:
    5959  * The value of the forgetting factor (required to be larger than zero)
    6060 * `length_filter_param_r`: An Integer defining the length of the array `filter_param_r`. The entries in the array are parsed up to this index.
     
    8383 * `srange`: support radius, if a 5th order polynomial is used to weigh the observation errors
    8484 * `locweight`: Type of localizing weight
    85 It is useful to define variables like this at this central position. Of course, this definition has to be adapted to the particluar model used.
     85It is useful to define variables like these at this central position. Of course, this definition has to be adapted to the particular model used.
    8686
    8787== User-supplied routine `U_ensemble_init` ==