Changes between Initial Version and Version 1 of PDAFomi_set_obs_diag


Ignore:
Timestamp:
Mar 21, 2025, 7:48:31 PM (12 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_set_obs_diag

    v1 v1  
     1= PDAFomi_set_obs_diag =
     2
     3This 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.
     4
     5The routine is used to activate or deactivate the observation diagnostics.
     6
     7The 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`.
     8
     9The interface is the following:
     10{{{
     11  SUBROUTINE PDAFomi_set_obs_diag(diag)
     12}}}
     13with the following arguments:
     14{{{
     15    INTEGER, INTENT(in) :: diag   ! Value for observation diagnostics mode
     16                                  ! >0 activates observation diagnostics
     17}}}
     18