Changeset 5107


Ignore:
Timestamp:
Mar 4, 2008, 10:44:48 AM (17 years ago)
Author:
duncan
Message:

comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/urs_mux_files_validation/run_Bf.py

    r4417 r5107  
    184184
    185185#----------------------------------------------------------------------------
    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
    189190e_header, e_data = get_data_from_file(evolved_dir_filename)
    190191
     
    197198
    198199#----------------------------------------------------------------------------
    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
    202204b_header, b_data = get_data_from_file(boundary_dir_filename)
    203205
     
    210212
    211213#----------------------------------------------------------------------------
    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
    216219j=0
    217220k=0
Note: See TracChangeset for help on using the changeset viewer.