17 | | - one observation-specific Fortran module for each observation type |
18 | | - PDAF-OMI core routines provided by the PDAF library which provide functionality for observation handling, localization, and observation operators |
19 | | - The observation-specific call-back routines are merely pass-through routines without own functionality. They are collected into a single file for compactness. |
| 17 | - '''observation modules''': One observation-specific Fortran module for each observation type |
| 18 | - '''callback_obs_pdafomi.F90''': The observation-specific call-back routines are merely pass-through routines without own functionality. They are collected into this single file for compactness. |
| 19 | - '''PDAF-OMI core routines''': These routines are part of the PDAF library and provide functionality for observation handling, localization, and observation operators |