Changeset 6502 for anuga_work/production/australia_ph2/darwin/project.py
- Timestamp:
- Mar 13, 2009, 9:02:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/darwin/project.py
r6476 r6502 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 52 # specify zone of model 30 event_number = 7 1261# the event number or the mux file name30 event_number = 70906 # the event number or the mux file name 31 31 # contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal), 32 32 # 71261 (Timor_OTF) … … 34 34 friction=0.01 # manning's friction coefficient 35 35 starttime=0 # start time for simulation 36 finaltime= 1000 # final time for simulation36 finaltime=80000 # final time for simulation 37 37 38 38 # index is only used when wave = Tb … … 40 40 wave = 'Tb' # Bf (sts wave) Tb (index wave) 41 41 42 setup = ' trial' # This can be one of three values42 setup = 'final' # This can be one of three values 43 43 # trial - coarsest mesh, fast 44 44 # basic - coarse mesh
Note: See TracChangeset
for help on using the changeset viewer.