Changes between Version 8 and Version 9 of ImplementAnalysislenkfOmi


Ignore:
Timestamp:
Dec 8, 2021, 4:36:53 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysislenkfOmi

    v8 v9  
    137137== Execution order of user-supplied routines ==
    138138
    139 For the :EnKF, the user-supplied routines are essentially executed in the order they are listed in the interface to `PDAFomi_assimilate_lenkf`. The order can be important as some routines can perform preparatory work for later routines. For example, `U_init_dim_obs` can prepare an index array that provides the information for executing the observation operator in `U_obs_op`.
     139For the EnKF, the user-supplied routines are essentially executed in the order they are listed in the interface to `PDAFomi_assimilate_lenkf`. The order can be important as some routines can perform preparatory work for later routines. For example, `U_init_dim_obs` can prepare an index array that provides the information for executing the observation operator in `U_obs_op`.
    140140
    141141Before the analysis step is called the following routine is executed: