Changes between Version 2 and Version 3 of U_init_obsvar
- Timestamp:
- Jan 21, 2016, 3:43:41 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_init_obsvar
v2 v3 4 4 5 5 The routine `U_init_obsvar` 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_obsvar_pdaf`, but in the full interface, the user can choose the name of the routine. 6 The routine is used with the global filters ESTKF, ETKF, and SEIK as well as the local filters LESTKF, LETKF, and LSEIK. The routine is called during the filter analysis step. The routine is only called if the adaptive forgetting factor is used (`type_forget=1` in the example imp ementation). When the routine is called it has to return the mean observation error variance.6 The routine is used with the global filters ESTKF, ETKF, and SEIK as well as the local filters LESTKF, LETKF, and LSEIK. The routine is called during the filter analysis step. The routine is only called if the adaptive forgetting factor is used (`type_forget=1` in the example implementation). When the routine is called it has to return the mean observation error variance. 7 7 8 8 The interface is the following: