Changes between Version 6 and Version 7 of PDAF_OMI_Overview


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_OMI_Overview

    v6 v7  
    11= PDAF-OMI, the Observation Module Infrastructure =
    22
     3{{{
     4#!html
     5<div class="wiki-toc">
     6<h4>PDAF-OMI Guide</h4>
     7<ol><li>Overview</li>
     8<li><a href="OMI_Callback_obs_pdafomi">callback_obs_pdafomi.F90</a></li>
     9<li><a href="OMI_observation_modules">Observation Modules</a></li>
     10<li><a href="Porting_to_OMI">Porting an existing implemention</a></li>
     11<li><a href="OMI_observation_operators">Observation operators</a></li>
     12<li><a href="OMI_debugging">Debugging functionality</a></li>
     13<li><a href="ImplementationofAnalysisStep">Calling the analysis step</a></li>
     14<ol>
     15<li><a href="ImplementAnalysisGlobal">Implementation for Global Filters</a></li>
     16<li><a href="ImplementAnalysisLocal">Implementation for Local Filters</a></li>
     17<li><a href="ImplementAnalysislenkfOmi">Implementation for LEnKF</a></li>
     18</ol>
     19</div>
     20}}}
    321PDAF-OMI (Observation Module Infrastructure) is an extension to PDAF for a structured modular implementation of the call-back routines handling observations for PDAF. It was introduced with PDAF V1.16.
    422