Changeset 2131 for inundation/parallel/run_parallel_sw_merimbula.py
- Timestamp:
- Dec 8, 2005, 8:33:55 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/parallel/run_parallel_sw_merimbula.py
r2130 r2131 91 91 # read in the test files 92 92 93 filename = 'test-100.tsh'94 #filename = 'merimbula_10785_1.tsh'93 # filename = 'test-100.tsh' 94 filename = 'merimbula_10785_1.tsh' 95 95 nx = numprocs 96 96 ny = 1 … … 100 100 domain_full = pmesh_to_domain_instance(filename, Domain) 101 101 102 domain_full.set_quantity('stage', Set_Stage(200.0,300.0,1.0))103 #domain_full.set_quantity('stage', Set_Stage(756000.0,756500.0,2.0))102 # domain_full.set_quantity('stage', Set_Stage(200.0,300.0,1.0)) 103 domain_full.set_quantity('stage', Set_Stage(756000.0,756500.0,2.0)) 104 104 105 105 nodes, triangles, boundary, triangles_per_proc, quantities = \
Note: See TracChangeset
for help on using the changeset viewer.