Merge "ASM #537 - fix for AvnFPS: Syntax failed to flag format error" into asm_14.3.1
Former-commit-id:7b369e5ccc
[formerly 45a5185657de4c3e3c330a5a8604078fe1ccde2a] Former-commit-id:bb0e06d09d
This commit is contained in:
commit
c4f9671fc8
1 changed files with 2 additions and 1 deletions
|
@ -319,6 +319,7 @@
|
|||
# ------------ ---------- ----------- --------------------------
|
||||
# 02APR2014 17211 zhao (code obtained from the listserver via Virgil that implements a new rule regarding CB, TS etc)
|
||||
# May 12, 2014 16928 zhao Modified check_prev_time()
|
||||
# Sep 17, 2014 16928 zhao Added a line break "\n" to message 25 (since it appears together with message 49)
|
||||
#
|
||||
#
|
||||
import exceptions, re, time, types
|
||||
|
@ -356,7 +357,7 @@ or precipitation event (NWSI 10-813, Appendix C, 1.2.9.4)""",
|
|||
22: """Invalid start hour""",
|
||||
23: """Invalid day""",
|
||||
24: """Issue and valid times do not match""",
|
||||
25: """Group time period not within TAF forecast period""",
|
||||
25: """Group time period not within TAF forecast period\n""",
|
||||
26: """Only PROB30 is allowed""",
|
||||
27: """The PROB group shall not be used in the first
|
||||
9 hours of the valid TAF forecast
|
||||
|
|
Loading…
Add table
Reference in a new issue