|
NCEPLIBS-bufr
12.2.0
|
Public Member Functions | |
| subroutine | catch_bort_readns_c (lunit, subset, jdate, subset_str_len, iret) |
| Catch any bort error inside of subroutine readns(). More... | |
Definition at line 405 of file bufrlib.F90.
| bufrlib::catch_bort_readns_c::catch_bort_readns_c | ( | integer(c_int), intent(in), value | lunit, |
| character(kind=c_char), dimension(*), intent(out) | subset, | ||
| integer(c_int), intent(out) | jdate, | ||
| integer(c_int), intent(in), value | subset_str_len, | ||
| integer(c_int), intent(out) | iret | ||
| ) |
Catch any bort error inside of subroutine readns().
Wraps catch_bort_readns() function.
| lunit | - Fortran logical unit number for BUFR file |
| 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 |
| iret | - Return code |
Definition at line 405 of file bufrlib.F90.