@@ -43,13 +43,13 @@ def run_mct(self, date_start, date_end, dtsec, dtsec_chan, type):
43
43
comparator = TSSComparator (atol ,rtol )
44
44
45
45
# compare results for average discharge output
46
- reference = os .path .join (out_path_ref , 'disX .tss' )
47
- output_tss = os .path .join (self .out_path_run , 'disX .tss' )
46
+ reference = os .path .join (out_path_ref , 'disWin .tss' )
47
+ output_tss = os .path .join (self .out_path_run , 'disWin .tss' )
48
48
comparator .compare_files (reference , output_tss )
49
49
50
50
# compare results for instant discharge output
51
- reference = os .path .join (out_path_ref , 'chanqX .tss' )
52
- output_tss = os .path .join (self .out_path_run , 'chanqX .tss' )
51
+ reference = os .path .join (out_path_ref , 'chanqWin .tss' )
52
+ output_tss = os .path .join (self .out_path_run , 'chanqWin .tss' )
53
53
comparator .compare_files (reference , output_tss )
54
54
55
55
# compare mass balance error
@@ -82,13 +82,13 @@ def run_mcts(self, date_start, date_end, dtsec, dtsec_chan, type):
82
82
comparator = TSSComparator (atol ,rtol )
83
83
84
84
# compare results for average discharge output
85
- reference = os .path .join (out_path_ref , 'disX .tss' )
86
- output_tss = os .path .join (self .out_path_run , 'disX .tss' )
85
+ reference = os .path .join (out_path_ref , 'disWin .tss' )
86
+ output_tss = os .path .join (self .out_path_run , 'disWin .tss' )
87
87
comparator .compare_files (reference , output_tss )
88
88
89
89
# compare results for instant discharge output
90
- reference = os .path .join (out_path_ref , 'chanqX .tss' )
91
- output_tss = os .path .join (self .out_path_run , 'chanqX .tss' )
90
+ reference = os .path .join (out_path_ref , 'chanqWin .tss' )
91
+ output_tss = os .path .join (self .out_path_run , 'chanqWin .tss' )
92
92
comparator .compare_files (reference , output_tss )
93
93
94
94
# compare mass balance error
@@ -131,13 +131,13 @@ def run_kin(self, date_start, date_end, dtsec, dtsec_chan, type):
131
131
comparator = TSSComparator (atol ,rtol )
132
132
133
133
# compare results for average discharge output
134
- reference = os .path .join (out_path_ref , 'disX .tss' )
135
- output_tss = os .path .join (self .out_path_run , 'disX .tss' )
134
+ reference = os .path .join (out_path_ref , 'disWin .tss' )
135
+ output_tss = os .path .join (self .out_path_run , 'disWin .tss' )
136
136
comparator .compare_files (reference , output_tss )
137
137
138
138
# compare results for instant discharge output
139
- reference = os .path .join (out_path_ref , 'chanqX .tss' )
140
- output_tss = os .path .join (self .out_path_run , 'chanqX .tss' )
139
+ reference = os .path .join (out_path_ref , 'chanqWin .tss' )
140
+ output_tss = os .path .join (self .out_path_run , 'chanqWin .tss' )
141
141
comparator .compare_files (reference , output_tss )
142
142
143
143
# compare mass balance error
@@ -170,13 +170,13 @@ def run_split(self, date_start, date_end, dtsec, dtsec_chan, type):
170
170
comparator = TSSComparator (atol ,rtol )
171
171
172
172
# compare results for average discharge output
173
- reference = os .path .join (out_path_ref , 'disX .tss' )
174
- output_tss = os .path .join (self .out_path_run , 'disX .tss' )
173
+ reference = os .path .join (out_path_ref , 'disWin .tss' )
174
+ output_tss = os .path .join (self .out_path_run , 'disWin .tss' )
175
175
comparator .compare_files (reference , output_tss )
176
176
177
177
# compare results for instant discharge output
178
- reference = os .path .join (out_path_ref , 'chanqX .tss' )
179
- output_tss = os .path .join (self .out_path_run , 'chanqX .tss' )
178
+ reference = os .path .join (out_path_ref , 'chanqWin .tss' )
179
+ output_tss = os .path .join (self .out_path_run , 'chanqWin .tss' )
180
180
comparator .compare_files (reference , output_tss )
181
181
182
182
# compare mass balance error
0 commit comments