Ignore:
Timestamp:
Mar 5, 2009, 10:20:00 AM (16 years ago)
Author:
kristy
Message:

Changed all files for new wave input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/hobart/project.py

    r6413 r6460  
    3434finaltime=1000          # final time for simulation
    3535
    36 setup = 'trial'         # This can be one of three values
     36# index is only used when wave = Tb
     37index = 1203            # index from the PTHA
     38wave = 'Tb'             # Bf (sts wave) Tb (index wave)
     39
     40setup = 'final'         # This can be one of three values
    3741                        #    trial - coarsest mesh, fast
    3842                        #    basic - coarse mesh
     
    5054#-------------------------------------------------------------------------------
    5155
    52 output_comment = [setup, tide, event_number]
     56output_comment = [setup, tide, event_number, index, wave]
    5357
    5458#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.