Commit 338361e
committed
time_series: allow variable number of columns in a file
This commit allows an extra 10 columns to be added to the output of time
series in the middle of the run compared to the start of the run. Prior
to that commit, increasing the number of columns mid-run would result in
a truncated output from the legacy parser.
This commit also correctly attributes the names from the header line for
columns that are not defined in `phyvars.TIME`, extraneous columns added
mid-run being simply numbered.1 parent 05023e5 commit 338361e
1 file changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
72 | 82 | | |
73 | 83 | | |
74 | 84 | | |
75 | 85 | | |
76 | 86 | | |
| 87 | + | |
77 | 88 | | |
78 | | - | |
| 89 | + | |
79 | 90 | | |
80 | 91 | | |
81 | 92 | | |
| |||
94 | 105 | | |
95 | 106 | | |
96 | 107 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 108 | + | |
101 | 109 | | |
102 | 110 | | |
103 | 111 | | |
| |||
0 commit comments