| 35 | |
| 36 | '''Notes:''' |
| 37 | - In the classical implementation variant one had to code separate routines for observation handling in global and local filters (e.g. `init_dim_obs` and `init_dim_obs_f_pdaf`. With OMI is it longer necessary to distinguish, as OMI takes case of the different operations in case of global or local filters. |
| 38 | - With OMI we recommend to define the observation errors (`rms_obs_TYPE`) within each observation module instead of using the general module `mod_assimilation`. |
| 39 | - While it is not done in the template and tutorial codes, one can move the localization parameters (locweight, local_range, srange) into each observation module. This allos to easily define separate localization values for each observation type. |