Changes between Version 3 and Version 4 of PDAF_OMI_Overview


Ignore:
Timestamp:
Nov 16, 2020, 5:08:06 PM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_OMI_Overview

    v3 v4  
    1515
    1616The main components of OMI are
    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
    2020
    2121Figure 1 shows the call structure for the analysis step with PDAF. For the analysis step, the core routines of PDAF (green; in particular PDAF_assimilate_X, with X being the chosen routine) calls different user-provided call-back functions. There are several routines, like those doing state localization, that are not related to observations (blue). OMI is concerned with those routines related to observations (red and purple).
     
    3939== Further documentation of PDAF-OMI ==
    4040
     41The documentation for implementing is provided on the following pages:
    4142
    4243