Changes between Version 6 and Version 7 of Porting_to_OMI


Ignore:
Timestamp:
Feb 21, 2023, 4:05:49 PM (14 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Porting_to_OMI

    v6 v7  
    4646- 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.
    4747- With OMI we recommend to define the observation errors (`rms_obs_TYPE`) within each observation module instead of using the general module `mod_assimilation`.
    48 - 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.
     48- 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.