Changes between Version 22 and Version 23 of PDAF_OMI_Overview_PDAF3


Ignore:
Timestamp:
Apr 17, 2026, 9:17:03 AM (16 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_OMI_Overview_PDAF3

    v22 v23  
    105105The current version of PDAF-OMI has a few limitations
    106106 -  Using nondiagonal **R**-matrices, requires a user-supplied code for operations relating to **R** (see the documentation on the implemenetation for [wiki:nondiagonal_observation_error_covariance_matrices_PDAF3 using non-diagonal R-matrices with OMI])
    107  - OMI currently only includes observation operators with linear interpolation and for observation located at grid points.
     107 - OMI currently only includes observation operators with linear interpolation and for observation located at grid points. However, users can implement their own observation operators (We also welcome contributations to observation operators).
    108108 - We have not tested interoperability with other programming languages. Generally Fortran derived data types and C structs should be compatible. Obviously, taking the Fortran routines and calling C functions to perform the actual initializations will work. (However, pyPDAF provides interoperability with Python).