Changeset 6543
- Timestamp:
- Mar 18, 2009, 11:43:14 AM (16 years ago)
- Location:
- anuga_work/production/patong/new_version
- Files:
-
- 2 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 #------------------------------------------------------------------------------- -
anuga_work/production/patong/new_version/setup_model.py
r6418 r6543 113 113 project.scale_factor = 1 114 114 project.time_thinning = 4 115 project.yieldstep = 5115 project.yieldstep = 20 116 116 else: 117 117 print ("Sorry, you must set the 'setup' variable to one of:"
Note: See TracChangeset
for help on using the changeset viewer.