Changes between Version 11 and Version 12 of Porting_to_OMI


Ignore:
Timestamp:
May 27, 2025, 3:57:07 PM (7 weeks ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Porting_to_OMI

    v11 v12  
    4646
    4747'''Notes:'''
    48 - 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.
     48- 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, it is no longer necessary to distinguish, as OMI takes case of the different operations in case of global or local filters.
    4949- With OMI we recommend to define the observation errors (`rms_obs_TYPE`) within each observation module instead of using the general module `mod_assimilation`.
    5050- While it is not done in the template and tutorial codes, one can move the localization parameters (locweight, cradius, sradius) into each observation module. This allos to easily define separate localization values for each observation type.