Changeset 5697 for anuga_work/development/Hinwood_2008/run_dam.py
- Timestamp:
- Aug 27, 2008, 1:19:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/Hinwood_2008/run_dam.py
r5681 r5697 31 31 Transmissive_Momentum_Set_Stage_boundary 32 32 from anuga.fit_interpolate.interpolate import interpolate_sww2csv 33 from anuga.abstract_2d_finite_volumes.util import start_screen_catcher, \ 34 file_function 35 from anuga.shallow_water.data_manager import copy_code_files 33 34 from anuga.abstract_2d_finite_volumes.util import file_function 35 from anuga.shallow_water.data_manager import copy_code_files, \ 36 start_screen_catcher 36 37 from anuga.abstract_2d_finite_volumes.generic_boundary_conditions\ 37 38 import File_boundary_time … … 340 341 341 342 run_type = 1 342 run_type = 0 # for testing343 #run_type = 0 # for testing 343 344 344 345 #for run_data in [scenarios[5]]: … … 346 347 #scenarios = [scenarios[0]] 347 348 348 width = 1.0349 #width = 1.0 349 350 width = 0.1 350 351 #width = 0.01 351 352 352 maximum_triangle_area=0.0 001353 maximum_triangle_area=0.01 353 354 yieldstep = 0.01 354 355 friction=0.0
Note: See TracChangeset
for help on using the changeset viewer.