Changes between Version 14 and Version 15 of WhichFiltertouse
- Timestamp:
- Feb 21, 2023, 4:13:38 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WhichFiltertouse
v14 v15 38 38 || `type_trans` || 0 || This specifies the deterministic ensemble transformation || 39 39 || `locweight` || 4 || Regulated observation localization by 5th order polynomial function || 40 || ` local_range` || 10 || Set influenceradius of observations to 10 grid points ||40 || `cradius` || 10 || Set locallization cut-off radius of observations to 10 grid points || 41 41 42 42 For the global ESTKF with fixed covariance matrix one specifies: … … 45 45 || `subtype` || 3 || Select fixed covariance matrix || 46 46 47 The available configuration options of the filters are provided on the [wiki:AvailableOptionsforInitPDAF overview page on filter-specific options]. Some parameters are only used by the user-supplied call back routines. Such options are, for example, `locweight` and ` local_range` that specify the localization. These options can be found in the example implementation in `testsuite/src/dummymodel_1D`.47 The available configuration options of the filters are provided on the [wiki:AvailableOptionsforInitPDAF overview page on filter-specific options]. Some parameters are only used by the user-supplied call back routines. Such options are, for example, `locweight` and `cradius` that specify the localization. These options can be found in the tutorial implementation in `/tutorial/online_2D_serialmodel`.