|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_openmb_c (lunit, subset, subset_str_len, jdate) |
| Catch any bort error inside of subroutine openmb(). More... | |
Definition at line 421 of file bufrlib.F90.
| bufrlib::catch_bort_openmb_c::catch_bort_openmb_c | ( | integer(c_int), intent(in), value | lunit, |
| character(kind=c_char), dimension(*), intent(inout) | subset, | ||
| integer(c_int), intent(in), value | subset_str_len, | ||
| integer(c_int), intent(in), value | jdate | ||
| ) |
Catch any bort error inside of subroutine openmb().
Wraps catch_bort_openmb() function.
| lunit | - Fortran logical unit number for BUFR file |
| subset | - Table A mnemonic for type of BUFR message to be written |
| subset_str_len | - Length of subset string |
| jdate | - Date-time to be written into Section 1 of BUFR message |
Definition at line 421 of file bufrlib.F90.