Changes between Version 1 and Version 2 of U_init_dim_obs_f


Ignore:
Timestamp:
Jan 21, 2016, 1:57:35 PM (8 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • U_init_dim_obs_f

    v1 v2  
    44
    55The routine `U_init_dim_obs_f` is a call-back routine that has to be provided by the user. In the simplified interface the predefined name of the routine is `init_dim_obs_f_pdaf`, but in the full interface, the user can choose the name of the routine.
    6 The routine is used with all filter algorithms suing domain-localization (LSEIK, LETKF, LESTKF) and is independent of the particular algorithm.
     6The routine is used with all filter algorithms using domain-localization (LSEIK, LETKF, LESTKF) and is independent of the particular algorithm.
    77The routine is called at the beginning of each analysis step, before the loop over all local analysis domains is entered. It has to initialize the size of the full observation vector according to the current time step. For simplicity, this size can be the number of observations for the global model domain.
    88