Changes between Version 16 and Version 17 of InitPdaf
- Timestamp:
- May 18, 2011, 4:21:09 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InitPdaf
v16 v17 56 56 * The ensemble size for all ensemble-based filters (or the rank of the state covariance matrix for mode-based filters like SEEK) 57 57 * `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 flo wting 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: 59 59 * The value of the forgetting factor (required to be larger than zero) 60 60 * `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. … … 83 83 * `srange`: support radius, if a 5th order polynomial is used to weigh the observation errors 84 84 * `locweight`: Type of localizing weight 85 It is useful to define variables like th is at this central position. Of course, this definition has to be adapted to the particluar model used.85 It is useful to define variables like these at this central position. Of course, this definition has to be adapted to the particular model used. 86 86 87 87 == User-supplied routine `U_ensemble_init` ==