Changeset 6497 for anuga_work
- Timestamp:
- Mar 12, 2009, 10:56:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/dampier/project.py
r6460 r6497 29 29 tide = 0 # difference between MSL and HAT 30 30 zone = 50 # specify zone of model 31 event_number = 70 028# the event number or the mux file name31 event_number = 70339 # the event number or the mux file name 32 32 alpha = 0.1 # smoothing parameter for mesh 33 33 friction=0.01 # manning's friction coefficient … … 37 37 # index is only used when wave = Tb 38 38 index = 1203 # index from the PTHA 39 wave = ' Tb' # Bf (sts wave) Tb (index wave)40 41 setup = ' trial' # This can be one of three values39 wave = 'Bf' # Bf (sts wave) Tb (index wave) 40 41 setup = 'final' # This can be one of three values 42 42 # trial - coarsest mesh, fast 43 43 # basic - coarse mesh
Note: See TracChangeset
for help on using the changeset viewer.