|
NCEPLIBS-bufr
12.3.0
|
Public Member Functions | |
| subroutine | catch_bort_datebf_c (lunit, mear, mmon, mday, mour, idate) |
| Catch any bort error inside of subroutine datebf(). More... | |
Definition at line 911 of file bufrlib.F90.
| bufrlib::catch_bort_datebf_c::catch_bort_datebf_c | ( | integer(c_int), intent(in), value | lunit, |
| integer(c_int), intent(out) | mear, | ||
| integer(c_int), intent(out) | mmon, | ||
| integer(c_int), intent(out) | mday, | ||
| integer(c_int), intent(out) | mour, | ||
| integer(c_int), intent(out) | idate | ||
| ) |
Catch any bort error inside of subroutine datebf().
Wraps catch_bort_datebf() function.
| lunit | - Fortran logical unit number for BUFR file |
| mear | - Year stored within Section 1 of first data message |
| mmon | - Month stored within Section 1 of first data message |
| mday | - Day stored within Section 1 of first data message |
| mour | - Hour stored within Section 1 of first data message |
| idate | - Date-time stored within Section 1 of first data message |
Definition at line 911 of file bufrlib.F90.