Changes between Version 18 and Version 19 of AvailableOptionsforInitPDAF


Ignore:
Timestamp:
Aug 16, 2025, 1:29:20 PM (26 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AvailableOptionsforInitPDAF

    v18 v19  
    44[[PageOutline(2-3,Contents of this page)]]
    55
    6 || This page documents the options for PDAF 3. [[BR]]See the [wiki:AvailableOptionsforInitPDAFuntilPDAF231 page on available options in PDAF 2.3.1] for the options valid for the ealier releases. ||
     6|| This page documents the options for PDAF 3.0. [[BR]]See the [wiki:AvailableOptionsforInitPDAFuntilPDAF231 page on available options in PDAF 2.3.1] for the options valid for the ealier releases. ||
    77
    88There are different options for each of the filter algorithms that need to be specified in the call to `PDAF_init` or that canbe set using `PDAF_set_iparam` and `PDAF_set_rparam`. To display the available options in a compiled assimilation program, one can use run with the specification `subtype=-1`. In this case `PDAF_init` wil display the available options for the selected filter algorithm and exit with an error status of -1.
     
    130130PDAF     --- Sub-types (Parameter subtype) ---
    131131PDAF       0: Standard implementation with ensemble integration
    132 PDAF       10: Fixed error space basis
    133 PDAF       11: Fixed state covariance matrix
    134 PDAF     --- Integer parameters (Array param_int) ---
    135 PDAF       param_int(1): dim_p
    136 PDAF            Dimension of state vector (>0), required
    137 PDAF       param_int(2): dim_ens
    138 PDAF            Ensemble size (>0), required
     132PDAF       10: EnOI mode (non-dynamic ensemble updated at analysis)
     133PDAF       11: EnOI mode (fixed ensemble perturbations)
     134PDAF     --- Integer parameters (Array param_int) ---
     135PDAF       param_int(1) dim_p
     136PDAF           Dimension of state vector (>0), required
     137PDAF       param_int(2) dim_ens
     138PDAF           Ensemble size (>0), required
    139139PDAF       param_int(3): dim_lag
    140140PDAF           Size of smoothing lag (>=0), optional
     
    189189PDAF       0: full ensemble integration;  apply T-matrix analogously to SEIK
    190190PDAF       1: full ensemble integration; formulation cf. Hunt et al. (2007) without T matrix
    191 PDAF       10: Fixed error space basis; analysis with T-matrix
    192 PDAF       11: Fixed state covariance matrix; analysis with T-matrix
    193 PDAF     --- Integer parameters (Array param_int) ---
    194 PDAF       param_int(1): dim_p
    195 PDAF            Dimension of state vector (>0), required
    196 PDAF       param_int(2): dim_ens
    197 PDAF            Ensemble size (>0), required
     191PDAF       10: LETKF T-matrix; EnOI mode (non-dynamic ensemble updated at analysis)
     192PDAF       11: LETKF T-matrix; EnOI mode (fixed ensemble perturbations)
     193PDAF     --- Integer parameters (Array param_int) ---
     194PDAF       param_int(1) dim_p
     195PDAF           Dimension of state vector (>0), required
     196PDAF       param_int(2) dim_ens
     197PDAF           Ensemble size (>0), required
    198198PDAF       param_int(3): dim_lag
    199199PDAF           Size of smoothing lag (>=0), optional
     
    286286PDAF       0: full ensemble integration; left-sided application of T
    287287PDAF       1: full ensemble integration; explicit ensemble transformation
    288 PDAF       10: Fixed error space basis
    289 PDAF       11: Fixed state covariance matrix
    290 PDAF     --- Integer parameters (Array param_int) ---
    291 PDAF       param_int(1): dim_p
    292 PDAF            Dimension of state vector (>0), required
    293 PDAF       param_int(2): dim_ens
    294 PDAF            Ensemble size (>0), required
     288PDAF       10: EnOI mode (non-dynamic ensemble updated at analysis)
     289PDAF       11: EnOI mode (fixed ensemble perturbations)
     290PDAF     --- Integer parameters (Array param_int) ---
     291PDAF       param_int(1) dim_p
     292PDAF           Dimension of state vector (>0), required
     293PDAF       param_int(2) dim_ens
     294PDAF           Ensemble size (>0), required
    295295PDAF       param_int(3): not used
    296296PDAF       param_int(4): not used
     
    339339PDAF              (sample covariance matrix consistent with other EnKFs)
    340340PDAF     +++++++++ End of option overview for the LSEIK filter ++++++++++
     341
    341342}}}
    342343
     
    348349PDAF     Available options for ENSRF:
    349350PDAF     --- Sub-types (Parameter subtype) ---
    350 PDAF       0: ENSRF with serial observation processing (cf. Houtekamer/Mitchell, 2002)
     351PDAF       0: ENSRF with serial observation processing (cf. Houtekamer/Hamill, 2002)
    351352PDAF       1: EAKF/2-step local least squares filter (cf. Anderson, 2003)
    352 PDAF     --- Integer parameters (Array param_int) ---
    353 PDAF       param_int(1): dim_p
    354 PDAF            Dimension of state vector (>0), required
    355 PDAF       param_int(2): dim_ens
    356 PDAF            Ensemble size (>0), required
     353PDAF       10: ENSRF in EnOI mode (non-dynamic ensemble updated at analysis)
     354PDAF       11: EAKF in EnOI mode (non-dynamic ensemble updated at analysis)
     355PDAF     --- Integer parameters (Array param_int) ---
     356PDAF       param_int(1) dim_p
     357PDAF           Dimension of state vector (>0), required
     358PDAF       param_int(2) dim_ens
     359PDAF           Ensemble size (>0), required
    357360PDAF       param_int(3): not used
    358361PDAF       param_int(4): not used
     
    392395PDAF     --- Sub-types (Parameter subtype) ---
    393396PDAF       0: Standard implementation with ensemble integration
    394 PDAF       10: Fixed error space basis
    395 PDAF       11: Fixed state covariance matrix
    396 PDAF     --- Integer parameters (Array param_int) ---
    397 PDAF       param_int(1): dim_p
    398 PDAF            Dimension of state vector (>0), required
    399 PDAF       param_int(2): dim_ens
    400 PDAF            Ensemble size (>0), required
     397PDAF       10: EnOI mode (non-dynamic ensemble updated at analysis)
     398PDAF       11: EnOI mode (fixed ensemble perturbations)
     399PDAF     --- Integer parameters (Array param_int) ---
     400PDAF       param_int(1) dim_p
     401PDAF           Dimension of state vector (>0), required
     402PDAF       param_int(2) dim_ens
     403PDAF           Ensemble size (>0), required
    401404PDAF       param_int(3): dim_lag
    402405PDAF           Size of smoothing lag (>=0), optional
     
    451454PDAF       0: full ensemble integration; apply T-matrix analogously to SEIK
    452455PDAF       1: full ensemble integration; formulation cf. Hunt et al. (2007) without T matrix
    453 PDAF       10: Fixed error space basis; analysis with T-matrix
    454 PDAF       11: Fixed state covariance matrix; analysis with T-matrix
    455 PDAF     --- Integer parameters (Array param_int) ---
    456 PDAF       param_int(1): dim_p
    457 PDAF            Dimension of state vector (>0), required
    458 PDAF       param_int(2): dim_ens
    459 PDAF            Ensemble size (>0), required
     456PDAF       10: EnOI mode (non-dynamic ensemble updated at analysis)
     457PDAF       11: EnOI mode (fixed ensemble perturbations)
     458PDAF     --- Integer parameters (Array param_int) ---
     459PDAF       param_int(1) dim_p
     460PDAF           Dimension of state vector (>0), required
     461PDAF       param_int(2) dim_ens
     462PDAF           Ensemble size (>0), required
    460463PDAF       param_int(3): dim_lag
    461464PDAF           Size of smoothing lag (>=0), optional
     
    554557PDAF       1: full ensemble integration; right-sided application of T
    555558PDAF       2: full ensemble integration; explicit ensemble transformation
    556 PDAF       10: Fixed error space basis
     559PDAF       10: EnOI mode (non-dynamic ensemble updated at analysis)
    557560PDAF       11: Fixed state covariance matrix
    558561PDAF     --- Integer parameters (Array param_int) ---
    559562PDAF       param_int(1): dim_p
    560 PDAF            Dimension of state vector (>0), required
     563PDAF           Dimension of state vector (>0), required
    561564PDAF       param_int(2): dim_ens
    562 PDAF            Ensemble size (>0), required
     565PDAF           Ensemble size (>0), required
    563566PDAF       param_int(3): not used
    564567PDAF       param_int(4): not used