Changeset 6460 for anuga_work/production/australia_ph2/hobart/project.py
- Timestamp:
- Mar 5, 2009, 10:20:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/hobart/project.py
r6413 r6460 34 34 finaltime=1000 # final time for simulation 35 35 36 setup = 'trial' # This can be one of three values 36 # index is only used when wave = Tb 37 index = 1203 # index from the PTHA 38 wave = 'Tb' # Bf (sts wave) Tb (index wave) 39 40 setup = 'final' # This can be one of three values 37 41 # trial - coarsest mesh, fast 38 42 # basic - coarse mesh … … 50 54 #------------------------------------------------------------------------------- 51 55 52 output_comment = [setup, tide, event_number ]56 output_comment = [setup, tide, event_number, index, wave] 53 57 54 58 #-------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.