Changes between Version 3 and Version 4 of PDAFomi_diag_nobs


Ignore:
Timestamp:
Mar 26, 2025, 4:28:50 PM (7 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified PDAFomi_diag_nobs

    v3 v4  
    1010{{{
    1111  SUBROUTINE PDAFomi_diag_nobs(nobstypes)
    12 }}}
    13 with the following argument:
    14 {{{
     12
    1513    INTEGER, INTENT(inout) :: nobstypes   ! Number of observation types
    1614}}}
    1715
    1816**Note:**
    19  * `nobstypes` is commonly used as the upper limit of a loop running over all observation types
     17 * `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.
    2018
    2119