Changes between Version 1 and Version 2 of PDAFomi_set_obs_diag


Ignore:
Timestamp:
Mar 26, 2025, 4:26:30 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_set_obs_diag

    v1 v2  
    11= PDAFomi_set_obs_diag =
    22
    3 This page documents the routine `PDAFomi_set_obs_daig` of PDAF, which was introduced with PDAF V3.0. This is part of the PDAF-OMI observation diagnostics module.
     3This page documents the routine `PDAFomi_set_obs_diag` of PDAF, which was introduced with PDAF V3.0. This is part of the PDAF-OMI observation diagnostics module.
    44
    55The routine is used to activate or deactivate the observation diagnostics.
    66
    7 The routine can be called by all processes, but it is sufficient to call it for those processes that handle observations. A common place is to call the routine in `init_pdaf` afer the initialization of PDAF in `PDAF_init`.
     7The routine can be called by all processes, but it is sufficient to call it for those processes that handle observations, which usually are the filter processes. A common place is to call the routine in `init_pdaf` afer the initialization of PDAF in `PDAF_init`.
    88
    9 The interface is the following:
     9The interface is:
    1010{{{
    1111  SUBROUTINE PDAFomi_set_obs_diag(diag)
    12 }}}
    13 with the following arguments:
    14 {{{
     12
    1513    INTEGER, INTENT(in) :: diag   ! Value for observation diagnostics mode
    1614                                  ! >0 activates observation diagnostics