NCEPLIBS-g2 4.0.0
|
Format the wmo header. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | makwmo (bulhed, iday, ihour, imin, kwbx, header) |
Forms the wmo header for a given bulletin. | |
subroutine makwmo | ( | character * 6 | bulhed, |
iday, | |||
ihour, | |||
imin, | |||
character * 4 | kwbx, | ||
character * 1, dimension (*) | header | ||
) |
Forms the wmo header for a given bulletin.
Date | Programmer | Comments |
---|---|---|
84-07-06 | Farley | Original author |
94-10-10 | R. E. Jones | Changes for cray |
95-10-18 | R. E. Jones | Add parameter kwbx to call |
98-06-16 | Gilbert | Changed argument list to pass in day and hour instead of the old O.N. 84 date word. |
2003-03-28 | Gilbert | Removed equivalences. |
[in] | bulhed | ttaaii bulletin header ft10 |
[in] | iday | day of month |
[in] | ihour | hour of day. |
[in] | imin | min of hour. |
[in] | kwbx | 4 characters (kwbc to kwbq) |
[out] | header | complete wmo header in ascii |
Definition at line 24 of file makwmo.F90.
Referenced by tocgrib(), tocgrib2(), and tocgrib2super().