|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_pkbs1_c (ival, mbay, s1mnem, s1mnem_str_len) |
| Catch any bort error inside of subroutine pkbs1(). More... | |
Definition at line 978 of file bufrlib.F90.
| bufrlib::catch_bort_pkbs1_c::catch_bort_pkbs1_c | ( | integer(c_int), intent(in), value | ival, |
| integer(c_int), dimension(*), intent(inout) | mbay, | ||
| character(kind=c_char), dimension(*), intent(inout) | s1mnem, | ||
| integer(c_int), intent(in), value | s1mnem_str_len | ||
| ) |
Catch any bort error inside of subroutine pkbs1().
Wraps catch_bort_pkbs1() function.
| ival | - Value corresponding to s1mnem |
| mbay | - BUFR message |
| s1mnem | - Mnemonic for value to be written into Section 1 of BUFR message |
| s1mnem_str_len | - Length of s1mnem string |
Definition at line 978 of file bufrlib.F90.