Changes between Version 3 and Version 4 of ImplementAnalysisseik


Ignore:
Timestamp:
Aug 26, 2010, 4:58:55 PM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysisseik

    v3 v4  
    1313 * 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.
    1414 * 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)
     15Below 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.
    1516
    16 == `U_init_dim_obs` ==
     17
     18== `U_init_dim_obs` (init_dim_obs.F90) ==
     19
     20This routine is used by all global filter algorithms (SEEK, SEIK, EnKF, ETKF).
    1721
    1822The interface for this routine is: