|
NCEPLIBS-bufr
12.2.0
|
Declare variables used to store tank receipt time information within Section 1 of BUFR messages. More...
Variables | |
| character | 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 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 860 of file modules_arrs.F90.
Referenced by exitbufr(), msgfull(), msgwrt(), and strcpt().
| integer moda_tnkrcp::itrdy |
Tank receipt day.
Definition at line 866 of file modules_arrs.F90.
| integer moda_tnkrcp::itrhr |
Tank receipt hour.
Definition at line 868 of file modules_arrs.F90.
| integer moda_tnkrcp::itrmi |
Tank receipt minute.
Definition at line 870 of file modules_arrs.F90.
| integer moda_tnkrcp::itrmo |
Tank receipt month.
Definition at line 864 of file modules_arrs.F90.
| integer moda_tnkrcp::itryr |
Tank receipt year.
Definition at line 862 of file modules_arrs.F90.