| 426 | |
| 427 | == GENOBS (filtertype=11) == |
| 428 | |
| 429 | {{{ |
| 430 | PDAF Available options for GENOBS: |
| 431 | PDAF --- Sub-types (Parameter subtype) --- |
| 432 | PDAF 0: Standard implementation with ensemble integration |
| 433 | PDAF --- Integer parameters (Array param_int) --- |
| 434 | PDAF param_int(1): Dimension of state vector (>0), required |
| 435 | PDAF param_int(2): Ensemble size (>0), required |
| 436 | PDAF --- Floating point parameters (Array param_real) --- |
| 437 | PDAF param_real(1): Forgetting factor (usually >0 and <=1), required, but not used |
| 438 | PDAF --- Further parameters --- |
| 439 | PDAF n_modeltasks: Number of parallel model integration tasks |
| 440 | PDAF =1 for GENOBS; not larger than total number of processors |
| 441 | PDAF =1 required for subtypes 2 and 3 |
| 442 | PDAF screen: Control verbosity of PDAF |
| 443 | PDAF 0: no outputs |
| 444 | PDAF 1: basic output (default) |
| 445 | PDAF 2: 1 plus timing output |
| 446 | PDAF 3: 2 plus debug output |
| 447 | PDAF +++++++++ End of option overview for GENOBS ++++++++++ |
| 448 | }}} |
| 449 | |
| 450 | == PF (filtertype=12) == |
| 451 | |
| 452 | {{{ |
| 453 | PDAF Available options for PF: |
| 454 | PDAF --- Sub-types (Parameter subtype) --- |
| 455 | PDAF 0: Standard implementation with ensemble integration |
| 456 | PDAF 5: Offline mode |
| 457 | PDAF --- Integer parameters (Array param_int) --- |
| 458 | PDAF param_int(1): Dimension of state vector (>0), required |
| 459 | PDAF param_int(2): Ensemble size (>0), required |
| 460 | PDAF param_int(3): Resampling type, optional |
| 461 | PDAF 1: probabilistic resamping (default) |
| 462 | PDAF 2: stochastic universal resampling |
| 463 | PDAF 3: residual resampling |
| 464 | PDAF param_int(4): Type of ensemble perturbations, optional |
| 465 | PDAF 0: no perturbations (default) |
| 466 | PDAF 1: constant standard deviation |
| 467 | PDAF 2: relative to ensemble standard deviation |
| 468 | PDAF --- Floating point parameters (Array param_real) --- |
| 469 | PDAF param_real(1): Ensemble pert. level (>0), required, only used if param_int(4)>0 |
| 470 | PDAF --- Further parameters --- |
| 471 | PDAF n_modeltasks: Number of parallel model integration tasks |
| 472 | PDAF >=1 for subtypes 0 and 1; not larger than total number of processors |
| 473 | PDAF =1 required for subtypes 2 and 3 |
| 474 | PDAF screen: Control verbosity of PDAF |
| 475 | PDAF 0: no outputs |
| 476 | PDAF 1: basic output (default) |
| 477 | PDAF 2: 1 plus timing output |
| 478 | PDAF 3: 2 plus debug output |
| 479 | PDAF +++++++++ End of option overview for the PF ++++++++++ |
| 480 | }}} |