Changes between Version 18 and Version 19 of ImplementAnalysislseik


Ignore:
Timestamp:
Sep 3, 2010, 2:14:42 PM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysislseik

    v18 v19  
    352352}}}
    353353
    354 The routine is called in the local filters during the loop over all local analysis domains by the by the routine that computes a local adaptive forgetting factor (PDAF_set_forget_local). The routine has to initialize a local mean observation error variance for all observations sued for the analysis in the current local analysis domain.
    355 
    356 Hints:
    357  * For a model with domain-decomposition one might use the mean variance for the model sub-domain of the calling process. Alternatively one can compute a mean variance for the full model domain using MPI communication (e.g. the function `MPI_allreduce`).
    358  * The observation vector `obs_p` is provided to the rotine for the case that the observation error variance is relative to the value of the observations.
     354The routine is called in the local filters during the loop over all local analysis domains by the by the routine that computes a local adaptive forgetting factor (PDAF_set_forget_local). The routine has to initialize a local mean observation error variance for all observations used for the analysis in the current local analysis domain.
     355
     356== Execution order of user-supplied routines ==
     357
     358The user-supplied routines are executed in the following order:
     359
     360
     361
     362
     363