Changeset 8525
- Timestamp:
- Aug 17, 2012, 6:30:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga_parallel/run_parallel_sw_merimbula.py
r8523 r8525 43 43 44 44 #mesh_filename = "merimbula_10785_1.tsh" ; x0 = 756000.0 ; x1 = 756500.0 45 mesh_filename = "merimbula_43200.tsh" ; x0 = 756000.0 ; x1 = 756500.0 45 mesh_filename = "merimbula_17156.tsh" ; x0 = 756000.0 ; x1 = 756500.0 46 #mesh_filename = "merimbula_43200_1.tsh" ; x0 = 756000.0 ; x1 = 756500.0 46 47 #mesh_filename = "test-100.tsh" ; x0 = 0.25 ; x1 = 0.5 47 48 #mesh_filename = "test-20.tsh" ; x0 = 250.0 ; x1 = 350.0 48 49 yieldstep = 50 49 finaltime = 50050 finaltime = 1500 50 51 verbose = True 51 52 … … 85 86 domain = create_domain_from_file(mesh_filename) 86 87 domain.set_quantity('stage', Set_Stage(x0, x1, 2.0)) 87 domain.set_datadir('Data')88 #domain.set_datadir('.') 88 89 domain.set_name('merimbula_new') 89 domain.set_store( False)90 domain.set_store(True) 90 91 #domain.set_quantity('elevation', Set_Elevation(500.0)) 91 92 … … 172 173 # Merge the individual sww files into one file 173 174 #-------------------------------------------------- 174 #domain.sww_merge(delete_old=False)175 domain.sww_merge(delete_old=False) 175 176 176 177 finalize()
Note: See TracChangeset
for help on using the changeset viewer.