Changes between Version 43 and Version 44 of ImplementationofAnalysisStep


Ignore:
Timestamp:
May 25, 2025, 4:53:53 PM (7 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationofAnalysisStep

    v43 v44  
    4747</div>
    4848}}}
    49 {{{
    50 #!html
    51 <div class="wiki-toc">
    52 <h4>PDAF-OMI Guide</h4>
    53 <ol><li><a href="PDAF_OMI_Overview">Overview</a></li>
    54 <li><a href="OMI_Callback_obs_pdafomi">callback_obs_pdafomi.F90</a></li>
    55 <li><a href="OMI_observation_modules">Observation Modules</a></li>
    56 <li><a href="OMI_observation_operators">Observation operators</a></li>
    57 <li><a href="OMI_debugging">Debugging functionality</a></li>
    58 <li>Implementing the analysis step</li>
    59 <li><a href="Porting_to_OMI">Porting an existing implemention to OMI</a></li>
    60 <li><a href="OMI_use_global_obs">Using domain-limited observations</a></li>
    61 </ol>
    62 </div>
    63 }}}
     49
    6450
    6551The implementation of the analysis step requires that the user-supplied routines that are arguments in the call to the routine for the analysis step are implemented with full functionality.