@@ -150,12 +150,32 @@ the `Time` coordinate to only include dates between `start_date` and
150
150
151
151
<h1 > Testing </h1 >
152
152
153
- (This is as far as I got in the draft design doc. Testing will be added tomorrow.)
153
+ <h2 > Testing and Validation: MPAS-Analysis specific functionality should be supported in
154
+ xarray preprossing <br >
155
+ Date last modified: 2017/02/10 <br >
156
+ Contributors: Xylar Asay-Davis
157
+ </h2 >
158
+
159
+ In [ xylar/MPAS-Analysis/variable_mapping_reorg] ( https://github.com/xylar/MPAS-Analysis/tree/variable_mapping_reorg ) ,
160
+ the unit testing for mpas_xarray has been updated. This includes moving unit testing for
161
+ variable mapping elsewhere.
162
+
163
+ I have tested, to the extent that I am able, that the results of a G240km ACME test case
164
+ are bit-for-bit identical to those from ` develop ` . (However, I'm having trouble on my
165
+ laptop with ` ncremap ` giving me a fill-value related error.)
154
166
155
- <h2 > Testing and Validation: short-desciption-of-testing-here <br >
156
- Date last modified: YYYY/MM/DD <br >
157
- Contributors: (add your name to this list if it does not appear)
167
+ I will make sure all tests with config files in the ` configs/lanl ` directory produce
168
+ bit-for-bit results with the current ` develop ` .
169
+
170
+ <h2 > Testing and Validation: MPAS-Analysis specific functionality should be supported in
171
+ xarray preprossing <br >
172
+ Date last modified: 2017/02/10 <br >
173
+ Contributors: Xylar Asay-Davis
158
174
</h2 >
159
- How will XXX be tested, i.e., how will be we know when we have met requirement
160
- XXX? What testing will be included for use with ` py.test ` for continuous integration?
161
- Description of how testing that requires off-line or specialized setup will be used.
175
+
176
+ Largely, the same as above.
177
+
178
+ I have added unit testing for ` MpasAnalysisXarray ` (mostly via the standalone
179
+ ` dataset.utility.open_multifile_dataset ` function). These tests ensure that:
180
+ - variable mapping works as expected
181
+ - start and end dates work as expected
0 commit comments