Changeset 5681 for anuga_work/development/Hinwood_2008/run_dam.py
- Timestamp:
- Aug 26, 2008, 9:18:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/Hinwood_2008/run_dam.py
r5670 r5681 41 41 import create_mesh 42 42 from prepare_time_boundary import prepare_time_boundary 43 from interp import interp43 from anuga.utilities.interp import interp 44 44 45 45 … … 99 99 finaltime = None 100 100 maximum_triangle_area=0.01 101 #outputdir_name += '_no_velocity'102 101 103 102 elif run_type == 5: … … 136 135 maximum_triangle_area=0.00001 137 136 #outputdir_name += '_good' 137 #outputdir_name += '_no_velocity' 138 138 139 139 outputdir_name = paras2outputdir_tag(mta=maximum_triangle_area, 140 140 yieldstep=yieldstep, 141 141 width=width, 142 run_type=run_type,143 142 use_limits=use_limits, 144 143 friction=friction, … … 341 340 342 341 run_type = 1 343 run_type = 0 342 run_type = 0 # for testing 344 343 345 344 #for run_data in [scenarios[5]]: … … 351 350 #width = 0.01 352 351 353 maximum_triangle_area=0.0 1352 maximum_triangle_area=0.0001 354 353 yieldstep = 0.01 355 354 friction=0.0
Note: See TracChangeset
for help on using the changeset viewer.