Changes between Version 14 and Version 15 of WhichFiltertouse


Ignore:
Timestamp:
Feb 21, 2023, 4:13:38 PM (14 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WhichFiltertouse

    v14 v15  
    3838|| `type_trans` || 0 || This specifies the deterministic ensemble transformation ||
    3939|| `locweight` || 4 || Regulated observation localization by 5th order polynomial function ||
    40 || `local_range` || 10 || Set influence radius of observations to 10 grid points ||
     40|| `cradius` || 10 || Set locallization cut-off radius of observations to 10 grid points ||
    4141
    4242For the global ESTKF with fixed covariance matrix one specifies:
     
    4545|| `subtype` || 3 || Select fixed covariance matrix ||
    4646
    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`.
     47The 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`.