Changes between Version 24 and Version 25 of AddFilterAlgorithm
- Timestamp:
- Dec 7, 2011, 7:32:52 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddFilterAlgorithm
v24 v25 160 160 With 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: 161 161 * 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`. 164 164 * 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 166 166 167 167