Changes between Version 1 and Version 2 of PDAF_put_state_prepost


Ignore:
Timestamp:
Jan 16, 2015, 10:49:41 AM (9 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_put_state_prepost

    v1 v2  
    66
    77The routine `PDAF_put_state_prepost` is an alternative to the routines `PDAF_put_state_X` where 'X' is the name of a filter method.
    8 The routine can be used with the 'flexible' implementation variant of PDAF. The purpose of `PDAF_put_state_prepost` is to collect the ensmeble information on the processes usually doing the filter analysis. However, in the case of `PDAF_put_state_prepost`, no filter analysis step is performed when the ensemble integration is complete, but only the user-supplied pre/poststep routine is called to allow the user to analyze the forecast ensemble.
     8The routine can be used with the 'flexible' implementation variant of PDAF. The purpose of `PDAF_put_state_prepost` is to collect the ensemble information on the processes usually doing the filter analysis. However, in the case of `PDAF_put_state_prepost`, no filter analysis step is performed when the ensemble integration is complete, but only the user-supplied pre/poststep routine is called to allow the user to analyze the forecast ensemble.
    99
    1010The general aspects of the filter specific routines `PDAF_put_state_*` are described on the page [ModifyModelforEnsembleIntegration Modification of the model code for the ensemble integration] and its sub-page on [InsertAnalysisStep inserting the analysis step]. For the 'fully parallel' implementation variant the alternative routine `PDAF_prepost` is used.