Changeset 6792
- Timestamp:
- Apr 15, 2009, 8:46:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/adelaide/project.py
r6757 r6792 43 43 friction=0.01 # manning's friction coefficient 44 44 starttime=0 # start time for simulation 45 finaltime= 1000 #60000 # final time for simulation46 setup = ' trial' # This can be one of three values45 finaltime=60000 #60000 # final time for simulation 46 setup = 'final' # This can be one of three values 47 47 # trial - coarsest mesh, fast 48 48 # basic - coarse mesh … … 50 50 51 51 # index is only used when wave = Tb 52 index = 193 7# index from the PTHA - Y2000 0.257m52 index = 1936 # index from the PTHA - Y2000 0.257m 53 53 wave = 'Tb' # Bf (sts wave) Tb (index wave) 54 54
Note: See TracChangeset
for help on using the changeset viewer.