Ignore:
Timestamp:
Mar 13, 2009, 9:02:45 AM (14 years ago)
Author:
myall
Message:

darwin now working; LHI still has problems with boundary

File:
1 edited

Legend:

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

    r6476 r6502  
    2828tide = 0                # difference between MSL and HAT
    2929zone = 52               # specify zone of model
    30 event_number = 71261    # the event number or the mux file name
     30event_number = 70906    # the event number or the mux file name
    3131# contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal),
    3232# 71261 (Timor_OTF)
     
    3434friction=0.01           # manning's friction coefficient
    3535starttime=0             # start time for simulation
    36 finaltime=1000          # final time for simulation
     36finaltime=80000          # final time for simulation
    3737
    3838# index is only used when wave = Tb
     
    4040wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    4141
    42 setup = 'trial'         # This can be one of three values
     42setup = 'final'         # This can be one of three values
    4343                        #    trial - coarsest mesh, fast
    4444                        #    basic - coarse mesh
Note: See TracChangeset for help on using the changeset viewer.