Changeset 6724


Ignore:
Timestamp:
Apr 6, 2009, 11:03:50 AM (16 years ago)
Author:
myall
Message:

changed project file

File:
1 edited

Legend:

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

    r6723 r6724  
    3838friction=0.01           # manning's friction coefficient
    3939starttime=0             # start time for simulation
    40 finaltime=10000          # final time for simulation
     40finaltime=1000          # final time for simulation
    4141
    4242# index is only used when wave = Tb
     
    4444wave = 'Tb'             # Bf (sts wave) Tb (index wave)
    4545
    46 setup = 'trial'         # This can be one of three values
     46setup = 'basic'         # This can be one of three values
    4747                        #    trial - coarsest mesh, fast
    4848                        #    basic - coarse mesh
Note: See TracChangeset for help on using the changeset viewer.