Changes between Version 19 and Version 20 of OMI_Callback_obs_pdafomi
- Timestamp:
- May 12, 2021, 5:12:03 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_Callback_obs_pdafomi
v19 v20 24 24 [[PageOutline(2-3,Contents of this page)]] 25 25 26 The file `callback_obs_pdafomi.F90` contains a rethose routines that are directly called by PDAF as call-back routines. In the example codes we use all routines with the suffix _pdafomi to distinguish them from routine from existing implementation where the suffix is typically _pdaf.26 The file `callback_obs_pdafomi.F90` contains all those routines that are directly called by PDAF as call-back routines. In the example codes we use all routines with the suffix _pdafomi to distinguish them from routine from existing implementation where the suffix is typically _pdaf. 27 27 28 28 The file `templates/omi/callback_obs_pdafomi.F90` provides a template for implementing the routines. A compact example can be found in `tutorial/online_2D_serialmodel/`.