|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_stndrd_c (lunit, msgin, lmsgot, msgot) |
| Catch any bort error inside of subroutine stndrd(). More... | |
Definition at line 1424 of file bufrlib.F90.
| bufrlib::catch_bort_stndrd_c::catch_bort_stndrd_c | ( | integer(c_int), intent(in), value | lunit, |
| integer(c_int), dimension(*), intent(in) | msgin, | ||
| integer(c_int), intent(in), value | lmsgot, | ||
| integer(c_int), dimension(*), intent(out) | msgot | ||
| ) |
Catch any bort error inside of subroutine stndrd().
Wraps catch_bort_stndrd() function.
| lunit | - Fortran logical unit number for BUFR file |
| msgin | - BUFR message |
| lmsgot | - Allocated length of msgot |
| msgot | - Copy of msgin now fully WMO-standardized |
Definition at line 1424 of file bufrlib.F90.