Changes between Version 24 and Version 25 of AddFilterAlgorithm


Ignore:
Timestamp:
Dec 7, 2011, 7:32:52 PM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddFilterAlgorithm

    v24 v25  
    160160With regard to the operations, `PDAF_put_state_X` prepares for the actual analysis step, that is called inside `PDAF_put_state_X` as a separate routine. The required operations are:
    161161 * Write model fields back into the ensemble array (by calling `U_collect_state`)
    162  * Increment the counter for the integrated ensemble members.
    163  * Check, if the ensemble integration is completed. If not, exit the `PDAF_put_state_X`.
     162 * Increment the counter for the integrated ensemble members (named `counter` and provided by the module `PDAF_mod_filter`.
     163 * Check, if the ensemble integration is completed (in that case, it is `member = local_dim_ens + 1`). If not, exit the `PDAF_put_state_X`.
    164164 * If the ensemble integration is completed, the following operations are required:
    165   *
     165  * If more than one model task is used: Collect the sub-ensembles from
    166166
    167167