Changes between Version 10 and Version 11 of Porting_to_OMI
- Timestamp:
- Sep 20, 2024, 11:25:41 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Porting_to_OMI
v10 v11 35 35 If you have an implementation of the data assimilation with PDAF without OMI, you can port it to OMI with the following steps: 36 36 37 1. Install the current PDAF version which includes the OMI functionality (V1.16 or later )37 1. Install the current PDAF version which includes the OMI functionality (V1.16 or later; we recommend to use the latest version) 38 38 1. 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`. 39 39 1. Copy the template file `callback_obs_pdafomi.F90` to your code directory.