NCEPLIBS-bufr
11.5.0
|
Specify format of Section 1 date-time when reading BUFR messages. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | datelen (LEN) |
This subroutine is used to specify the format of Section 1 date-time values that will be output by future calls to any of the BUFRLIB message-reading subroutines. More... | |
Specify format of Section 1 date-time when reading BUFR messages.
Definition in file datelen.f.
subroutine datelen | ( | LEN | ) |
This subroutine is used to specify the format of Section 1 date-time values that will be output by future calls to any of the BUFRLIB message-reading subroutines.
[in] | LEN | - integer: Length of Section 1 date-time values to be output by all future calls to message-reading subroutines
|
This subroutine can be called at any time from within the application program, and the specified value for LEN will remain in effect for all future calls to any of the BUFRLIB subroutines which read BUFR messages, unless a subsequent call is made to this subroutine to reset the value of LEN again. If this subroutine is never called, a default value of 8 is used for LEN, as set within subroutine bfrini().
Program history log:
Definition at line 39 of file datelen.f.
References bort(), and wrdlen().
Referenced by fdebufr().