35 SUBROUTINE rtrcpt(LUNIT,IYR,IMO,IDY,IHR,IMI,IRET)
44 CALL status(lunit,lun,il,im)
57900
CALL bort(
'BUFRLIB: RTRCPT - INPUT BUFR FILE IS CLOSED; IT '//
58 .
'MUST BE OPEN FOR INPUT')
59901
CALL bort(
'BUFRLIB: RTRCPT - INPUT BUFR FILE IS OPEN FOR '//
60 .
'OUTPUT; IT MUST BE OPEN FOR INPUT')
61902
CALL bort(
'BUFRLIB: RTRCPT - A MESSAGE MUST BE OPEN IN INPUT '//
62 .
'BUFR FILE; NONE ARE')
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...
This module contains array and variable declarations used to store BUFR messages internally for multi...
integer, dimension(:,:), allocatable mbay
Current BUFR message for each internal I/O stream.
subroutine rtrcpt(LUNIT, IYR, IMO, IDY, IHR, IMI, IRET)
This subroutine reads the tank receipt time (if one exists) from Section 1 of a BUFR message.
subroutine rtrcptb(MBAY, IYR, IMO, IDY, IHR, IMI, IRET)
This subroutine reads the tank receipt time (if one exists) from Section 1 of a BUFR message.
subroutine status(LUNIT, LUN, IL, IM)
This subroutine checks whether a specified Fortran logical unit number is currently connected to the ...