Stop parsing TTAA levels at the tropopause
This commit is contained in:
parent
e5cbb9675a
commit
131b01640c
1 changed files with 6 additions and 0 deletions
|
@ -262,6 +262,12 @@ class RAOBObs():
|
|||
if len(self.tokens) < i+3 or self.tokens[i][-1] == '=':
|
||||
break
|
||||
|
||||
#
|
||||
# Stop parsing tokens at the tropopause.
|
||||
#
|
||||
if self.tokens[i][0:2] == '88':
|
||||
break
|
||||
|
||||
sample = self.parse_sample_tokens(self.tokens[i:i+3])
|
||||
|
||||
if sample is None:
|
||||
|
|
Loading…
Add table
Reference in a new issue