Changes between Version 1 and Version 2 of OMI_error_checking


Ignore:
Timestamp:
Mar 8, 2024, 10:48:03 AM (7 weeks ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_error_checking

    v1 v2  
    33PDAF-OMI performs several consistency checks. If they fail, PDAF-OMI will print an error message, but the program is not stopped. Starting from PDAF V2.2 there OMI has an error status flag that can be checked from the user code. If an error occured, one can stop the program on the user side.
    44
    5 The error flag can be checked by calling the routine `PDAFomi_check_error`, which was introduced with PDAF version 2.2.
     5The error flag can be checked by calling the routine `PDAFomi_check_error`, which was introduced with PDAF version 2.2. The routine is documented below. It returns the value of the PDAF-OMI error flag. Since PDAF-OMI executes internal routines in which errors could occur due to an inconsistent configuration of the observations, a direct returning an error flag as a subroutine argument is not always possible. For this reasion there is this separate routine to check for the error flag.
    66
    7 The routine returns the value of the PDAF-OMI internal error flag. Since PDAF-OMI executes internal routines in which errors could occur due to an inconsistent configuration of the observations a directly returning an error flag as a subroutine argument is not always possible. For this reasion there is this separate routine to check for the error flag.
     7A useful place to insert this routine for error-checking are the routines in callback_obs_pdafomi.F90.
    88
    99The interface is: