|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_ufbmns_c (irep, subset, idate, subset_str_len) |
| Catch any bort error inside of subroutine ufbmns(). More... | |
Definition at line 1288 of file bufrlib.F90.
| bufrlib::catch_bort_ufbmns_c::catch_bort_ufbmns_c | ( | integer(c_int), intent(in), value | irep, |
| character(kind=c_char), dimension(*), intent(out) | subset, | ||
| integer(c_int), intent(out) | idate, | ||
| integer(c_int), intent(in), value | subset_str_len | ||
| ) |
Catch any bort error inside of subroutine ufbmns().
Wraps catch_bort_ufbmns() function.
| irep | - Number of data subset to be read |
| subset | - Table A mnemonic for type of BUFR message that was read |
| idate | - Date-time stored within Section 1 of BUFR message that was read |
| subset_str_len | - Allocated length of subset string |
Definition at line 1288 of file bufrlib.F90.