Changes between Version 3 and Version 4 of PDAFomi_diag_nobs
- Timestamp:
- Mar 26, 2025, 4:28:50 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified PDAFomi_diag_nobs
v3 v4 10 10 {{{ 11 11 SUBROUTINE PDAFomi_diag_nobs(nobstypes) 12 }}} 13 with the following argument: 14 {{{ 12 15 13 INTEGER, INTENT(inout) :: nobstypes ! Number of observation types 16 14 }}} 17 15 18 16 **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. 20 18 21 19