NCEPLIBS-bufr
12.1.0
|
Declare variables used to store tank receipt time information within Section 1 of BUFR messages. More...
Variables | |
character *1 | ctrt = 'N' |
Flag indicating whether tank receipt times are to be included within output BUFR messages; this variable is initialized to a default value which can be overridden by a subsequent call to subroutine strcpt() within the application program: More... | |
integer | itrdy |
Tank receipt day. More... | |
integer | itrhr |
Tank receipt hour. More... | |
integer | itrmi |
Tank receipt minute. More... | |
integer | itrmo |
Tank receipt month. More... | |
integer | itryr |
Tank receipt year. More... | |
Declare variables used to store tank receipt time information within Section 1 of BUFR messages.
character*1 moda_tnkrcp::ctrt = 'N' |
Flag indicating whether tank receipt times are to be included within output BUFR messages; this variable is initialized to a default value which can be overridden by a subsequent call to subroutine strcpt() within the application program:
Definition at line 843 of file modules_arrs.F90.
integer moda_tnkrcp::itrdy |
Tank receipt day.
Definition at line 849 of file modules_arrs.F90.
integer moda_tnkrcp::itrhr |
Tank receipt hour.
Definition at line 851 of file modules_arrs.F90.
integer moda_tnkrcp::itrmi |
Tank receipt minute.
Definition at line 853 of file modules_arrs.F90.
integer moda_tnkrcp::itrmo |
Tank receipt month.
Definition at line 847 of file modules_arrs.F90.
integer moda_tnkrcp::itryr |
Tank receipt year.
Definition at line 845 of file modules_arrs.F90.