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

Changed all files for new wave input

File:
1 edited

Legend:

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

    r6433 r6460  
    3434finaltime=1000          # final time for simulation
    3535
     36# index is only used when wave = Tb
     37index = 1203            # index from the PTHA
     38wave = 'Tb'             # Bf (sts wave) Tb (index wave)
     39
    3640setup = 'final'         # This can be one of three values
    3741                        #    trial - coarsest mesh, fast
     
    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.