Changes between Version 1 and Version 2 of U_init_dim_obs_f
- Timestamp:
- Jan 21, 2016, 1:57:35 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_init_dim_obs_f
v1 v2 4 4 5 5 The 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.6 The routine is used with all filter algorithms using domain-localization (LSEIK, LETKF, LESTKF) and is independent of the particular algorithm. 7 7 The 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. 8 8