Changeset 7209
- Timestamp:
- Jun 17, 2009, 5:41:00 PM (16 years ago)
- Location:
- anuga_work/production
- Files:
-
- 20 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/Broome_2009/build_urs_boundary.py
r7159 r7209 157 157 ordering_filename=order_filename, 158 158 weights=mux_weights, 159 zone=project.zone, 159 160 verbose=True) 160 161 -
anuga_work/production/Broome_2009/project.py
r7204 r7209 31 31 friction=0.01 # manning's friction coefficient 32 32 starttime=0 # start time for simulation 33 finaltime= 1000 # final time for simulation33 finaltime=80000 # final time for simulation 34 34 35 35 setup = 'final' # This can be one of three values -
anuga_work/production/pt_hedland_2009/project.py
r7204 r7209 32 32 friction=0.01 # manning's friction coefficient 33 33 starttime=0 # start time for simulation 34 finaltime= 1000 # final time for simulation34 finaltime=80000 # final time for simulation 35 35 36 36 setup = 'final' # This can be one of three values
Note: See TracChangeset
for help on using the changeset viewer.