NCEPLIBS-bufr  12.1.0
moda_tnkrcp Module Reference

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...
 

Detailed Description

Declare variables used to store tank receipt time information within Section 1 of BUFR messages.

Author
J. Ator
Date
2024-03-20

Variable Documentation

◆ ctrt

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:

  • 'N' = No (default)
  • 'Y' = Yes

Definition at line 843 of file modules_arrs.F90.

Referenced by msgfull(), msgwrt(), and strcpt().

◆ itrdy

integer moda_tnkrcp::itrdy

Tank receipt day.

Definition at line 849 of file modules_arrs.F90.

Referenced by atrcpt(), and strcpt().

◆ itrhr

integer moda_tnkrcp::itrhr

Tank receipt hour.

Definition at line 851 of file modules_arrs.F90.

Referenced by atrcpt(), and strcpt().

◆ itrmi

integer moda_tnkrcp::itrmi

Tank receipt minute.

Definition at line 853 of file modules_arrs.F90.

Referenced by atrcpt(), and strcpt().

◆ itrmo

integer moda_tnkrcp::itrmo

Tank receipt month.

Definition at line 847 of file modules_arrs.F90.

Referenced by atrcpt(), and strcpt().

◆ itryr

integer moda_tnkrcp::itryr

Tank receipt year.

Definition at line 845 of file modules_arrs.F90.

Referenced by atrcpt(), and strcpt().