Changes between Version 25 and Version 26 of ImplementAnalysislseik
- Timestamp:
- Sep 3, 2010, 3:41:27 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysislseik
v25 v26 57 57 * [#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) 58 58 * [#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_stateis exited without errors.59 * `status`: The integer status flag. It is zero, if `PDAF_put_state_lseik` is exited without errors. 60 60 61 61 Note: … … 151 151 Hints: 152 152 * 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 153 154 154 155 === `U_prepoststep` (prepoststep_seik.F90) ===