Changes between Version 4 and Version 5 of OMI_error_checking
- Timestamp:
- May 27, 2025, 3:46:43 PM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_error_checking
v4 v5 48 48 49 49 '''Notes: ''' 50 * The routine is provi ed through the module 'PDAFomi'. Thus one has to use-include the routine by50 * The routine is provided through the module 'PDAFomi'. Thus one has to use-include the routine by 51 51 {{{ 52 USE PDAFomi, only: PDAFomi_ set_debug_flag52 USE PDAFomi, only: PDAFomi_check_error 53 53 }}} 54 54 * The errors that are checked by PDAF-OMI relate to the configuration of the obserations, e.g. it is checked whether some dimensions are consistent.