Changeset 6543 for anuga_work/production/patong/new_version/project.py
- Timestamp:
- Mar 18, 2009, 11:43:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/new_version/project.py
r6524 r6543 31 31 event_number = 'mux_' + model # the event number or the mux file name 32 32 alpha = 0.1 # smoothing parameter for mesh 33 friction =0.01# manning's friction coefficient34 starttime =0# start time for simulation35 finaltime =15000# final time for simulation33 friction = 0.01 # manning's friction coefficient 34 starttime = 0 # start time for simulation 35 finaltime = 15000 # final time for simulation 36 36 37 37 use_buildings = True … … 52 52 #------------------------------------------------------------------------------- 53 53 54 output_comment = [setup, tide, event_number, ' ultimate']54 output_comment = [setup, tide, event_number, 'final'] 55 55 56 56 #-------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.