Changeset 5107
- Timestamp:
- Mar 4, 2008, 10:44:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/urs_mux_files_validation/run_Bf.py
r4417 r5107 184 184 185 185 #---------------------------------------------------------------------------- 186 # get_data_from file returns a e_data which is an array containing the data from the 187 # file it read 188 #---------------------------------------------------------------------------- 186 #get_data_from file returns a e_data which is an array containing the 187 #data from the file it read 188 #---------------------------------------------------------------------------- 189 189 190 e_header, e_data = get_data_from_file(evolved_dir_filename) 190 191 … … 197 198 198 199 #---------------------------------------------------------------------------- 199 #get_data_from file returns a b_data which is an array containing the data from the 200 # file it read 201 #---------------------------------------------------------------------------- 200 #get_data_from file returns a b_data which is an array containing the 201 #data from the file it read 202 #---------------------------------------------------------------------------- 203 202 204 b_header, b_data = get_data_from_file(boundary_dir_filename) 203 205 … … 210 212 211 213 #---------------------------------------------------------------------------- 212 # compares the 2 models, make the vector of data from the boundary sww file have the same 213 # time interval as the evolved sww vector. this allows them to be compared with the allclose 214 # statment at the end 215 #---------------------------------------------------------------------------- 214 #compares the 2 models, make the vector of data from the boundary sww 215 #file have the same time interval as the evolved sww vector. this 216 #allows them to be compared with the allclose statment at the end 217 #---------------------------------------------------------------------------- 218 216 219 j=0 217 220 k=0
Note: See TracChangeset
for help on using the changeset viewer.