|
NCEPLIBS-bufr
12.3.0
|
Declare variables used to optionally catch and return any future bort error string to the application program. More...
Variables | |
| character | bort_catch = 'N' |
| Flag indicating whether bort errors generated during all future calls to NCEPLIBS-bufr subroutines and functions should be caught and returned to the application program. More... | |
| logical | bort_target_is_unset = .false. |
| Set to .true. More... | |
| character *300 | caught_str |
| Bort error string. More... | |
| integer | caught_str_len = 0 |
| Length of bort error string. More... | |
Declare variables used to optionally catch and return any future bort error string to the application program.
| character moda_borts::bort_catch = 'N' |
Flag indicating whether bort errors generated during all future calls to NCEPLIBS-bufr subroutines and functions should be caught and returned to the application program.
This variable is initialized to a default value which can be overridden via a call to function catch_borts() within the application program:
Definition at line 916 of file modules_arrs.F90.
Referenced by bort(), bort2(), bort_target_unset(), catch_borts(), check_for_bort(), and exitbufr().
| logical moda_borts::bort_target_is_unset = .false. |
Set to .true.
if bort_catch is 'Y' and a target location to which to return any caught error is not currently set. Otherwise set to .false.
Definition at line 919 of file modules_arrs.F90.
Referenced by bort_target_set(), bort_target_unset(), catch_borts(), and exitbufr().
| character*300 moda_borts::caught_str |
Bort error string.
Definition at line 921 of file modules_arrs.F90.
Referenced by bort(), bort2(), and check_for_bort().
| integer moda_borts::caught_str_len = 0 |
Length of bort error string.
Definition at line 923 of file modules_arrs.F90.
Referenced by bort(), bort2(), bort_target_set(), check_for_bort(), and exitbufr().