wiki:PDAFomi_diag_nobs

Version 5 (modified by lnerger, 6 days ago) ( diff )

--

PDAFomi_diag_nobs

This page documents the routine PDAFomi_diag_nobs of PDAF, which was introduced with PDAF V3.0. This is part of the PDAF-OMI observation diagnostics module.

The routine returns the number of observation types that are active in an assimilation run.

Usually all PDAFomi_diag routines are called in prepoststep_pdaf where the observation information can be retrieved and analyzed.

The interface is the following:

  SUBROUTINE PDAFomi_diag_nobs(nobstypes)

    INTEGER, INTENT(inout) :: nobstypes   ! Number of observation types

Note:

  • nobstypes is commonly used as the upper limit of a loop running over all observation types. In this way nobstypes can be used with the PDAFomi_diag routines that return different observation-related arrays for a single observation type.
Note: See TracWiki for help on using the wiki.