Changeset 6691
- Timestamp:
- Apr 1, 2009, 4:47:02 PM (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
r6543 r6691 52 52 #------------------------------------------------------------------------------- 53 53 54 output_comment = [setup, tide, event_number, ' final']54 output_comment = [setup, tide, event_number, 'viz'] 55 55 56 56 #------------------------------------------------------------------------------- -
anuga_work/production/patong/new_version/setup_model.py
r6543 r6691 113 113 project.scale_factor = 1 114 114 project.time_thinning = 4 115 project.yieldstep = 20115 project.yieldstep = 5 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.