Changes between Version 3 and Version 4 of ImplementAnalysisseik
- Timestamp:
- Aug 26, 2010, 4:58:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisseik
v3 v4 13 13 * U_prodRinvA: The name of the user-supplied routine that computes the product of the inverse of the observation error covariance matrix with some matrix provided to the routine by PDAF. This operation occurs during the analysis step of the SEIK filter. 14 14 * U_init_obsvar: The name of the user-supplied routine that provides a mean observation error variance to PDAF (This routine will only be executed, if an adaptive forgetting factor is used) 15 Below the names of the corresponding routines in the template directory are provided in parentheses. The the routines in the example implementation have the same name but include '`_dummy_D`' in the name. 15 16 16 == `U_init_dim_obs` == 17 18 == `U_init_dim_obs` (init_dim_obs.F90) == 19 20 This routine is used by all global filter algorithms (SEEK, SEIK, EnKF, ETKF). 17 21 18 22 The interface for this routine is: