47 SUBROUTINE strcpt(CF,IYR,IMO,IDY,IHR,IMI)
49 COMMON /tnkrcp/ itryr,itrmo,itrdy,itrhr,itrmi,ctrt
51 CHARACTER*128 bort_str
58 IF(cf.NE.
'Y'.AND. cf.NE.
'N') goto 900
73 900
WRITE(bort_str,
'("BUFRLIB: STRCPT - INPUT ARGUMENT IS ",A1,'//
74 .
'", IT MUST BE EITHER Y OR N")') cf
subroutine bort(STR)
This subroutine calls subroutine errwrt() to log an error message, then calls subroutine bort_exit() ...
subroutine strcpt(CF, IYR, IMO, IDY, IHR, IMI)
This subroutine is used to specify a tank receipt time to be included within Section 1 of all BUFR me...
subroutine capit(STR)
THIS SUBROUTINE CAPITALIZES A STRING OF CHARACTERS.