Ignore:
Timestamp:
May 18, 2012, 5:26:16 PM (13 years ago)
Author:
steve
Message:

Made a few changes to the automated validation tests.

File:
1 edited

Legend:

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

    r7877 r8435  
    6363
    6464# convert MUX urs files to an SWW file output
     65#anuga.urs2sww(boundaries_dir_name,boundaries_dir_name,
     66#           mint=9200, maxt= 11200,
     67#           fail_on_NaN= False,
     68#           verbose=True)
     69
     70# problems with setting times. Starting with 0 time for now
    6571anuga.urs2sww(boundaries_dir_name,boundaries_dir_name,
    66            mint=9200, maxt= 11200,
     72           mint=0.0, maxt= 1920.0,
    6773           fail_on_NaN= False,
    6874           verbose=True)
     
    108114t0 = time.time()
    109115
    110 for t in domain.evolve(yieldstep = 60, finaltime = 1920):
     116
     117for t in domain.evolve(yieldstep = 60, finaltime = 1860):
    111118    domain.write_time()
    112119    domain.write_boundary_statistics()
Note: See TracChangeset for help on using the changeset viewer.