NCEPLIBS-bufr
11.7.0
|
Read the date-time from Section 1 of a BUFR message. More...
Go to the source code of this file.
Functions/Subroutines | |
function | igetdate (MBAY, IYR, IMO, IDY, IHR) |
This function returns the date-time from within Section 1 of a BUFR message. More... | |
Read the date-time from Section 1 of a BUFR message.
Definition in file igetdate.f.
function igetdate | ( | dimension(*) | MBAY, |
IYR, | |||
IMO, | |||
IDY, | |||
IHR | |||
) |
This function returns the date-time from within Section 1 of a BUFR message.
The function will work on any BUFR message encoded using BUFR edition 2, 3, or 4.
[in] | MBAY | – integer(*): BUFR message |
[out] | IYR | – integer: Year stored within Section 1 of MBAY, in format of either YY or YYYY, depending on the most recent call to subroutine datelen() |
[out] | IMO | – integer: Month stored within Section 1 of MBAY |
[out] | IDY | – integer: Day stored within Section 1 of MBAY |
[out] | IHR | – integer: Hour stored within Section 1 of MBAY |
Program history log:
Date | Programmer | Comments |
---|---|---|
2005-11-29 | J. Ator | Original author |
Definition at line 34 of file igetdate.f.
References iupbs01().