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/dampier/project.py

    r6443 r6460  
    3030zone = 50               # specify zone of model
    3131event_number = 70028    # the event number or the mux file name
    32 index = 1203
    3332alpha = 0.1             # smoothing parameter for mesh
    3433friction=0.01           # manning's friction coefficient
    3534starttime=0             # start time for simulation
    3635finaltime=80000          # final time for simulation
     36
     37# index is only used when wave = Tb
     38index = 1203            # index from the PTHA
     39wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    3740
    3841setup = 'trial'         # This can be one of three values
     
    5255#-------------------------------------------------------------------------------
    5356
    54 output_comment = [setup, tide, event_number]
     57output_comment = [setup, tide, event_number, index, wave]
    5558
    5659#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.