| 319 | |
| 320 | |
| 321 | == LEnKF (filtertype=8) == |
| 322 | |
| 323 | {{{ |
| 324 | PDAF Available options for LEnKF: |
| 325 | PDAF --- Sub-types (Parameter subtype) --- |
| 326 | PDAF 0: Full ensemble integration; analysis with covariance localization |
| 327 | PDAF 5: Offline mode |
| 328 | PDAF --- Integer parameters (Array param_int) --- |
| 329 | PDAF param_int(1): Dimension of state vector (>0), required |
| 330 | PDAF param_int(2): Ensemble size (>0), required |
| 331 | PDAF param_int(3): maximum rank for inversion of HPH^T, optional, default=0 |
| 332 | PDAF (for =0, HPH is inverted by solving the representer equation) |
| 333 | PDAF (if set to >=ensemble size, it is reset to ensemble size - 1) |
| 334 | PDAF --- Floating point parameters (Array param_real) --- |
| 335 | PDAF param_real(1): Forgetting factor (usually >0 and <=1), required |
| 336 | PDAF --- Further parameters --- |
| 337 | PDAF n_modeltasks: Number of parallel model integration tasks |
| 338 | PDAF (>=1; not larger than total number of processors) |
| 339 | PDAF screen: Control verbosity of PDAF |
| 340 | PDAF 0: no outputs |
| 341 | PDAF 1: basic output (default) |
| 342 | PDAF 2: 1 plus timing output |
| 343 | PDAF 3: 2 plus debug output |
| 344 | PDAF +++++++++ End of option overview for the LEnKF ++++++++++ |
| 345 | }}} |
| 346 | |
| 347 | |
| 348 | == NETF (filtertype=9) == |
| 349 | |
| 350 | {{{ |
| 351 | PDAF Available options for NETF: |
| 352 | PDAF --- Sub-types (Parameter subtype) --- |
| 353 | PDAF 0: Standard implementation with ensemble integration |
| 354 | PDAF 5: Offline mode |
| 355 | PDAF --- Integer parameters (Array param_int) --- |
| 356 | PDAF param_int(1): Dimension of state vector (>0), required |
| 357 | PDAF param_int(2): Ensemble size (>0), required |
| 358 | PDAF param_int(3): Size of lag for smoothing |
| 359 | PDAF param_int(4): not used |
| 360 | PDAF param_int(5): Type of forgetting factor; optional, default: 0 |
| 361 | PDAF 0: forgetting factor on forecast ensemble |
| 362 | PDAF 2: forgetting factor on analysis ensemble |
| 363 | PDAF param_int(6): Type of ensemble transformation matrix; optional, default: 0 |
| 364 | PDAF 0: random orthonormal matrix orthogonal to (1,...,1)^T |
| 365 | PDAF 1: deterministic transformation |
| 366 | PDAF --- Floating point parameters (Array param_real) --- |
| 367 | PDAF param_real(1): Forgetting factor (usually >0 and <=1), required |
| 368 | PDAF --- Further parameters --- |
| 369 | PDAF n_modeltasks: Number of parallel model integration tasks |
| 370 | PDAF >=1 for subtypes 0 and 1; not larger than total number of processors |
| 371 | PDAF =1 required for subtypes 2 and 3 |
| 372 | PDAF screen: Control verbosity of PDAF |
| 373 | PDAF 0: no outputs |
| 374 | PDAF 1: basic output (default) |
| 375 | PDAF 2: 1 plus timing output |
| 376 | PDAF 3: 2 plus debug output |
| 377 | PDAF +++++++++ End of option overview for the NETF ++++++++++ |
| 378 | }}} |
| 379 | |
| 380 | == LNETF (filtertype=10) == |
| 381 | |
| 382 | {{{ |
| 383 | PDAF Available options for LNETF: |
| 384 | PDAF --- Sub-types (Parameter subtype) --- |
| 385 | PDAF 0: Standard implementation with ensemble integration |
| 386 | PDAF 5: Offline mode |
| 387 | PDAF --- Integer parameters (Array param_int) --- |
| 388 | PDAF param_int(1): Dimension of state vector (>0), required |
| 389 | PDAF param_int(2): Ensemble size (>0), required |
| 390 | PDAF param_int(3): Size of lag for smoothing |
| 391 | PDAF param_int(4): not used |
| 392 | PDAF param_int(5): Type of forgetting factor; optional, default: 0 |
| 393 | PDAF 0: forgetting factor on forecast ensemble |
| 394 | PDAF 1: forgetting factor on forecast ensemble only observed domains |
| 395 | PDAF 2: forgetting factor on analysis ensemble |
| 396 | PDAF 3: forgetting factor on analysis ensemble only observed domains |
| 397 | PDAF param_int(6): Type of ensemble transformation matrix; optional, default: 0 |
| 398 | PDAF 0: random orthonormal matrix orthogonal to (1,...,1)^T |
| 399 | PDAF 1: deterministic transformation |
| 400 | PDAF --- Floating point parameters (Array param_real) --- |
| 401 | PDAF param_real(1): Forgetting factor (usually >0 and <=1), required |
| 402 | PDAF --- Further parameters --- |
| 403 | PDAF n_modeltasks: Number of parallel model integration tasks |
| 404 | PDAF >=1 for subtypes 0 and 1; not larger than total number of processors |
| 405 | PDAF =1 required for subtypes 2 and 3 |
| 406 | PDAF screen: Control verbosity of PDAF |
| 407 | PDAF 0: no outputs |
| 408 | PDAF 1: basic output (default) |
| 409 | PDAF 2: 1 plus timing output |
| 410 | PDAF 3: 2 plus debug output |
| 411 | PDAF +++++++++ End of option overview for the LNETF ++++++++++ |
| 412 | }}} |