|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_ufbpos_c (lunit, irec, isub, subset, jdate, subset_str_len) |
| Catch any bort error inside of subroutine ufbpos(). More... | |
Definition at line 827 of file bufrlib.F90.
| bufrlib::catch_bort_ufbpos_c::catch_bort_ufbpos_c | ( | integer(c_int), intent(in), value | lunit, |
| integer(c_int), intent(in), value | irec, | ||
| integer(c_int), intent(in), value | isub, | ||
| character(kind=c_char), dimension(*), intent(out) | subset, | ||
| integer(c_int), intent(out) | jdate, | ||
| integer(c_int), intent(in), value | subset_str_len | ||
| ) |
Catch any bort error inside of subroutine ufbpos().
Wraps catch_bort_ufbpos() function.
| lunit | - Fortran logical unit number for BUFR file |
| irec | - Ordinal number of message to be read |
| isub | - Ordinal number of subset to be read from (irec)th message |
| subset | - Table A mnemonic for type of BUFR message that was read |
| jdate | - Date-time stored within Section 1 of BUFR message that was read |
| subset_str_len | - Allocated length of subset string |
Definition at line 827 of file bufrlib.F90.