Changes between Version 25 and Version 26 of ImplementAnalysislseik


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysislseik

    v25 v26  
    5757 * [#U_init_obsvarinit_obsvar.F90 U_init_obsvar]: The name of the user-supplied routine that provides a global mean observation error variance to PDAF (This routine will only be executed, if an adaptive forgetting factor is used)
    5858 * [#U_init_obsvar_localinit_obsvar_local.F90 U_init_obsvar_local]: The name of the user-supplied routine that provides a mean observation error variance for the local analysis domain to PDAF (This routine will only be executed, if a local adaptive forgetting factor is used)
    59  * `status`: The integer status flag. It is zero, if PDAF_get_state is exited without errors.
     59 * `status`: The integer status flag. It is zero, if `PDAF_put_state_lseik` is exited without errors.
    6060
    6161Note:
     
    151151Hints:
    152152 * For parallel efficiency the LSEIK algorithm is implemented in a way that first the full vectors are initialized. Thus, if `observation_f` has been initialized before `U_init_obs_local` is executed (e.g. by `U_init_dim_obs_full`), the operations performed in this routine will be to select the part of the full observation vector that is relevant for the current local analysis domain.
     153
    153154
    154155=== `U_prepoststep` (prepoststep_seik.F90) ===