- Timestamp:
- May 18, 2012, 5:26:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_validation/automated_validation_tests/urs_mux_files_validation/run_Bf.py
r7877 r8435 63 63 64 64 # 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 65 71 anuga.urs2sww(boundaries_dir_name,boundaries_dir_name, 66 mint= 9200, maxt= 11200,72 mint=0.0, maxt= 1920.0, 67 73 fail_on_NaN= False, 68 74 verbose=True) … … 108 114 t0 = time.time() 109 115 110 for t in domain.evolve(yieldstep = 60, finaltime = 1920): 116 117 for t in domain.evolve(yieldstep = 60, finaltime = 1860): 111 118 domain.write_time() 112 119 domain.write_boundary_statistics()
Note: See TracChangeset
for help on using the changeset viewer.