Changeset 4403


Ignore:
Timestamp:
Apr 18, 2007, 2:57:11 PM (17 years ago)
Author:
nick
Message:

added Boundary_file test, this compares 2 time series from one location from 2 different sww files. One sww boundary file is created from MUX files and the other is from a simple evolve model which used the MUX sww file as boundary conditions.

This test was created to check URS data

NOTE this is still being developed and is not working yet

Location:
anuga_validation/automated_validation_tests
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/validate_all.py

    r4183 r4403  
    3030
    3131for path, filename in validation_dirs_and_files:
     32    print 'filename path',path, filename
    3233    os.chdir(path)
     34    current_dir= os.getcwd( )
     35    print 'current dir', current_dir
    3336    s = 'python %s' %( filename)
    34     print s
     37    print 's',s
     38    current_dir= os.getcwd( )
     39    print 'current dir', current_dir
    3540    os.system(s)
     41#    os.chdir('/d/cit/1/cit/unixhome/nbartzis/anuga/anuga_validation/automated_validation_tests')
     42    current_dir= os.getcwd( )
     43    print 'current dir', current_dir
     44    print 'os.pardir',os.pardir
     45   
     46   
     47
    3648           
Note: See TracChangeset for help on using the changeset viewer.