Changes between Version 11 and Version 12 of Porting_to_OMI
- Timestamp:
- May 27, 2025, 3:57:07 PM (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Porting_to_OMI
v11 v12 46 46 47 47 '''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 itlonger 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. 49 49 - With OMI we recommend to define the observation errors (`rms_obs_TYPE`) within each observation module instead of using the general module `mod_assimilation`. 50 50 - 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.