Changes between Version 10 and Version 11 of Porting_to_OMI


Ignore:
Timestamp:
Sep 20, 2024, 11:25:41 AM (26 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Porting_to_OMI

    v10 v11  
    3535If you have an implementation of the data assimilation with PDAF without OMI, you can port it to OMI with the following steps:
    3636
    37 1.      Install the current PDAF version which includes the OMI functionality (V1.16 or later)
     371.      Install the current PDAF version which includes the OMI functionality (V1.16 or later; we recommend to use the latest version)
    38381.      In mod_assimilation declare an array `coords_l` for the coordinates of the local analysis domain. Then fill `coords_l` in `init_dim_l_pdaf`. These coordinates are later used in `init_dim_obs_l_pdafomi`.
    39391.      Copy the template file `callback_obs_pdafomi.F90` to your code directory.